summaryrefslogtreecommitdiffstats
path: root/graphics/gliv
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-01-27 17:09:55 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-01-27 17:09:55 +0000
commitbe813214d083d25a0d86398fc39cfa73b3e120c2 (patch)
treef5c37c71d2e0a81a43a818f6a9ecd260dacf6f10 /graphics/gliv
parentf4d77a92c6ff9d83a6f02d9b48b87cc9607b571c (diff)
downloadFreeBSD-ports-be813214d083d25a0d86398fc39cfa73b3e120c2.zip
FreeBSD-ports-be813214d083d25a0d86398fc39cfa73b3e120c2.tar.gz
Update to 1.4.5
Maintainer is dropping maintainership of this port PR: 34336 Submitted by: maintainer
Diffstat (limited to 'graphics/gliv')
-rw-r--r--graphics/gliv/Makefile15
-rw-r--r--graphics/gliv/distinfo2
-rw-r--r--graphics/gliv/files/patch-src::imagemagick.c11
-rw-r--r--graphics/gliv/pkg-plist1
4 files changed, 11 insertions, 18 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile
index 5d884c6..ce23c15 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 a3acf69..19c7be3 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 203ce71..0000000
--- 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 750dc65..43788ac 100644
--- a/graphics/gliv/pkg-plist
+++ b/graphics/gliv/pkg-plist
@@ -1 +1,2 @@
bin/gliv
+share/locale/fr/LC_MESSAGES/gliv.mo
OpenPOWER on IntegriCloud