Date: Sun, 26 Nov 2006 19:27:38 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105878: [PATCH] x11-wm/sapphire: respect X11BASE Message-ID: <20061126182739.02EE139DBD@pin.if.uz.zgora.pl> Resent-Message-ID: <200611261830.kAQIULHD073462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105878 >Category: ports >Synopsis: [PATCH] x11-wm/sapphire: respect X11BASE >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: Sun Nov 26 18:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: Respect X11BASE and fix some portlint warnings. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/sapphire-0.15.6_1.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- sapphire-0.15.6_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-wm/sapphire/Makefile /home/trasz/sapphire/Makefile --- /usr/ports/x11-wm/sapphire/Makefile Sat May 13 07:00:43 2006 +++ /home/trasz/sapphire/Makefile Sun Nov 26 19:26:58 2006 @@ -28,6 +28,7 @@ ${REINPLACE_CMD} "s|/usr/local|${PREFIX}|g" ${WRKSRC}/${ii} .endfor ${CP} ${WRKSRC}/data.inst ${WRKSRC}/sapphire.inst + ${REINPLACE_CMD} "s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/configure post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sapphire.inst ${PREFIX}/bin diff -ruN --exclude=CVS /usr/ports/x11-wm/sapphire/pkg-plist /home/trasz/sapphire/pkg-plist --- /usr/ports/x11-wm/sapphire/pkg-plist Mon Dec 25 07:10:10 2000 +++ /home/trasz/sapphire/pkg-plist Sun Nov 26 19:26:58 2006 @@ -1,14 +1,14 @@ bin/sapphire bin/sapphire.inst -share/doc/sapphire/README -share/sapphire/menu/default -share/sapphire/menu/default.orig -share/sapphire/themes/darkblue.theme -share/sapphire/themes/default.theme -share/sapphire/themes/gray.theme -share/sapphire/themes/rose.theme -share/sapphire/themes/slate.theme -@dirrm share/doc/sapphire -@dirrm share/sapphire/menu -@dirrm share/sapphire/themes -@dirrm share/sapphire +%%DOCSDIR%%/README +%%DATADIR%%/menu/default +%%DATADIR%%/menu/default.orig +%%DATADIR%%/themes/darkblue.theme +%%DATADIR%%/themes/default.theme +%%DATADIR%%/themes/gray.theme +%%DATADIR%%/themes/rose.theme +%%DATADIR%%/themes/slate.theme +@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/menu +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%% --- sapphire-0.15.6_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061126182739.02EE139DBD>