mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.17.2
- make kqueue and poll mutually exclusive
This commit is contained in:
parent
655f69a7ba
commit
3806211c65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199565
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pen
|
PORTNAME= pen
|
||||||
PORTVERSION= 0.17.1
|
PORTVERSION= 0.17.2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
||||||
http://siag.nu/pub/pen/
|
http://siag.nu/pub/pen/
|
||||||
@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
|
|||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_RC_SUBR= pen.sh
|
USE_RC_SUBR= pen.sh
|
||||||
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \
|
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \
|
||||||
--with-ssl=${OPENSSLBASE} --with-kqueue
|
--with-ssl=${OPENSSLBASE}
|
||||||
|
|
||||||
PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING
|
PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING
|
||||||
PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \
|
PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \
|
||||||
@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE}
|
|||||||
|
|
||||||
.if defined(WITH_POLL)
|
.if defined(WITH_POLL)
|
||||||
CONFIGURE_ARGS+= --with-poll
|
CONFIGURE_ARGS+= --with-poll
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --with-kqueue
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(NOPORTDOCS)
|
.if defined(NOPORTDOCS)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (pen-0.17.1.tar.gz) = 62548155d3bf42aea05b32227e132331
|
MD5 (pen-0.17.2.tar.gz) = 151caafbbea5016dcd156b1f379b6247
|
||||||
SHA256 (pen-0.17.1.tar.gz) = 13e070e4e03d9141530bbf9fa071d2ce3f04b0324349757c8842e073eef85556
|
SHA256 (pen-0.17.2.tar.gz) = 445562559b57470a13405fa5a1fc10f0e72b2e41ae8342d684fba01da8e0da06
|
||||||
SIZE (pen-0.17.1.tar.gz) = 117009
|
SIZE (pen-0.17.2.tar.gz) = 129285
|
||||||
|
Loading…
Reference in New Issue
Block a user