Index: head/sysutils/ipa/Makefile =================================================================== --- head/sysutils/ipa/Makefile (revision 548987) +++ head/sysutils/ipa/Makefile (revision 548988) @@ -1,47 +1,48 @@ # Created by: Andrey Simonenko # $FreeBSD$ PORTNAME= ipa PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/ipa-system MAINTAINER= ports@FreeBSD.org COMMENT= Pluggable accounting system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= ipa PLIST_FILES= bin/ipa bin/ipactl bin/ipastat include/ipa_mod.h \ man/man3/ipa_mod.3.gz man/man5/ipa.conf.5.gz \ man/man5/ipastat.conf.5.gz man/man8/ipa.8.gz \ man/man8/ipactl.8.gz man/man8/ipastat.8.gz \ man/ru.KOI8-R/man3/ipa_mod.3.gz \ man/ru.KOI8-R/man5/ipa.conf.5.gz \ man/ru.KOI8-R/man5/ipastat.conf.5.gz \ man/ru.KOI8-R/man8/ipa.8.gz \ man/ru.KOI8-R/man8/ipactl.8.gz \ man/ru.KOI8-R/man8/ipastat.8.gz NO_OPTIONS_SORT= yes OPTIONS_DEFINE= AUTORULES RULES LIMITS SUBLIMITS THRESHOLDS CTL_CREDS OPTIONS_DEFAULT= AUTORULES RULES LIMITS SUBLIMITS THRESHOLDS AUTORULES_DESC= Enable dynamic rules support RULES_DESC= Enable static rules support LIMITS_DESC= Enable limits support SUBLIMITS_DESC= Enable sublimits support THRESHOLDS_DESC= Enable thresholds support CTL_CREDS_DESC= Enable ipactl's messages credentials AUTORULES_CONFIGURE_ENABLE= autorules RULES_CONFIGURE_ENABLE= rules LIMITS_CONFIGURE_ENABLE= limits SUBLIMITS_CONFIGURE_ENABLE= sublimits THRESHOLDS_CONFIGURE_ENABLE= thresholds CTL_CREDS_CONFIGURE_ENABLE= ctl-creds .include Index: head/sysutils/ipa/files/patch-src_ipa__cmd.h =================================================================== --- head/sysutils/ipa/files/patch-src_ipa__cmd.h (nonexistent) +++ head/sysutils/ipa/files/patch-src_ipa__cmd.h (revision 548988) @@ -0,0 +1,11 @@ +--- src/ipa_cmd.h.orig 2011-01-23 18:42:34 UTC ++++ src/ipa_cmd.h +@@ -165,7 +165,7 @@ extern char *shell_path_default; + extern char *shell_arg1; + extern char *shell_arg1_default; + +-const char *const rc_sect_name[2]; ++extern const char *const rc_sect_name[2]; + + extern ipa_mzone *cmd_mzone; + Property changes on: head/sysutils/ipa/files/patch-src_ipa__cmd.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property