- Update to 6.13
- Fix libxslt dependency PR: 134688 Submitted by: Hugo Leisink <hugo@leisink.net>
This commit is contained in:
parent
fc6e37309a
commit
72f1ab85b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234910
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hiawatha
|
||||
PORTVERSION= 6.11
|
||||
PORTVERSION= 6.13
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.hiawatha-webserver.org/files/
|
||||
|
||||
@ -21,9 +21,14 @@ MANCOMPRESSED= no
|
||||
|
||||
USE_RC_SUBR= hiawatha
|
||||
SUB_FILES= pkg-message
|
||||
WANT_GNOME= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var webrootdir=${WWWDIR}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \
|
||||
CACHE "Internal file caching support" On \
|
||||
@ -56,6 +61,8 @@ CONFIGURE_ARGS+= --disable-ipv6
|
||||
|
||||
.if defined(WITH_XSLT)
|
||||
CONFIGURE_ARGS+= --enable-xslt
|
||||
USE_GNOME+= libxslt
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/libxml2
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (hiawatha-6.11.tar.gz) = 598b225113ef15a84a3ed7f76c1f776f
|
||||
SHA256 (hiawatha-6.11.tar.gz) = aa743f140c95e85cd5643537cafe1b04f362d97f17a01fb0c3e200268d5b1570
|
||||
SIZE (hiawatha-6.11.tar.gz) = 248371
|
||||
MD5 (hiawatha-6.13.tar.gz) = bc1e8eb679f03ad372395bbc1e50af38
|
||||
SHA256 (hiawatha-6.13.tar.gz) = de290133f9d4766c27db6aedc5559883af3a5da7b0e7d97749a45ade74d7ae9b
|
||||
SIZE (hiawatha-6.13.tar.gz) = 249870
|
||||
|
Loading…
Reference in New Issue
Block a user