Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2003 13:00:02 -0800 (PST)
From:      David Marshall <marshall@chezmarshall.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/46745: update perforce port to 2002.2
Message-ID:  <200301212100.h0LL02kv038178@freefall.freebsd.org>

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

From: David Marshall <marshall@chezmarshall.com>
To: freebsd-gnats-submit@FreeBSD.org, marshall@chezmarshall.com
Cc:  
Subject: Re: ports/46745: update perforce port to 2002.2
Date: Tue, 21 Jan 2003 12:52:01 -0800

 Perforce chaps have issued a new set of binaries under 2002.2 revision. 
 New diff is
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/perforce/Makefile,v
 retrieving revision 1.14
 diff -r1.14 Makefile
 38a39,40
 > PERFORCE_CACHE?=      ${PERFORCE_HOME}/cache
 > PERFORCE_TARGET?=     perforce:1666
 41c43
 < VERSION=      02.1
 ---
 > VERSION=      02.2
 45c47
 < SBIN_FILES=   p4d p4ftpd
 ---
 > SBIN_FILES=   p4d p4ftpd p4p
 60a63,64
 >              -e "s,@PERFORCE_CACHE@,${PERFORCE_CACHE},g" \
 >              -e "s,@PERFORCE_TARGET@,${PERFORCE_TARGET},g" \
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/devel/perforce/distinfo,v
 retrieving revision 1.10
 diff -r1.10 distinfo
 1,6c1,7
 < MD5 (perforce/02.1/i386/p4) = 74e7d85461e5ec5c32b43ab6ce2751c1
 < MD5 (perforce/02.1/i386/p4d) = da9a44c23d841699d74c1b3b4ea34f7e
 < MD5 (perforce/02.1/i386/p4ftpd) = afe586e372af2371da484761b9dd8294
 < MD5 (perforce/02.1/i386/p4web) = 14a3d7cd263c6cb5be5fe2c92494c80f
 < MD5 (perforce/02.1/i386/p4.1) = f5ab07d3fe1d8387f7685fca03053461
 < MD5 (perforce/02.1/i386/p4d.1) = 721b40e0e2f5f41e6cfae52450127283
 ---
 > MD5 (perforce/02.2/i386/p4) = ff6c60445470c88bf8ee584021a1da5f
 > MD5 (perforce/02.2/i386/p4web) = ccd7d116688c69cdb251300bc07d771f
 > MD5 (perforce/02.2/i386/p4d) = c16a5d0beae160558c0ed5348daea981
 > MD5 (perforce/02.2/i386/p4ftpd) = e9c921f222994c77a232b12cca6f5e89
 > MD5 (perforce/02.2/i386/p4p) = 2e9ba7d4ac9bd752218677cb229a4a72
 > MD5 (perforce/02.2/i386/p4.1) = 88b8b8c33e32092a96cb409bf635b40d
 > MD5 (perforce/02.2/i386/p4d.1) = 382614735981ad5a80b7b679b36f48c0
 Index: files/perforce.conf.in
 ===================================================================
 RCS file: /home/ncvs/ports/devel/perforce/files/perforce.conf.in,v
 retrieving revision 1.1
 diff -r1.1 perforce.conf.in
 18c18
 < # p4d port (default: 1666)
 ---
 > # p4d/p4p port (default: 1666)
 22a23,32
 > # p4p cache directory
 > #
 > PERFORCE_PROXY_CACHE="@PERFORCE_CACHE@"
 >
 > #
 > # p4p target server (default: perforce:1666)
 > #
 > PERFORCE_PROXY_TARGET="@PERFORCE_TARGET@"
 >
 > #
 40a51,60
 >
 > #
 > # p4p options (see p4p -h)
 > #
 > PERFORCE_PROXY_OPTIONS="-d -p $PERFORCE_PORT -t $PERFORCE_PROXY_TARGET -r 
 $PERFORCE_PROXY_CACHE -v server=1 -L @PERFORCE_LOGS@/p4p.log"
 >
 > #
 > # Uncomment this line to have the proxy server started automatically
 > #
 > #PERFORCE_PROXY_START=yes
 Index: files/perforce.sh.in
 ===================================================================
 RCS file: /home/ncvs/ports/devel/perforce/files/perforce.sh.in,v
 retrieving revision 1.3
 diff -r1.3 perforce.sh.in
 6a7
 > p4p=@PREFIX@/sbin/p4p
 18a20,23
 >     if [ -x $p4p -a x$PERFORCE_PROXY_START = xyes ]; then
 >         echo -n ' p4p'
 >         $p4p $PERFORCE_PROXY_OPTIONS
 >     fi
 26a32,34
 >     fi
 >     if [ -x $p4p ]; then
 >         killall -u 0 p4p > /dev/null 2>&1 && echo -n ' p4p'
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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