diff options
author | jdp <jdp@FreeBSD.org> | 2003-04-15 02:31:00 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2003-04-15 02:31:00 +0800 |
commit | 6956f283ec9f1c49c01da70b7a1ffc75f58304f0 (patch) | |
tree | a77f46eee7a52385fea87e1793de29b5bc04e897 /net/cvsup | |
parent | 25b321f8066b3232ff736416c54a097a224ff409 (diff) | |
download | freebsd-ports-gnome-6956f283ec9f1c49c01da70b7a1ffc75f58304f0.tar.gz freebsd-ports-gnome-6956f283ec9f1c49c01da70b7a1ffc75f58304f0.tar.zst freebsd-ports-gnome-6956f283ec9f1c49c01da70b7a1ffc75f58304f0.zip |
Update to version 16.1h. This version provides a portability fix
for glibc 2.3.2 on Linux. There are no significant functional
changes.
Add support for FreeBSD/sparc64 in the port Makefile. This requires
the new version of Ezm3 (1.1) which I will commit soon.
Drop support for versions of FreeBSD prior to 4.1-RELEASE.
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 27 | ||||
-rw-r--r-- | net/cvsup/distinfo | 2 |
2 files changed, 12 insertions, 17 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 2840bdbf5124..fbe591470f4d 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsup -PORTVERSION?= 16.1g +PORTVERSION?= 16.1h PORTREVISION?= 0 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_FREEBSD_ORG} @@ -37,26 +37,21 @@ M3FLAGS+= -DSTATIC .include <bsd.port.pre.mk> -.if ${PORTOBJFORMAT} == "aout" -TARGET= FreeBSD2 -.elif ${ARCH} == "i386" -.if ${OSVERSION} < 400011 -TARGET= FreeBSD3 -.else -TARGET= FreeBSD4 -.endif -.elif ${ARCH} == "alpha" -.if ${OSVERSION} < 400011 -BROKEN= Not supported on older versions of FreeBSD/Alpha +ONLY_FOR_ARCHS= alpha i386 sparc64 + +.if ${OSVERSION} < 410000 +BROKEN= Not supported on versions earlier than 4.1-RELEASE .endif + +.if ${ARCH} == "alpha" TARGET= FBSD_ALPHA +.elif ${ARCH} == "i386" +TARGET= FreeBSD4 +.elif ${ARCH} == "sparc64" +TARGET= FBSD_SPARC64 .endif pre-fetch: -.if !defined(TARGET) - @${ECHO_MSG} "Cannot determine M3 target for this architecture" - @${FALSE} -.endif .ifndef WITHOUT_X11 @${ECHO_MSG} "*****************************************************" @${ECHO_MSG} "* To build CVSup without X11 (and without the GUI), *" diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index d905f49fae97..5a9a061b4139 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1 +1 @@ -MD5 (cvsup-snap-16.1g.tar.gz) = 253e773eb9d213f9bf3ce12acef184e8 +MD5 (cvsup-snap-16.1h.tar.gz) = b100ace98a41aa9f3d3e75b0d3c245b0 |