From owner-freebsd-ports Wed Mar 28 14: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77B0737B719 for ; Wed, 28 Mar 2001 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2SM02474718; Wed, 28 Mar 2001 14:00:02 -0800 (PST) (envelope-from gnats) Date: Wed, 28 Mar 2001 14:00:02 -0800 (PST) Message-Id: <200103282200.f2SM02474718@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/26184: Fix port dependency for /usr/ports/games/hlserver-flf Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26184; it has been noted by GNATS. From: FUJISHIMA Satsuki To: pat@databits.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/26184: Fix port dependency for /usr/ports/games/hlserver-flf Date: Thu, 29 Mar 2001 06:51:08 +0900 I'd suggest this port using USE_LINUX instead of hardcoding PREFIX/DEPENDS on /compat/linux stuff. And, add #empty comment to EXTRACT_ONLY to specify readers understand this is not error. Please test this, as I don't have enough Net link to fetch several hundreds MB of tarballs. Index: hlserver-cs/Makefile =================================================================== RCS file: /home/ncvs/ports/games/hlserver-cs/Makefile,v retrieving revision 1.2 diff -u -u -2 -r1.2 Makefile --- hlserver-cs/Makefile 2001/03/24 20:30:46 1.2 +++ hlserver-cs/Makefile 2001/03/28 21:44:19 @@ -13,15 +13,14 @@ http://flf.playnet.com/ DISTNAME= cs_11b_full -EXTRACT_ONLY= +EXTRACT_ONLY= #empty MAINTAINER= pat@databits.net -BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ - hlds_l:${PORTSDIR}/games/halflifeserver +DEPENDS= ${PORTSDIR}/games/halflifeserver NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes -PREFIX= /compat/linux + +USE_LINUX= yes WRKSRC= ${WRKDIR}/hlds_l EXTRACT_ONLY_1= cs_11b_full.tar.gz Index: hlserver-flf/Makefile =================================================================== RCS file: /home/ncvs/ports/games/hlserver-flf/Makefile,v retrieving revision 1.2 diff -u -u -2 -r1.2 Makefile --- hlserver-flf/Makefile 2001/03/24 20:30:46 1.2 +++ hlserver-flf/Makefile 2001/03/28 21:44:29 @@ -13,15 +13,14 @@ ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/hl/mod/frontlineforce/ DISTNAME= frontline_linux_1.2 -EXTRACT_ONLY= +EXTRACT_ONLY= #empty MAINTAINER= pat@databits.net -BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ - hlds_l:${PORTSDIR}/games/halflifeserver +DEPENDS= ${PORTSDIR}/games/halflifeserver NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes -PREFIX= /compat/linux + +USE_LINUX= yes WRKSRC= ${WRKDIR}/hlds_l EXTRACT_ONLY_1= frontline_linux_1.2.tar.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message