Date: Fri, 24 Nov 2006 07:48:09 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105804: [MAINTAINER] emulators/dtcyber: respect X11BASE Message-ID: <20061124064809.4166E39DB8@pin.if.uz.zgora.pl> Resent-Message-ID: <200611240650.kAO6oOPL020679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105804 >Category: ports >Synopsis: [MAINTAINER] emulators/dtcyber: respect X11BASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 24 06:50:23 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: Fix build with X11BASE other than /usr/X11R6. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/dtcyber-2.0b1.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- dtcyber-2.0b1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/emulators/dtcyber/Makefile /home/trasz/dtcyber/Makefile --- /usr/ports/emulators/dtcyber/Makefile Sun Sep 17 07:00:47 2006 +++ /home/trasz/dtcyber/Makefile Fri Nov 24 07:47:21 2006 @@ -28,6 +28,7 @@ pre-patch: ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.x11 ${REINPLACE_CMD} -e 's|CFLAGS = -O2|CFLAGS+= |' ${WRKSRC}/Makefile.x11 + ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/Makefile.x11 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${PREFIX}/bin --- dtcyber-2.0b1.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?20061124064809.4166E39DB8>