ports/59678: [new port] games/ssamtse - Serious Sam: The Second Encounter

Sergey Akifyev asa at gascom.ru
Tue Nov 25 12:20:25 UTC 2003


The following reply was made to PR ports/59678; it has been noted by GNATS.

From: Sergey Akifyev <asa at gascom.ru>
To: freebsd-gnats-submit at 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
 + at exec ln -sf %D/ssam/Bin/libGameMP.so %D/ssam/Bin/libGame.so
 + at 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
 + at unexec rm %D/ssam/Bin/libGame.so 2>&1 >/dev/null || true
 + at 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



More information about the freebsd-ports-bugs mailing list