1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

These ports are supported on FreeBSD/Alpha systems now (post

sigset_t 4.x versions only).
This commit is contained in:
John Polstra 1999-12-28 05:35:43 +00:00
parent f2bfcd0cca
commit 2b92de6c05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24195
4 changed files with 18 additions and 7 deletions

View File

@ -12,18 +12,22 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/
MAINTAINER= jdp@freebsd.org
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "i386"
DISTFILES= cvsup-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX}
.else
DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.1
.if ${OSVERSION} >= 400011
DISTFILES= cvsup-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
.else
BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions
.endif
.endif
NO_BUILD= yes
MAN1= cvpasswd.1 cvsup.1
MANCOMPRESSED= yes
NOT_FOR_ARCHS= alpha
STRIP=
do-install:
@ -33,4 +37,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,3 @@
MD5 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = f81c01faf7c5fbbfe4c871243d452871
MD5 (cvsup-freebsd-ix86-elf-16.1.tar.gz) = d437c49af3068e23237d3e05755178a6
MD5 (cvsup-freebsd4-alpha-16.1.tar.gz) = ac7daa10068f5d8bec4cf3c7242b2bbb

View File

@ -12,17 +12,22 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/
MAINTAINER= jdp@freebsd.org
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "i386"
DISTFILES= cvsupd-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX}
.else
DISTFILES= cvsupd-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
.if ${OSVERSION} >= 400011
DISTFILES= cvsupd-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
.else
BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions
.endif
.endif
NO_BUILD= yes
MAN8= cvsupd.8
MANCOMPRESSED= yes
NOT_FOR_ARCHS= alpha
STRIP=
do-install:
@ -30,4 +35,4 @@ do-install:
${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
${INSTALL_MAN} ${MAN8}.gz ${PREFIX}/man/man8
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,3 @@
MD5 (cvsupd-freebsd-ix86-aout-16.1.tar.gz) = a68694bbf9a694388f08f3e174610172
MD5 (cvsupd-freebsd-ix86-elf-16.1.tar.gz) = 6a742a979214a96f5b766c5f00d89232
MD5 (cvsupd-freebsd4-alpha-16.1.tar.gz) = 1e96355d58ca45ff888582fd7aadd144