Index: head/security/super/Makefile =================================================================== --- head/security/super/Makefile (revision 550177) +++ head/security/super/Makefile (revision 550178) @@ -1,41 +1,42 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= super PORTVERSION= 3.30.3 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ http://www.ucolick.org/~will/RUE/super/ EXTRACT_SUFX= -tar.gz MAINTAINER= egypcio@FreeBSD.org COMMENT= Allow others to run commands as root LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|\.\/mkdir_p -p755|mkdir -p -m 755|g' \ -e '/sysconfdir/ s|super\.tab|&.sample|' \ ${WRKSRC}/Makefile.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/super ${STAGEDIR}${PREFIX}/bin/setuid post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/sample.tab ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${STAGEDIR}${EXAMPLESDIR} .include Index: head/security/super/files/patch-super.h =================================================================== --- head/security/super/files/patch-super.h (nonexistent) +++ head/security/super/files/patch-super.h (revision 550178) @@ -0,0 +1,11 @@ +--- super.h.orig 2020-08-03 17:58:18 UTC ++++ super.h +@@ -290,7 +290,7 @@ typedef struct progList ProgList; + + /* ========================================================================= */ + #ifdef HAVE_ENUM +-enum {SUPER_AUTH_PASSWORD, SUPER_AUTH_PAM} Method; ++extern enum {SUPER_AUTH_PASSWORD, SUPER_AUTH_PAM} Method; + #else + /* No enums! */ + #define SUPER_AUTH_PASSWORD 1 Property changes on: head/security/super/files/patch-super.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