svn commit: r334123 - in head/net-mgmt/xymon-server: . files
Mark Felder
feld at FreeBSD.org
Sun Nov 17 21:08:55 UTC 2013
Author: feld
Date: Sun Nov 17 21:08:54 2013
New Revision: 334123
URL: http://svnweb.freebsd.org/changeset/ports/334123
Log:
Fix LDAP option
Fix directory permission issue
PR: ports/183976
Approved by: swills (mentor)
Modified:
head/net-mgmt/xymon-server/Makefile
head/net-mgmt/xymon-server/files/Makefile
head/net-mgmt/xymon-server/pkg-plist
Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile Sun Nov 17 21:04:12 2013 (r334122)
+++ head/net-mgmt/xymon-server/Makefile Sun Nov 17 21:08:54 2013 (r334123)
@@ -2,6 +2,7 @@
PORTNAME= xymon
PORTVERSION= 4.3.12
+PORTREVISION= 1
CATEGORIES= net-mgmt www
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
Modified: head/net-mgmt/xymon-server/files/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/files/Makefile Sun Nov 17 21:04:12 2013 (r334122)
+++ head/net-mgmt/xymon-server/files/Makefile Sun Nov 17 21:08:54 2013 (r334123)
@@ -60,9 +60,9 @@ DOSSL = yes
#
ifdef WITH_LDAP
# OpenLDAP settings
-LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS
+LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS -DHAVE_LDAP
LDAPINCDIR = -I${PREFIX}/include
-LDAPLIBS = -L${PREFIX}/lib -lldap
+LDAPLIBS = -L${PREFIX}/lib -lldap -llber
RPATHVAL += ${PREFIX}/lib
RPATHVAL += /usr/local/lib
DOLDAP = yes
Modified: head/net-mgmt/xymon-server/pkg-plist
==============================================================================
--- head/net-mgmt/xymon-server/pkg-plist Sun Nov 17 21:04:12 2013 (r334122)
+++ head/net-mgmt/xymon-server/pkg-plist Sun Nov 17 21:08:54 2013 (r334123)
@@ -467,6 +467,7 @@ man/man8/xymonproxy.8
@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/rep
@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/snap
@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/wml
+ at exec chown %%XYMONUSER%% %D/%%WWWDIR%%/server/www
@dirrm %%WWWDIR%%/server/www/wml
@dirrm %%WWWDIR%%/server/www/snap
@dirrm %%WWWDIR%%/server/www/rep
More information about the svn-ports-all
mailing list