diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | abc87d0c357422181c7606b270d496816179270f (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /security/pwauth | |
parent | 94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff) | |
download | freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'security/pwauth')
-rw-r--r-- | security/pwauth/Makefile | 8 | ||||
-rw-r--r-- | security/pwauth/files/patch-utmpx (renamed from security/pwauth/files/extra-patch-utmpx) | 0 |
2 files changed, 1 insertions, 7 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile index 0d5e737c3c3d..1775da6f119f 100644 --- a/security/pwauth/Makefile +++ b/security/pwauth/Makefile @@ -17,12 +17,6 @@ PLIST_FILES= bin/pwauth bin/checkfaillog ALL_TARGET= pwauth checkfaillog MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 900007 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx -.endif - WWWUID= `${ID} -u ${WWWOWN}` MINUID?= 1000 @@ -35,4 +29,4 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin @${CHMOD} u=rxs ${STAGEDIR}${PREFIX}/bin/pwauth -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/pwauth/files/extra-patch-utmpx b/security/pwauth/files/patch-utmpx index eef7e8e9b3a5..eef7e8e9b3a5 100644 --- a/security/pwauth/files/extra-patch-utmpx +++ b/security/pwauth/files/patch-utmpx |