mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
o Fix an incorrectly written MASTER_SITES entry
o Have WITHOUT_OPTIMIZED_ASM actually work when ARCH!=i386. Therefore, bump PORTREVISION
This commit is contained in:
parent
df20161ea1
commit
6b79a3db7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53471
@ -7,10 +7,11 @@
|
||||
|
||||
PORTNAME= silc
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel ipv6 net security
|
||||
MASTER_SITES= http://www.silcnet.org/download/toolkit/sources/ \
|
||||
ftp://ftp.silcnet.org/silc/toolkit/sources/ \
|
||||
http://www.planetmirror.com/pub/silcnet/toolkit/sources / \
|
||||
http://www.planetmirror.com/pub/silcnet/toolkit/sources/ \
|
||||
ftp://ftp.au.silcnet.org/pub/silcnet/toolkit/sources/ \
|
||||
http://the.wiretapped.net/security/network-security/silc/toolkit/sources/ \
|
||||
ftp://ftp.wiretapped.net/pub/security/network-security/silc/toolkit/sources/ \
|
||||
@ -37,10 +38,6 @@ PLIST_SUB= INSTALL_DIR="${INSTALL_DIR}"
|
||||
|
||||
INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
|
||||
|
||||
.ifdef(WITHOUT_OPTIMIZED_ASM)
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
|
||||
.ifndef(WITH_PTHREADS)
|
||||
CONFIGURE_ARGS+= --disable-threads
|
||||
.else
|
||||
@ -75,4 +72,8 @@ WITHOUT_OPTIMIZED_ASM= yes
|
||||
CONFIGURE_ARGS+= --enable-ipv6
|
||||
.endif
|
||||
|
||||
.ifdef(WITHOUT_OPTIMIZED_ASM)
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user