svn commit: r382515 - head/security/sssd

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:54:48 UTC 2015


Author: bapt
Date: Sat Mar 28 15:54:47 2015
New Revision: 382515
URL: https://svnweb.freebsd.org/changeset/ports/382515
QAT: https://qat.redports.org/buildarchive/r382515/

Log:
  Convert USES=autoreconf
  Strip binaries

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Sat Mar 28 15:46:46 2015	(r382514)
+++ head/security/sssd/Makefile	Sat Mar 28 15:54:47 2015	(r382515)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sssd
 DISTVERSION=	1.11.7
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=   https://fedorahosted.org/released/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/
@@ -50,12 +51,12 @@ PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
 MAKE_ENV+=	LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW"
 SUB_FILES=	pkg-message
 
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
 USE_LDCONFIG=	yes
 USE_OPENLDAP=	yes
-USES=		gettext gmake iconv libtool pathfix pkgconfig python:2 shebangfix
+USES=		autoreconf gettext gmake iconv libtool pathfix pkgconfig \
+		python:2 shebangfix
 PATHFIX_MAKEFILEIN=	Makefile.am
+INSTALL_TARGET=	install-strip
 
 python_CMD=   ${SETENV} python2
 SHEBANG_FILES=	src/tools/sss_obfuscate \


More information about the svn-ports-head mailing list