aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-31 03:12:50 +0800
committerobrien <obrien@FreeBSD.org>2004-08-31 03:12:50 +0800
commit60d7ed4baa7b151b087e5d0fbf889d082aa303f8 (patch)
tree87a91b0155e930aab404c990cdd0dc9bdf60b507 /net
parent27a96fd2a427dc529bc0720587a6ebefadcea3b2 (diff)
downloadfreebsd-ports-gnome-60d7ed4baa7b151b087e5d0fbf889d082aa303f8.tar.gz
freebsd-ports-gnome-60d7ed4baa7b151b087e5d0fbf889d082aa303f8.tar.zst
freebsd-ports-gnome-60d7ed4baa7b151b087e5d0fbf889d082aa303f8.zip
For amd64, switch to using a binary provided by
Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net>.
Diffstat (limited to 'net')
-rw-r--r--net/cvsup/Makefile9
-rw-r--r--net/cvsup/distinfo4
2 files changed, 5 insertions, 8 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 79cf90caed51..73f02578dfd5 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -34,11 +34,10 @@ TARGET= FBSD_ALPHA
.elif ${ARCH} == "amd64"
MASTER_SITE_SUBDIR= obrien
MASTER_SITES= ${MASTER_SITE_LOCAL}
-DISTNAME= cvsup-static.i386
+DISTNAME= cvsup-without-gui.amd64
NO_WRKSUBDIR= yes
USE_REINPLACE= yes
NO_BUILD= binary-only
-PLIST_FILES= libexec/cvsup-static.i386.bin
.elif ${ARCH} == "i386"
TARGET= FreeBSD4
.elif ${ARCH} == "sparc64"
@@ -87,13 +86,11 @@ post-install:
PROGS= bin/cvsup sbin/cvsupd bin/cvpasswd
do-configure:
+ @${TOUCH} ${WRKSRC}/License
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cvsup-static.i386.bin ${PREFIX}/libexec
- @${ECHO} '#! /bin/sh' > ${PREFIX}/bin/cvsup
- @${ECHO} '${PREFIX}/libexec/cvsup-static.i386.bin @M3nogc $$*' \
- >> ${PREFIX}/bin/cvsup
+ ${INSTALL_PROGRAM} ${WRKSRC}/cvsup-without-gui.amd64 ${PREFIX}/bin/cvsup
@${ECHO} '#! /bin/sh' > ${PREFIX}/sbin/cvsupd
@${ECHO} 'echo `basename $$0` not supported on `uname -m`' \
>> ${PREFIX}/sbin/cvsupd
diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo
index ced8d2ba49c8..80413cf6f865 100644
--- a/net/cvsup/distinfo
+++ b/net/cvsup/distinfo
@@ -1,4 +1,4 @@
MD5 (cvsup-snap-16.1h.tar.gz) = b100ace98a41aa9f3d3e75b0d3c245b0
SIZE (cvsup-snap-16.1h.tar.gz) = 430951
-MD5 (cvsup-static.i386.tar.bz2) = 3be28213628e424e565d370305e30ca0
-SIZE (cvsup-static.i386.tar.bz2) = 754573
+MD5 (cvsup-without-gui.amd64.tar.bz2) = 57cd553c53780d273019b754dd8350c6
+SIZE (cvsup-without-gui.amd64.tar.bz2) = 335817