[Midnightbsd-cvs] mports [21403] trunk/print: add more patches
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 22 16:51:24 EDT 2016
Revision: 21403
http://svnweb.midnightbsd.org/mports/?rev=21403
Author: laffer1
Date: 2016-05-22 16:51:23 -0400 (Sun, 22 May 2016)
Log Message:
-----------
add more patches
Modified Paths:
--------------
trunk/print/Makefile
trunk/print/ghostscript9-agpl-base/Makefile
trunk/print/ghostscript9-agpl-x11/Makefile
Modified: trunk/print/Makefile
===================================================================
--- trunk/print/Makefile 2016-05-22 20:51:11 UTC (rev 21402)
+++ trunk/print/Makefile 2016-05-22 20:51:23 UTC (rev 21403)
@@ -20,6 +20,8 @@
SUBDIR += freetype2
SUBDIR += ghostscript8
SUBDIR += ghostscript8-nox11
+SUBDIR += ghostscript9-agpl-base
+SUBDIR +- ghostscript9-agpl-x11
SUBDIR += ghostscript9-base
SUBDIR += ghostscript9-x11
SUBDIR += gimp-gutenprint
Modified: trunk/print/ghostscript9-agpl-base/Makefile
===================================================================
--- trunk/print/ghostscript9-agpl-base/Makefile 2016-05-22 20:51:11 UTC (rev 21402)
+++ trunk/print/ghostscript9-agpl-base/Makefile 2016-05-22 20:51:23 UTC (rev 21403)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
# $FreeBSD: head/print/ghostscript9-agpl-base/Makefile 410825 2016-03-11 11:53:42Z tijl $
PORTNAME= ghostscript
@@ -13,10 +14,10 @@
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= doceng at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= Ghostscript 9.x PostScript interpreter, base part
-LICENSE= AGPLv3
+LICENSE= agpl
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
libfreetype.so:${PORTSDIR}/print/freetype2 \
@@ -82,7 +83,7 @@
EXCLUDE_DIRS= freetype jbig2dec jpeg expat lcms2 libpng tiff zlib
.include "Makefile.drivers"
-.include <bsd.port.options.mk>
+.include <bsd.mport.options.mk>
.include "files/Makefile.drivers_post"
PORTDOCS= japanese chp2200 epson740 lxm3200-tweaked md2k_md5k
@@ -133,7 +134,7 @@
gs_statd.ps.orig gs_ttf.ps.orig pdf_font.ps.orig
${MKDIR} ${STAGEDIR}${DATADIR}
-post-install-DOCS-on: post-install-docs
+post-install: post-install-docs
${MKDIR} ${WRKSRC}/contrib/japanese
${INSTALL_DATA} ${WRKSRC}/contrib/japanese/doc/* \
${WRKSRC}/contrib/japanese
@@ -141,8 +142,6 @@
cd ${WRKSRC}/contrib && \
${TAR} -cf - ${PORTDOC_FILES} | \
(cd ${STAGEDIR}${DOCSDIR} && ${TAR} -xof -)
-
-post-install:
${LN} -sf gsc ${STAGEDIR}${PREFIX}/bin/gs
${LN} -s -f ${LOCALBASE}/share/fonts/CIDFont \
${STAGEDIR}${DATADIR}/Resource/CIDFont/fonts
Modified: trunk/print/ghostscript9-agpl-x11/Makefile
===================================================================
--- trunk/print/ghostscript9-agpl-x11/Makefile 2016-05-22 20:51:11 UTC (rev 21402)
+++ trunk/print/ghostscript9-agpl-x11/Makefile 2016-05-22 20:51:23 UTC (rev 21403)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
# $FreeBSD: head/print/ghostscript9-agpl-x11/Makefile 395158 2015-08-24 06:09:14Z hrs $
PORTNAME= ghostscript
@@ -9,10 +10,10 @@
PKGNAMESUFFIX= 9-agpl-x11
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= doceng at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= Ghostscript 9.x PostScript interpreter, X11 support
-LICENSE= AGPLv3
+LICENSE= agpl
CONFLICTS_INSTALL= \
gambc-[0-9]* \
More information about the Midnightbsd-cvs
mailing list