[Midnightbsd-cvs] mports [18868] trunk/x11/dgs: bump

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 10:31:06 EDT 2015


Revision: 18868
          http://svnweb.midnightbsd.org/mports/?rev=18868
Author:   laffer1
Date:     2015-05-09 10:31:05 -0400 (Sat, 09 May 2015)
Log Message:
-----------
bump

Modified Paths:
--------------
    trunk/x11/dgs/Makefile

Added Paths:
-----------
    trunk/x11/dgs/files/patch-DPS_clients_makepsres_makepsres.c
    trunk/x11/dgs/files/patch-configure
    trunk/x11/dgs/files/patch-doc-announce.tmpl.texi
    trunk/x11/dgs/files/patch-doc-faq.tmpl.texi

Removed Paths:
-------------
    trunk/x11/dgs/files/patch-ah

Modified: trunk/x11/dgs/Makefile
===================================================================
--- trunk/x11/dgs/Makefile	2015-05-09 14:23:27 UTC (rev 18867)
+++ trunk/x11/dgs/Makefile	2015-05-09 14:31:05 UTC (rev 18868)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dgs
 PORTVERSION=	0.5.9.1
-PORTREVISION=	8
+PORTREVISION=	10
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	../old-gnu/dgs
@@ -16,6 +16,8 @@
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
+MAKE_JOBS_UNSAFE=	yes
+
 USE_GHOSTSCRIPT_RUN=	yes
 USE_XORG=	xt sm ice xext x11
 USE_GNOME=	glib12
@@ -23,33 +25,19 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.5.9
-MAKE_JOBS_UNSAFE=	yes
 
-MAN1=		dgs.1 dpsnx.agent.1
-MANN=		dpsexec.man makepsres.man xepsf.man
-INSTALLDIRS=	gs DPS/clients/makepsres DPS/clients/pswrap \
-		DPS/demos/dpsexec DPS/demos/texteroids DPS/demos/xepsf \
-		DPS/lib/dpstk DPS/lib/psres DPS/lib/dps DPS/include/DPS
-
-.include <bsd.port.pre.mk>
-
 pre-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \
 		${REINPLACE_CMD} -e 's|manm|mann|g'
 
 post-patch:
-	${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
-	-e 's|freebsd2\*)|freebsd2.\*)|' -e 's|freebsd1\*)|freebsd1.\*)|' \
-		${WRKSRC}/DPS/ltconfig
+	${REINPLACE_CMD} -e 's, at prefix@,$$(DESTDIR)@prefix@,g' \
+		-e 's, at mandir@,$$(DESTDIR)@mandir@,g' \
+		${WRKSRC}/gs/unix-gcc.mak.in
 
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/dgs-config ${PREFIX}/bin/
-	${INSTALL_SCRIPT} ${WRKSRC}/dpsnx.agent ${PREFIX}/bin/
-#	${INSTALL_DATA} ${WRKSRC}/path_dps.m4 ${PREFIX}/share/aclocal/
-	${INSTALL_MAN} ${WRKSRC}/dpsnx.agent.1 ${PREFIX}/man/man1/
-.for i in ${INSTALLDIRS}
-	@(cd ${INSTALL_WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} \
-		${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${FAKE_MAKEARGS} ${INSTALL_TARGET})
-.endfor
+post-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/dgs-config ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/dpsnx.agent ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/dpsnx.agent.1 ${STAGEDIR}${PREFIX}/man/man1/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: trunk/x11/dgs/files/patch-DPS_clients_makepsres_makepsres.c
===================================================================
--- trunk/x11/dgs/files/patch-DPS_clients_makepsres_makepsres.c	                        (rev 0)
+++ trunk/x11/dgs/files/patch-DPS_clients_makepsres_makepsres.c	2015-05-09 14:31:05 UTC (rev 18868)
@@ -0,0 +1,11 @@
+--- DPS/clients/makepsres/makepsres.c.orig	2000-01-11 22:25:01.000000000 +0000
++++ DPS/clients/makepsres/makepsres.c
+@@ -126,7 +126,7 @@ char *program;
+ 
+ extern char *malloc(), *realloc();
+ 
+-#if !defined(__NetBSD__) && !defined(__FreeBSD__)
++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
+ # if !defined(__GLIBC__)
+ extern char *sys_errlist[];
+ # else


Property changes on: trunk/x11/dgs/files/patch-DPS_clients_makepsres_makepsres.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/x11/dgs/files/patch-ah
===================================================================
--- trunk/x11/dgs/files/patch-ah	2015-05-09 14:23:27 UTC (rev 18867)
+++ trunk/x11/dgs/files/patch-ah	2015-05-09 14:31:05 UTC (rev 18868)
@@ -1,13 +0,0 @@
---- configure.orig	Wed Oct 20 15:57:45 1999
-+++ configure	Wed Oct 20 15:58:34 1999
-@@ -3499,10 +3500,6 @@
-       *) # Relative path.
-         ac_sub_cache_file="$ac_dots$cache_file" ;;
-       esac
--  case "$ac_given_INSTALL" in
--        [/$]*) INSTALL="$ac_given_INSTALL" ;;
--        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
--        esac
- 
-       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
-       # The eval makes quoting arguments work.

Copied: trunk/x11/dgs/files/patch-configure (from rev 18808, trunk/x11/dgs/files/patch-ah)
===================================================================
--- trunk/x11/dgs/files/patch-configure	                        (rev 0)
+++ trunk/x11/dgs/files/patch-configure	2015-05-09 14:31:05 UTC (rev 18868)
@@ -0,0 +1,13 @@
+--- configure.orig	Wed Oct 20 15:57:45 1999
++++ configure	Wed Oct 20 15:58:34 1999
+@@ -3499,10 +3500,6 @@
+       *) # Relative path.
+         ac_sub_cache_file="$ac_dots$cache_file" ;;
+       esac
+-  case "$ac_given_INSTALL" in
+-        [/$]*) INSTALL="$ac_given_INSTALL" ;;
+-        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+-        esac
+ 
+       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+       # The eval makes quoting arguments work.

Added: trunk/x11/dgs/files/patch-doc-announce.tmpl.texi
===================================================================
--- trunk/x11/dgs/files/patch-doc-announce.tmpl.texi	                        (rev 0)
+++ trunk/x11/dgs/files/patch-doc-announce.tmpl.texi	2015-05-09 14:31:05 UTC (rev 18868)
@@ -0,0 +1,20 @@
+--- doc/announce.tmpl.texi.orig	2014-01-23 19:17:38.000000000 +0100
++++ doc/announce.tmpl.texi	2014-01-23 19:26:31.000000000 +0100
+@@ -40,7 +40,7 @@
+ should read the appropriate license for each component before making any
+ decisions about what you can and cannot do.
+ 
+- at table @bullet
++ at itemize @bullet
+ @item DPS/README
+ Adobe DPSclient library copyrighted by Adobe Systems Incorporated.
+ 
+@@ -55,7 +55,7 @@
+ 
+ @item zlib/README
+ ZLIB library copyrighted by Jean-loup Gailly and Mark Adler
+- at end table
++ at end itemize
+ 
+ @section What's new in this release?
+ @set ANNOUNCE-ONLY


Property changes on: trunk/x11/dgs/files/patch-doc-announce.tmpl.texi
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/dgs/files/patch-doc-faq.tmpl.texi
===================================================================
--- trunk/x11/dgs/files/patch-doc-faq.tmpl.texi	                        (rev 0)
+++ trunk/x11/dgs/files/patch-doc-faq.tmpl.texi	2015-05-09 14:31:05 UTC (rev 18868)
@@ -0,0 +1,20 @@
+--- doc/faq.tmpl.texi.orig	2014-01-23 19:27:02.000000000 +0100
++++ doc/faq.tmpl.texi	2014-01-23 19:27:21.000000000 +0100
+@@ -14,7 +14,7 @@
+ should read the appropriate license for each component before making any
+ decisions about what you can and cannot do.
+ 
+- at table @bullet
++ at itemize @bullet
+ @item DPS/README
+ Adobe DPSclient library copyrighted by Adobe Systems Incorporated.
+ 
+@@ -29,7 +29,7 @@
+ 
+ @item zlib/README
+ ZLIB library copyrighted by Jean-loup Gailly and Mark Adler
+- at end table
++ at end itemize
+ 
+ @end enumerate
+ 


Property changes on: trunk/x11/dgs/files/patch-doc-faq.tmpl.texi
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list