summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-10-13 07:59:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-10-13 07:59:48 +0000
commitea81a2cd2bb05307b8a719f21327be7bee0db312 (patch)
tree860334b6e3db20307c77d7516c5362e499db58df /graphics/gimp-app-devel
parentRemove the PACKAGE_BUILDING related test, which breaks slave ports trying to (diff)
Upgrade to 1.1.27.
PR: ports/21945 Submitted by: trevor
Notes
Notes: svn path=/head/; revision=33761
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r--graphics/gimp-app-devel/Makefile10
-rw-r--r--graphics/gimp-app-devel/distinfo2
-rw-r--r--graphics/gimp-app-devel/files/patch-plug-ins_print_print-escp2_c20
-rw-r--r--graphics/gimp-app-devel/pkg-plist3
4 files changed, 28 insertions, 7 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index a8a18597242c..df0f3e85a28c 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gimp
-PORTVERSION= 1.1.26
+PORTVERSION= 1.1.27
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \
@@ -28,7 +28,7 @@ USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
USE_GTK= yes
-WANT_GNOME= yes
+#WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
@@ -57,9 +57,9 @@ pre-fetch:
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
-.endif
+#.if defined(HAVE_GNOME)
+#USE_GNOME= yes
+#.endif
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin
diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo
index 19e9f98ed60f..ca79798e3979 100644
--- a/graphics/gimp-app-devel/distinfo
+++ b/graphics/gimp-app-devel/distinfo
@@ -1 +1 @@
-MD5 (gimp-1.1.26.tar.bz2) = 4951bb1f992cdd351c5c3861ba197bcf
+MD5 (gimp-1.1.27.tar.bz2) = a00d603344a0b6d5890a4d2209406115
diff --git a/graphics/gimp-app-devel/files/patch-plug-ins_print_print-escp2_c b/graphics/gimp-app-devel/files/patch-plug-ins_print_print-escp2_c
new file mode 100644
index 000000000000..9575c80c7952
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-plug-ins_print_print-escp2_c
@@ -0,0 +1,20 @@
+--- plug-ins/print/print-escp2.c.orig Fri Oct 13 01:17:44 2000
++++ plug-ins/print/print-escp2.c Fri Oct 13 01:18:14 2000
+@@ -26,6 +26,8 @@
+ * compile on generic platforms that don't support glib, gimp, gtk, etc.
+ */
+
++#include <sys/types.h>
++
+ #ifndef WEAVETEST
+ #include "print.h"
+ #endif
+@@ -4000,7 +4002,7 @@
+ if (lineoffs[0].v[j] != 0)
+ fprintf(stderr,
+ "WARNING: pass %d subpass %d row %d: lineoffs %ld\n",
+- w.pass, i, row, lineoffs[0].v[j]);
++ w.pass, i, row, (long)lineoffs[0].v[j]);
+ lineoffs[0].v[j] = 0;
+ lineactive[0].v[j] = 0;
+ }
diff --git a/graphics/gimp-app-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist
index 0ae8650bdd89..a53edde78efb 100644
--- a/graphics/gimp-app-devel/pkg-plist
+++ b/graphics/gimp-app-devel/pkg-plist
@@ -195,7 +195,8 @@ libexec/gimp/1.1/plug-ins/gtm
libexec/gimp/1.1/plug-ins/guillotine
libexec/gimp/1.1/plug-ins/gz
libexec/gimp/1.1/plug-ins/header
-%%GNOME:%%libexec/gimp/1.1/plug-ins/helpbrowser
+@comment %%GNOME:%%libexec/gimp/1.1/plug-ins/helpbrowser
+libexec/gimp/1.1/plug-ins/helpbrowser
libexec/gimp/1.1/plug-ins/hot
libexec/gimp/1.1/plug-ins/hrz
libexec/gimp/1.1/plug-ins/ifscompose