- Add pre-release (just the stable version rebuilt) binaries for FreeBSD 5

and FreeBSD 6 on i386 . This removes the need for 4.x compatibility
  libraries.
This commit is contained in:
Tim Bishop 2006-06-25 11:20:51 +00:00
parent c66319bbc7
commit c2f7e7678b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166277
2 changed files with 17 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= dnetc
PORTVERSION= ${VERSION}
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \
@ -56,6 +56,16 @@ VERSION= 2.9011.496
VERSION= 2.9012.497
.endif
.if ${ARCH} == i386 && ${OSVERSION} >= 503000
MASTER_SITE_SUBDIR= prerelease/rc
.if ${OSVERSION} >= 600034
DISTNAME= dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/}-elf
WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/}-elf
.else
DISTNAME= dnetc${PORTVERSION:E}-freebsd5-${ARCH:S/i386/x86/}-elf
.endif
.endif
do-configure:
@if [ ! -f ${PREFIX}/dnetc.ini ]; then \
${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \

View File

@ -1,3 +1,9 @@
MD5 (dnetc497-freebsd-x86-elf.tar.gz) = 21861a3e4067c0d68a7b6aa3a4e2374d
SHA256 (dnetc497-freebsd-x86-elf.tar.gz) = 07c78eecaeaa239d6b78af860a8256ebf89bf277cc7e91ac37e2acf76dab74f4
SIZE (dnetc497-freebsd-x86-elf.tar.gz) = 330444
MD5 (dnetc497-freebsd5-x86-elf.tar.gz) = b9681a49e56c839d0662370e51914a91
SHA256 (dnetc497-freebsd5-x86-elf.tar.gz) = 9defaadc7ed35475a2686363a6db1b9ca837e86bfc4cd5983128b90e2958208f
SIZE (dnetc497-freebsd5-x86-elf.tar.gz) = 429493
MD5 (dnetc497-freebsd6-x86-elf.tar.gz) = ad5b5b3128fdff826c33d730c040eb8c
SHA256 (dnetc497-freebsd6-x86-elf.tar.gz) = 2ce87781ffb16afa20b210332f450cf263842ff974d4f4415b6f555114a16197
SIZE (dnetc497-freebsd6-x86-elf.tar.gz) = 378223