From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 27 03:30:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38AA16A41F for ; Sat, 27 Aug 2005 03:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3184E43D4C for ; Sat, 27 Aug 2005 03:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7R3UDVp089067 for ; Sat, 27 Aug 2005 03:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R3UDlE089060; Sat, 27 Aug 2005 03:30:13 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 03:30:13 GMT Resent-Message-Id: <200508270330.j7R3UDlE089060@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09C716A41F for ; Sat, 27 Aug 2005 03:26:02 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EB243D46 for ; Sat, 27 Aug 2005 03:26:00 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) by alumni.csie.nctu.edu.tw (8.13.3/8.12.9) with ESMTP id j7R3Ptmx006098 for ; Sat, 27 Aug 2005 11:25:55 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.13.3/8.12.3/Submit) id j7R3PtEZ006097; Sat, 27 Aug 2005 11:25:55 +0800 (CST) Message-Id: <200508270325.j7R3PtEZ006097@alumni.csie.nctu.edu.tw> Date: Sat, 27 Aug 2005 11:25:55 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85339: ports/games/ggz-client-libs 0.11 doesn't need devel/popt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 03:30:15 -0000 >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: