mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
o Update to 0.7.9
o Enable ipv6 support
This commit is contained in:
parent
c743dc4eb5
commit
d2f2303e1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54171
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= silc
|
||||
PORTVERSION= 0.7.7
|
||||
CATEGORIES= net security
|
||||
PORTVERSION= 0.7.9
|
||||
CATEGORIES= net ipv6 security
|
||||
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
|
||||
ftp://ftp.silcnet.org/silc/server/sources/ \
|
||||
http://www.planetmirror.com/pub/silcnet/server/sources/ \
|
||||
@ -72,6 +72,10 @@ post-install:
|
||||
WITHOUT_OPTIMIZED_ASM= yes
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 400014
|
||||
CONFIGURE_ARGS+= --enable-ipv6
|
||||
.endif
|
||||
|
||||
.ifdef(WITHOUT_OPTIMIZED_ASM)
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (silc-server-0.7.7.tar.bz2) = 3fe9332c7f98cf71a8956285ae234630
|
||||
MD5 (silc-server-0.7.9.tar.bz2) = 9e04b3f5de0a62892e4720e774bd3094
|
||||
|
Loading…
Reference in New Issue
Block a user