Date: Mon, 30 Dec 2013 21:16:17 +0100 From: Zsolt Udvari <udvzsolt@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: udvzsolt@gmail.com Subject: ports/185308: graphics/feh support staging Message-ID: <52c1d4ef.41590e0a.535b.459b@mx.google.com> Resent-Message-ID: <201312302020.rBUKK0tu088250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185308 >Category: ports >Synopsis: graphics/feh support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 30 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zsolt Udvari >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD bsd-zsolt 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: graphics/feh support staging. >How-To-Repeat: >Fix: --- feh.diff begins here --- diff -ur /usr/ports/graphics/feh/Makefile feh/Makefile --- /usr/ports/graphics/feh/Makefile 2013-09-20 20:35:44.000000000 +0200 +++ feh/Makefile 2013-12-30 21:11:00.302747144 +0100 @@ -22,15 +22,12 @@ USE_PERL5= run USE_BZIP2= yes -MAN1= feh.1 feh-cam.1 gen-cam-menu.1 - CPPFLAGS+= -I${LOCALBASE}/include -std=c99 LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" PORTDOCS= AUTHORS ChangeLog README TODO -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -39,8 +36,8 @@ post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> diff -ur /usr/ports/graphics/feh/pkg-plist feh/pkg-plist --- /usr/ports/graphics/feh/pkg-plist 2013-10-22 15:58:55.000000000 +0200 +++ feh/pkg-plist 2013-12-30 21:12:29.871733006 +0100 @@ -1,6 +1,9 @@ bin/feh bin/feh-cam bin/gen-cam-menu +man/man1/feh.1.gz +man/man1/feh-cam.1.gz +man/man1/gen-cam-menu.1.gz share/applications/feh.desktop %%EXAMPLESDIR%%/buttons %%EXAMPLESDIR%%/keys --- feh.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52c1d4ef.41590e0a.535b.459b>