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.
This commit is contained in:
John Polstra 2003-04-14 18:31:00 +00:00
parent f2595a2b47
commit a8fdbc0ec0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78973
2 changed files with 12 additions and 17 deletions

View File

@ -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), *"

View File

@ -1 +1 @@
MD5 (cvsup-snap-16.1g.tar.gz) = 253e773eb9d213f9bf3ce12acef184e8
MD5 (cvsup-snap-16.1h.tar.gz) = b100ace98a41aa9f3d3e75b0d3c245b0