Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 14:00:02 -0800 (PST)
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26184: Fix port dependency for /usr/ports/games/hlserver-flf
Message-ID:  <200103282200.f2SM02474718@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26184; it has been noted by GNATS.

From: FUJISHIMA Satsuki <sf@FreeBSD.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103282200.f2SM02474718>