Date: Sun, 17 Nov 2013 21:08:55 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334123 - in head/net-mgmt/xymon-server: . files Message-ID: <201311172108.rAHL8tAL064618@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 +@exec chown %%XYMONUSER%% %D/%%WWWDIR%%/server/www @dirrm %%WWWDIR%%/server/www/wml @dirrm %%WWWDIR%%/server/www/snap @dirrm %%WWWDIR%%/server/www/rep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311172108.rAHL8tAL064618>