diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:09:55 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:09:55 +0000 |
commit | de80a39c47b26acb0cbd2972cfe14e55beed7c66 (patch) | |
tree | deb8971f5d240e416d4a519a67655cc5bb2a9c21 /graphics | |
parent | Update to 0.42 (diff) |
Update to 1.4.5
Maintainer is dropping maintainership of this port
PR: 34336
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gliv/Makefile | 15 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 2 | ||||
-rw-r--r-- | graphics/gliv/files/patch-src::imagemagick.c | 11 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 1 |
4 files changed, 11 insertions, 18 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 5d884c65e568..ce23c1574a2d 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gliv -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.5 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ -MAINTAINER= ishmael27@home.com +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ @@ -23,12 +23,15 @@ USE_GTK= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt -L${X11BASE}/lib \ - -lXext -lX11 ${PTHREAD_LIBS}" \ - GDK_PIXBUF_CONFIG="${X11BASE}/bin/gdk-pixbuf-config" \ - MAGICK_CONFIG="${LOCALBASE}/bin/Magick-config" + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11" \ + GDK_PIXBUF_CONFIG=${X11BASE}/bin/gdk-pixbuf-config \ + MAGICK_CONFIG=${LOCALBASE}/bin/Magick-config CONFIGURE_ARGS= --disable-gtk2 +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gliv.1 +post-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS} -lgnugetopt|g' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index a3acf6936b85..19c7be3b197f 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1 +1 @@ -MD5 (gliv-1.4.1.tar.bz2) = 8d32c1b048148951887d8174b2e047b3 +MD5 (gliv-1.4.5.tar.bz2) = 4049bc289a675f849a2c64b1258f83ae diff --git a/graphics/gliv/files/patch-src::imagemagick.c b/graphics/gliv/files/patch-src::imagemagick.c deleted file mode 100644 index 203ce71f701b..000000000000 --- a/graphics/gliv/files/patch-src::imagemagick.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/imagemagick.c.orig Wed Nov 21 13:19:48 2001 -+++ src/imagemagick.c Thu Nov 22 06:12:10 2001 -@@ -22,7 +22,7 @@ - * Loading through ImageMagick. * - ********************************/ - --#include <fcntl.h> /* S_IRWXU */ -+#include <sys/stat.h> /* S_IRWXU */ - #include <stdio.h> /* tmpnam() */ - #include <time.h> /* time() */ - #include <unistd.h> /* chdir(), getpid(), unlink() */ diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index 750dc65547a8..43788ac2cf66 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -1 +1,2 @@ bin/gliv +share/locale/fr/LC_MESSAGES/gliv.mo |