mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 1.4.5
Maintainer is dropping maintainership of this port PR: 34336 Submitted by: maintainer
This commit is contained in:
parent
72840cf017
commit
de80a39c47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53860
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gliv-1.4.1.tar.bz2) = 8d32c1b048148951887d8174b2e047b3
|
||||
MD5 (gliv-1.4.5.tar.bz2) = 4049bc289a675f849a2c64b1258f83ae
|
||||
|
@ -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() */
|
@ -1 +1,2 @@
|
||||
bin/gliv
|
||||
share/locale/fr/LC_MESSAGES/gliv.mo
|
||||
|
Loading…
Reference in New Issue
Block a user