On Mon, Jun 23, 2008 at 02:06:59PM +0200, [EMAIL PROTECTED] wrote:
> Alejandro Pulver <[EMAIL PROTECTED]> wrote on 22.06.2008 01:54:38:
> 
> > On Mon, 16 Jun 2008 18:03:45 +0200
> > [EMAIL PROTECTED] wrote:
> > 
> > > hi bsd port developer team,
> > > 
> > > i installed and operate a dedicated wop server based on a
> > > FreeBSD 6.2 box which is public reachable by its ip 212.65.13.88,
> > > or in game servername and modification "Punchy [EMAIL PROTECTED]"
> > > 
> > > i installed the dedicated server using the port system,
> > > csup is lokal the current version, and the version check
> > > gives me : worldofpadman-1.2_3 = up-to-date with port back.
> > > 
> > > but i find out the server is running version 1.1
> > > returns in serverinfo "ioQ3 r1051 freebsd-i386"
> > > actual version of WorldofPadman is 1.2
> > > 
> > > how can i easyly patch this live system to the newest version ?
> > > 
> > > thanx for ur help !
> > > thanx from me, and the WOP community
> > > 
> > > @spi
> > 
> > Hello.
> > 
> > I've updated it to the latest SVN version, please update your ports
> > tree and try it.
> 
> Hello Ale,
> 
> thanx for your activity.
> I update my local ports try to make install but cant fetch the file.
> 
> => worldofpadman-1.2.20080621.tar.bz2 doesn't seem to exist in 
> /usr/ports/distfiles/.
> => Attempting to fetch from 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
> fetch: 
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/worldofpadman-1.2.20080621.tar.bz2:
>  
> File unavailable (e.g., file not found, no access)
> 
> i check the ftp, but the file is not on.
> 
> Thank you in advance

Please try not to write your message above the text you're replying to;
it makes quoting somewhat difficult and places it out of context :)

Can you try the following patch to worldofpadman's Makefile and see if
it helps?  To anybody who reads the patch: yes, I know that bsd.port.mk
ought to handle %SUBDIR%, but it actually doesn't do that if one also
specifies a :tag at the end.  Or, at the very least, I couldn't find
a way to make it so :)

Index: ports/games/worldofpadman/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/worldofpadman/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/games/worldofpadman/Makefile  21 Jun 2008 23:53:15 -0000      1.6
+++ ports/games/worldofpadman/Makefile  23 Jun 2008 12:24:47 -0000
@@ -13,7 +13,7 @@
                
ftp://ftp.snt.utwente.nl/pub/games/worldofpadman/linux/:full,update \
                ftp://ftp.kickchat.com/wop/:update \
                http://www.hessenfragger.de/uploads/:update \
-               ${MASTER_SITE_LOCAL}
+               ${MASTER_SITE_LOCAL:S@/%SUBDIR%/$@/alepulver/:[EMAIL PROTECTED]
 MASTER_SITE_SUBDIR=    alepulver
 DISTFILES=     worldofpadman.run:full \
                wop_patch_1_2.run:update \

G'luck,
Peter

-- 
Peter Pentchev  [EMAIL PROTECTED]    [EMAIL PROTECTED]    [EMAIL PROTECTED]
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
You have, of course, just begun reading the sentence that you have just 
finished reading.

Attachment: pgpqcEeXBHNRZ.pgp
Description: PGP signature

Reply via email to