[csw-devel] SF.net SVN: gar:[5941] csw/mgar/pkg/sudo_ldap/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Sat Aug 8 04:53:48 CEST 2009
Revision: 5941
http://gar.svn.sourceforge.net/gar/?rev=5941&view=rev
Author: valholla
Date: 2009-08-08 02:53:48 +0000 (Sat, 08 Aug 2009)
Log Message:
-----------
update for --with-project
Modified Paths:
--------------
csw/mgar/pkg/sudo_ldap/trunk/Makefile
Modified: csw/mgar/pkg/sudo_ldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo_ldap/trunk/Makefile 2009-08-08 02:37:51 UTC (rev 5940)
+++ csw/mgar/pkg/sudo_ldap/trunk/Makefile 2009-08-08 02:53:48 UTC (rev 5941)
@@ -1,7 +1,11 @@
GARNAME = sudo
-GARVERSION = 1.7.1
+GARVERSION = 1.7.2
CATEGORIES = utils
+RELEASE = p1
+DISTVERSION = $(GARVERSION)$(RELEASE)
+DISTNAME = $(GARNAME)-$(DISTVERSION)
+
DESCRIPTION = Provides limited super user privileges (LDAP Enabled)
define BLURB
Sudo (superuser do) allows a system administrator to give certain users (or
@@ -11,7 +15,7 @@
endef
MASTER_SITES = ftp://ftp.sudo.ws/pub/sudo/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(GARNAME)-$(DISTVERSION).tar.gz
PATCHFILES = install.diff
# We define upstream file regex so we can be notifed of new
@@ -25,7 +29,6 @@
SPKG_SOURCEURL_CSWsudoldap = http://www.sudo.ws
REQUIRED_PKGS_CSWsudoldap = CSWsudo-common CSWggettextrt CSWoldaprt
-BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-pam
CONFIGURE_ARGS += --with-logging=both
@@ -33,7 +36,13 @@
CONFIGURE_ARGS += --with-env-editor
CONFIGURE_ARGS += --with-ldap=$(prefix)
CONFIGURE_ARGS += --with-ldap-conf-file=$(sysconfdir)/ldap.conf
+CONFIGURE_ARGS += --disable-path-info
+CONFIGURE_ARGS += --with-logpath=/var/opt/csw/sudo/logs/sudolog
+ifneq ($(GAROSREL),5.8)
+ CONFIGURE_ARGS += --with-project
+endif
+
TEST_TARGET = check
include gar/category.mk
@@ -45,3 +54,6 @@
@( cd $(DESTDIR)$(bindir) ; grm sudoedit )
@( cd $(DESTDIR)$(bindir) ; gchmod 4755 sudo.ldap )
@$(MAKECOOKIE)
+
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list