Date: Sat, 5 Oct 2002 02:36:12 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/43699: Update port: graphics/feh to 1.2.1 Message-ID: <200210050936.g959aCfd058913@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 43699 >Category: ports >Synopsis: Update port: graphics/feh to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 05 02:40:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2.1 Remove file: files/patch-src::imlib.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/feh/Makefile graphics/feh/Makefile --- /usr/ports/graphics/feh/Makefile Tue Sep 10 20:12:02 2002 +++ graphics/feh/Makefile Sat Oct 5 12:53:31 2002 @@ -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 -urN /usr/ports/graphics/feh/distinfo graphics/feh/distinfo --- /usr/ports/graphics/feh/distinfo Mon Jan 28 02:02:39 2002 +++ graphics/feh/distinfo Thu Oct 3 21:13:26 2002 @@ -1 +1 @@ -MD5 (feh-1.1.1.tar.gz) = f4f3785ae2c8e710b7b5ba2a1ac9786a +MD5 (feh-1.2.1.tar.gz) = fed4e041940822f86a6539b8a1e353fb diff -urN /usr/ports/graphics/feh/files/patch-src::imlib.c graphics/feh/files/patch-src::imlib.c --- /usr/ports/graphics/feh/files/patch-src::imlib.c Mon Jan 28 02:02:39 2002 +++ graphics/feh/files/patch-src::imlib.c Thu Jan 1 09:00:00 1970 @@ -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 -urN /usr/ports/graphics/feh/pkg-plist graphics/feh/pkg-plist --- /usr/ports/graphics/feh/pkg-plist Mon Jan 28 02:02:39 2002 +++ graphics/feh/pkg-plist Thu Oct 3 21:24:15 2002 @@ -1,30 +1,25 @@ @comment $FreeBSD: ports/graphics/feh/pkg-plist,v 1.3 2002/01/27 17:02:39 dwcjr Exp $ 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210050936.g959aCfd058913>