Date: Fri, 24 Nov 2006 20:22:02 -0500 From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105838: [PATCH] x11/9menu make it Xorg-7 compliant Message-ID: <E1GnmF0-0000q0-Ss@quenix1.dyndns.org> Resent-Message-ID: <200611250130.kAP1UHcr041431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105838 >Category: ports >Synopsis: [PATCH] x11/9menu make it Xorg-7 compliant >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: Sat Nov 25 01:30:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 6.1-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri May 19 13:21:57 EDT 2006 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386 >Description: Make it xorg-7 compliant Pointed by Kris@FreeBSD.org >How-To-Repeat: >Fix: --- patch-9menu.diff begins here --- Index: Makefile =================================================================== RCS file: /Ports/9menu/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- x11/9menu/Makefile 25 Nov 2006 00:43:03 -0000 1.1 +++ x11/9menu/Makefile 25 Nov 2006 01:16:17 -0000 1.2 @@ -22,11 +22,14 @@ EXTRACT_AFTER_ARGS= |sh MAKEFILE= Makefile.noimake ALL_TARGET= 9menu -MAKE_ARGS= CC="${CC}" NO_WRKSUBDIR= yes MAN1= 9menu.1 MANCOMPRESSED= yes +do-build: + cd ${WRKSRC} && \ + ${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o 9menu 9menu.c + .include <bsd.port.mk> --- patch-9menu.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?E1GnmF0-0000q0-Ss>