Skip site navigation (1)Skip section navigation (2)
Date:      28 Mar 2001 21:16:02 -0000
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26183: Fix port dependency for /usr/ports/games/hlserver-cs
Message-ID:  <20010328211602.95991.qmail@hex.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         26183
>Category:       ports
>Synopsis:       Fix port dependency for /usr/ports/games/hlserver-cs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 28 13:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-RC i386
>Organization:
N/A
>Environment:

FreeBSD bottlenek 4.3-RC FreeBSD 4.3-RC #0: Sun Mar 25 00:40:22 EST 2001
     pat@bottlenek:/usr/src/sys/compile/BOTTLENEK  i386

>Description:

Fix depend object error in http://people.freebsd.org/~fenner/errorlogs/pat@databits.net.html

>How-To-Repeat:

N/A

>Fix:

diff -ruN /usr/ports/games/hlserver-cs/Makefile hlserver-cs/Makefile
--- /usr/ports/games/hlserver-cs/Makefile	Sat Mar 24 15:30:46 2001
+++ hlserver-cs/Makefile	Wed Mar 28 14:12:54 2001
@@ -12,13 +12,13 @@
 		ftp://ftp.icrontic.com/pub/ \
 		http://flf.playnet.com/
 DISTNAME=	cs_11b_full
-EXTRACT_ONLY=	
+EXTRACT_ONLY=
 
 MAINTAINER=	pat@databits.net
 
+DEPENDS=	${PORTSDIR}/games/halflifeserver
 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
+RUN_DEPENDS=	/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
 
 NO_CDROM=	"Size; the data set is much too big"
 NO_BUILD=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:

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?20010328211602.95991.qmail>