diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-06 17:49:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-06 17:49:59 +0000 |
commit | 79411e6ced9764aa6ab24ffd594a6a1271eca2fc (patch) | |
tree | 56c4868b87f54dbea8e98eba221d11d206043ae3 | |
parent | upgrade to 1.2.4 (diff) |
upgrade to 1.2.1
PR: 43699
Submitted by: Ports Fury
-rw-r--r-- | graphics/feh/Makefile | 19 | ||||
-rw-r--r-- | graphics/feh/distinfo | 2 | ||||
-rw-r--r-- | graphics/feh/files/patch-src::imlib.c | 19 | ||||
-rw-r--r-- | graphics/feh/pkg-plist | 19 |
4 files changed, 18 insertions, 41 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 567e4c36d8cd..00783227c219 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -6,25 +6,26 @@ # PORTNAME= feh -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + giblib.1:${PORTSDIR}/graphics/giblib -GNU_CONFIGURE= yes -USE_PERL5= yes USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS="-L${X11BASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= feh.1 .if defined(NOPORTDOCS) MAKE_ENV= NO_DOC=yes .endif -MAN1= feh.1 - .include <bsd.port.mk> diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index f00221af6b21..bbbea8fe1a0b 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1 +1 @@ -MD5 (feh-1.1.1.tar.gz) = f4f3785ae2c8e710b7b5ba2a1ac9786a +MD5 (feh-1.2.1.tar.gz) = fed4e041940822f86a6539b8a1e353fb diff --git a/graphics/feh/files/patch-src::imlib.c b/graphics/feh/files/patch-src::imlib.c deleted file mode 100644 index ccb8a4abab96..000000000000 --- a/graphics/feh/files/patch-src::imlib.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/imlib.c.orig Sun Jan 13 15:03:52 2002 -+++ src/imlib.c Sat Jan 26 10:58:25 2002 -@@ -34,6 +34,7 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> -+#include <stdio.h> - - Display *disp = NULL; - Visual *vis = NULL; -@@ -758,7 +759,7 @@ - feh_imlib_free_image(old); - feh_reload_image(w, 1); - } else { -- wprintf("failed to load image from disk to edit it in place\n"); -+ printf("failed to load image from disk to edit it in place\n"); - } - - D_RETURN_(4); diff --git a/graphics/feh/pkg-plist b/graphics/feh/pkg-plist index 01bf2dea314b..d85c5a1c38f6 100644 --- a/graphics/feh/pkg-plist +++ b/graphics/feh/pkg-plist @@ -1,30 +1,25 @@ @comment $FreeBSD$ bin/cam -bin/feh bin/gen_cam_menu.sh +bin/feh %%PORTDOCS%%share/doc/feh/AUTHORS %%PORTDOCS%%share/doc/feh/ChangeLog %%PORTDOCS%%share/doc/feh/README %%PORTDOCS%%share/doc/feh/TODO -share/feh/fonts/20thcent.ttf -share/feh/fonts/cinema.ttf -share/feh/fonts/droid.ttf -share/feh/fonts/goodtime.ttf -share/feh/fonts/grunge.ttf -share/feh/fonts/joystix.ttf -share/feh/fonts/morpheus.ttf -share/feh/fonts/notepad.ttf -share/feh/fonts/soulpapa.ttf +share/feh/fonts/black.style +share/feh/fonts/menu.style +share/feh/fonts/yudit.ttf share/feh/images/about.png share/feh/images/menubg.png share/feh/images/menubg_aluminium.png share/feh/images/menubg_aqua.png +share/feh/images/menubg_black.png share/feh/images/menubg_britney.png share/feh/images/menubg_brushed.png share/feh/images/menubg_chrome.png share/feh/images/menubg_pastel.png share/feh/images/menubg_wood.png -%%PORTDOCS%%@dirrm share/doc/feh -@dirrm share/feh/fonts @dirrm share/feh/images +@dirrm share/feh/fonts @dirrm share/feh +%%PORTDOCS%%@dirrm share/doc/feh |