Date: Mon, 16 Apr 2001 20:53:07 -0400 (EDT) From: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26630: Fix build error: games/halflifeserver Message-ID: <200104170053.f3H0r7K45250@wlgrv1.pa.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 26630 >Category: ports >Synopsis: fix build error as reported here: http://people.freebsd.org/~fenner/errorlogs/alpha/pat@databits.net.html >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: Mon Apr 16 18:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-RC i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-RC FreeBSD 4.3-RC #0: Fri Apr 13 03:43:47 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix build error reported by fenner: http://people.freebsd.org/~fenner/errorlogs/alpha/pat@databits.net.html >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/halflifeserver/Makefile halflifeserver/Makefile --- /usr/ports/games/halflifeserver/Makefile Tue Apr 10 11:49:55 2001 +++ halflifeserver/Makefile Mon Apr 16 19:56:09 2001 @@ -27,7 +27,6 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig -STRIP_LINUX= ${LINUXBASE}/usr/bin/strip HLDSDIR= /usr/games/hlds_l/ HL_DIRS= valve/maps valve/events valve/dlls valve/cl_dlls \ @@ -65,7 +64,6 @@ done # trim/set permissions @${CHMOD} ${BINMODE} ${PREFIX}${HLDSDIR}${HL_PROGRAM} - @${STRIP_LINUX} ${PREFIX}${HLDSDIR}${HL_PROGRAM} # libraries # this should go in a pkg-install, should be checked later @if ! (${GREP} -E \"^${HLDSDIR}$$\" ${PREFIX}/etc/ld.so.conf >/dev/null 2>/dev/null) ;\ >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?200104170053.f3H0r7K45250>