svn commit: r339861 - head/databases/ipa_sdb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:33:04 UTC 2014


Author: bapt
Date: Wed Jan 15 23:33:03 2014
New Revision: 339861
URL: http://svnweb.freebsd.org/changeset/ports/339861
QAT: https://qat.redports.org/buildarchive/r339861/

Log:
  Support stage
  Use options helpers
  Use pkg-plist

Added:
  head/databases/ipa_sdb/pkg-plist   (contents, props changed)
Modified:
  head/databases/ipa_sdb/Makefile

Modified: head/databases/ipa_sdb/Makefile
==============================================================================
--- head/databases/ipa_sdb/Makefile	Wed Jan 15 23:27:54 2014	(r339860)
+++ head/databases/ipa_sdb/Makefile	Wed Jan 15 23:33:03 2014	(r339861)
@@ -23,33 +23,9 @@ RULES_DESC=		Enable static rules support
 LIMITS_DESC=		Enable limits support
 THRESHOLDS_DESC=	Enable thresholds support
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+AUTORULES_CONFIGURE_OFF=	--disable-autorules
+RULES_CONFIGURE_OFF=		--disable-rules
+LIMITS_CONFIGURE_OFF=		--disable-limits
+THRESHOLDS_CONFIGURE_OFF=	--disable-thresholds
 
-.if empty(PORT_OPTIONS:MAUTORULES)
-CONFIGURE_ARGS+=	--disable-autorules
-.endif
-
-.if empty(PORT_OPTIONS:MRULES)
-CONFIGURE_ARGS+=	--disable-rules
-.endif
-
-.if empty(PORT_OPTIONS:MLIMITS)
-CONFIGURE_ARGS+=	--disable-limits
-.endif
-
-.if empty(PORT_OPTIONS:MTHRESHOLDS)
-CONFIGURE_ARGS+=	--disable-thresholds
-.endif
-
-.include <bsd.port.pre.mk>
-
-PLIST_FILES=	bin/ipa_sdb_dump include/ipa_sdb.h include/ipa_sdb_config.h \
-		lib/ipa_db_sdb.so lib/ipa_st_sdb.so \
-		lib/ipa_db_sdb.la lib/ipa_st_sdb.la
-
-MAN5=		ipa_sdb.5
-MAN8=		ipa_db_sdb.8 ipa_st_sdb.8 ipa_sdb_dump.8
-MANLANG=	"" ru.KOI8-R
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: head/databases/ipa_sdb/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/ipa_sdb/pkg-plist	Wed Jan 15 23:33:03 2014	(r339861)
@@ -0,0 +1,15 @@
+bin/ipa_sdb_dump
+include/ipa_sdb.h
+include/ipa_sdb_config.h
+lib/ipa_db_sdb.la
+lib/ipa_db_sdb.so
+lib/ipa_st_sdb.la
+lib/ipa_st_sdb.so
+man/man5/ipa_sdb.5.gz
+man/man8/ipa_db_sdb.8.gz
+man/man8/ipa_sdb_dump.8.gz
+man/man8/ipa_st_sdb.8.gz
+man/ru.KOI8-R/man5/ipa_sdb.5.gz
+man/ru.KOI8-R/man8/ipa_db_sdb.8.gz
+man/ru.KOI8-R/man8/ipa_sdb_dump.8.gz
+man/ru.KOI8-R/man8/ipa_st_sdb.8.gz


More information about the svn-ports-all mailing list