Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2003 04:20:23 -0800 (PST)
From:      Sergey Akifyev <asa@gascom.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter
Message-ID:  <200311251220.hAPCKNSu090659@freefall.freebsd.org>

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

From: Sergey Akifyev <asa@gascom.ru>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter
Date: Tue, 25 Nov 2003 15:11:05 +0300

 Following patch is necessary on some systems (as tests shows):
 [looks like it is needed on machines, where ssamtse installer
 didn't ever run]
 
 === begin linkfix.diff
 --- pkg-plist.orig	Tue Nov 25 12:05:30 2003
 +++ pkg-plist	Tue Nov 25 12:06:27 2003
 @@ -11,6 +11,10 @@
  ssam/Bin/ssam_lnx
  ssam/Bin/ssam_lnxded.dynamic
  @exec ln -sf %D/ssam/Bin/libogg.so %D/ssam/Bin/libogg.so.0
 +@exec ln -sf %D/ssam/Bin/libGameMP.so %D/ssam/Bin/libGame.so
 +@exec ln -sf %D/ssam/Bin/libEntitiesMP.so %D/ssam/Bin/libEntities.so
  @unexec rm %D/ssam/Bin/libogg.so.0 2>&1 >/dev/null || true
 +@unexec rm %D/ssam/Bin/libGame.so 2>&1 >/dev/null || true
 +@unexec rm %D/ssam/Bin/libEntities.so 2>&1 >/dev/null || true
  @dirrm ssam/Bin
  @dirrm ssam
 --- Makefile.orig	Tue Nov 25 12:04:34 2003
 +++ Makefile	Tue Nov 25 12:06:36 2003
 @@ -61,6 +61,8 @@
  	@${TAR} --bzip2 -C ${SSAMDIR} -xf \
  		${WRKDIR}/ssam/bins.tar.bz2
  	@${LN} -sf ${SSAMDIR}/Bin/libogg.so ${SSAMDIR}/Bin/libogg.so.0
 +	@${LN} -sf ${SSAMDIR}/Bin/libGameMP.so ${SSAMDIR}/Bin/libGame. 
 so
 +	@${LN} -sf ${SSAMDIR}/Bin/libEntitiesMP.so ${SSAMDIR}/Bin/ 
 libEntities.so
  	@${INSTALL_SCRIPT} ${WRKSRC}/bin/ssamtse ${PREFIX}/bin/ssamtse
  	@${CAT} ${PKGMESSAGE}
 
 === end linkfix.diff



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