Date: Sat, 27 Aug 2005 11:25:55 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85339: ports/games/ggz-client-libs 0.11 doesn't need devel/popt Message-ID: <200508270325.j7R3PtEZ006097@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200508270330.j7R3UDlE089060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85339 >Category: ports >Synopsis: ports/games/ggz-client-libs 0.11 doesn't need devel/popt >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: Sat Aug 27 03:30:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.11-RELEASE-p1 i386 >Organization: MANA lab, CCU CS >Environment: System: FreeBSD nb.mana.cs.ccu.edu.tw 4.11-RELEASE-p1 FreeBSD 4.11-RELEASE-p1 #3: Sat Apr 2 21:45:26 CST 2005 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: According to http://www.ggzgamingzone.org/releases/0.0.11/installation.php , ports/games/ggz-client-libs 0.11 doesn't need devel/popt. Please commit this patch , thanks ! >How-To-Repeat: Apply the following patch. >Fix: --- ggz-client-libs.patch begins here --- diff -ruN /usr/ports/games/ggz-client-libs/Makefile ggz-client-libs/Makefile --- /usr/ports/games/ggz-client-libs/Makefile Sat May 28 10:18:54 2005 +++ ggz-client-libs/Makefile Sat Aug 27 09:47:14 2005 @@ -15,8 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Core Client Libraries -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - ggz.3:${PORTSDIR}/games/libggz \ +LIB_DEPENDS= ggz.3:${PORTSDIR}/games/libggz \ expat.5:${PORTSDIR}/textproc/expat2 USE_GNOME= gnometarget @@ -34,7 +33,7 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - + post-patch: @${REINPLACE_CMD} -e 's|LIBGGZ_INCLUDES=.*$$|LIBGGZ_INCLUDES=|g ; \ s|LIBGGZ_LDFLAGS=.*$$|LIBGGZ_LDFLAGS=|g ; \ --- ggz-client-libs.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?200508270325.j7R3PtEZ006097>