mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 4.2.1
PR: 39121 Submitted by: Ports Fury No Response from: maintainer
This commit is contained in:
parent
fbbd10d059
commit
bcb431a65d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61502
12 changed files with 4548 additions and 3120 deletions
|
@ -5,23 +5,62 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gimp-print
|
||||
PORTVERSION= 4.2.0
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dgilbert@velocet.ca
|
||||
|
||||
RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-cups --with-ghost
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-gimp=no
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= escputil.1 gimpprint-config.1
|
||||
MAN3= gimpprint.3
|
||||
MAN8= cups-calibrate.8
|
||||
|
||||
.if defined(WITHOUT_CUPS)
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
.else
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
CONFIGURE_ARGS+= --with-cups=${PREFIX}
|
||||
PLIST_SUB+= CUPS=""
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IJS)
|
||||
PLIST_SUB+= IJS="@comment "
|
||||
.else
|
||||
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
||||
CONFIGURE_ARGS+= --with-ijs=yes
|
||||
PLIST_SUB+= IJS=""
|
||||
.endif
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --with-user-guide=no
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "You may use the following build options:"
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "WITHOUT_CUPS=yes build without CUPS driver"
|
||||
@${ECHO_MSG} "WITHOUT_IJS=yes build without IJS-based Ghostscript driver"
|
||||
@${ECHO_MSG}
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/doc/gimpprint.info*
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|makeinfo$$|"makeinfo --no-split"|g ; \
|
||||
s|\$$\{CFLAGS:=\} -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
||||
's|\$$\(PACKAGE\)/doc|doc/\$$\(PACKAGE\)|g ; \
|
||||
s|\$$\(RM\) -r|\$$\(RM\) -f -r|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-print-4.2.0.tar.gz) = 4350e2ac1f27eccad0d7ce2aab90cdf6
|
||||
MD5 (gimp-print-4.2.1.tar.gz) = 62f59f0bf0b4d2843cc9953f3b4f894f
|
||||
|
|
10
print/gimp-print/files/patch-configure
Normal file
10
print/gimp-print/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Sat Apr 27 09:53:21 2002
|
||||
+++ configure Tue Apr 30 21:46:01 2002
|
||||
@@ -6511,6 +6511,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
File diff suppressed because it is too large
Load diff
|
@ -5,23 +5,62 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gimp-print
|
||||
PORTVERSION= 4.2.0
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dgilbert@velocet.ca
|
||||
|
||||
RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-cups --with-ghost
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-gimp=no
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= escputil.1 gimpprint-config.1
|
||||
MAN3= gimpprint.3
|
||||
MAN8= cups-calibrate.8
|
||||
|
||||
.if defined(WITHOUT_CUPS)
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
.else
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
CONFIGURE_ARGS+= --with-cups=${PREFIX}
|
||||
PLIST_SUB+= CUPS=""
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IJS)
|
||||
PLIST_SUB+= IJS="@comment "
|
||||
.else
|
||||
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
||||
CONFIGURE_ARGS+= --with-ijs=yes
|
||||
PLIST_SUB+= IJS=""
|
||||
.endif
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --with-user-guide=no
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "You may use the following build options:"
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "WITHOUT_CUPS=yes build without CUPS driver"
|
||||
@${ECHO_MSG} "WITHOUT_IJS=yes build without IJS-based Ghostscript driver"
|
||||
@${ECHO_MSG}
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/doc/gimpprint.info*
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|makeinfo$$|"makeinfo --no-split"|g ; \
|
||||
s|\$$\{CFLAGS:=\} -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
||||
's|\$$\(PACKAGE\)/doc|doc/\$$\(PACKAGE\)|g ; \
|
||||
s|\$$\(RM\) -r|\$$\(RM\) -f -r|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-print-4.2.0.tar.gz) = 4350e2ac1f27eccad0d7ce2aab90cdf6
|
||||
MD5 (gimp-print-4.2.1.tar.gz) = 62f59f0bf0b4d2843cc9953f3b4f894f
|
||||
|
|
10
print/gutenprint-base/files/patch-configure
Normal file
10
print/gutenprint-base/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Sat Apr 27 09:53:21 2002
|
||||
+++ configure Tue Apr 30 21:46:01 2002
|
||||
@@ -6511,6 +6511,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
File diff suppressed because it is too large
Load diff
|
@ -5,23 +5,62 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gimp-print
|
||||
PORTVERSION= 4.2.0
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= dgilbert@velocet.ca
|
||||
|
||||
RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-cups --with-ghost
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-gimp=no
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= escputil.1 gimpprint-config.1
|
||||
MAN3= gimpprint.3
|
||||
MAN8= cups-calibrate.8
|
||||
|
||||
.if defined(WITHOUT_CUPS)
|
||||
PLIST_SUB+= CUPS="@comment "
|
||||
.else
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
CONFIGURE_ARGS+= --with-cups=${PREFIX}
|
||||
PLIST_SUB+= CUPS=""
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IJS)
|
||||
PLIST_SUB+= IJS="@comment "
|
||||
.else
|
||||
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
||||
CONFIGURE_ARGS+= --with-ijs=yes
|
||||
PLIST_SUB+= IJS=""
|
||||
.endif
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --with-user-guide=no
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "You may use the following build options:"
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "WITHOUT_CUPS=yes build without CUPS driver"
|
||||
@${ECHO_MSG} "WITHOUT_IJS=yes build without IJS-based Ghostscript driver"
|
||||
@${ECHO_MSG}
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/doc/gimpprint.info*
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|makeinfo$$|"makeinfo --no-split"|g ; \
|
||||
s|\$$\{CFLAGS:=\} -O|\$$\{CFLAGS\}|g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
||||
's|\$$\(PACKAGE\)/doc|doc/\$$\(PACKAGE\)|g ; \
|
||||
s|\$$\(RM\) -r|\$$\(RM\) -f -r|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gimp-print-4.2.0.tar.gz) = 4350e2ac1f27eccad0d7ce2aab90cdf6
|
||||
MD5 (gimp-print-4.2.1.tar.gz) = 62f59f0bf0b4d2843cc9953f3b4f894f
|
||||
|
|
10
print/gutenprint/files/patch-configure
Normal file
10
print/gutenprint/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Sat Apr 27 09:53:21 2002
|
||||
+++ configure Tue Apr 30 21:46:01 2002
|
||||
@@ -6511,6 +6511,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue