From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 15:12:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 062A15D7; Fri, 6 Jun 2014 15:12:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB4F72C43; Fri, 6 Jun 2014 15:12:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56FC1Uh086137; Fri, 6 Jun 2014 15:12:01 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56FC1WW086133; Fri, 6 Jun 2014 15:12:01 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406061512.s56FC1WW086133@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 6 Jun 2014 15:12:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356799 - in head/sysutils/cpu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 15:12:02 -0000 Author: vanilla Date: Fri Jun 6 15:12:00 2014 New Revision: 356799 URL: http://svnweb.freebsd.org/changeset/ports/356799 QAT: https://qat.redports.org/buildarchive/r356799/ Log: Stagify, switch to USES=libtool Added: head/sysutils/cpu/files/patch-doc__Makefile.in (contents, props changed) Modified: head/sysutils/cpu/Makefile head/sysutils/cpu/pkg-plist Modified: head/sysutils/cpu/Makefile ============================================================================== --- head/sysutils/cpu/Makefile Fri Jun 6 15:01:21 2014 (r356798) +++ head/sysutils/cpu/Makefile Fri Jun 6 15:12:00 2014 (r356799) @@ -3,7 +3,7 @@ PORTNAME= cpu PORTVERSION= 1.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -11,16 +11,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Change Password Utility for LDAP GNU_CONFIGURE= yes -USE_BZIP2= yes +USES= tar:bzip2 libtool USE_OPENLDAP= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE} CPPFLAGS+= -DLDAP_DEPRECATED -MAN5= cpu.conf.5 -MAN8= cpu.8 cpu-ldap.8 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure Added: head/sysutils/cpu/files/patch-doc__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cpu/files/patch-doc__Makefile.in Fri Jun 6 15:12:00 2014 (r356799) @@ -0,0 +1,19 @@ +--- doc/Makefile.in.orig 2014-06-06 22:53:04.849107374 +0800 ++++ doc/Makefile.in 2014-06-06 22:54:12.397081995 +0800 +@@ -447,13 +447,9 @@ uninstall-info: uninstall-info-recursive + + + install-data-local: +- @if test -f $(sysconfdir)/cpu.conf ; then \ +- echo "$@ will not overwrite existing $(sysconfdir)/cpu.conf"; \ +- else \ +- $(mkinstalldirs) $(sysconfdir); \ +- echo "$(INSTALL_DATA) cpu.conf $(sysconfdir)/cpu.conf"; \ +- $(INSTALL_DATA) cpu.conf $(sysconfdir)/cpu.conf; \ +- fi ++ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ ++ echo "$(INSTALL_DATA) cpu.conf $(DESTDIR)$(sysconfdir)/cpu.conf.sample"; \ ++ $(INSTALL_DATA) cpu.conf $(DESTDIR)$(sysconfdir)/cpu.conf.sample; + + uninstall-local: + @if test -f $(sysconfdir)/cpu.conf ; then \ Modified: head/sysutils/cpu/pkg-plist ============================================================================== --- head/sysutils/cpu/pkg-plist Fri Jun 6 15:01:21 2014 (r356798) +++ head/sysutils/cpu/pkg-plist Fri Jun 6 15:12:00 2014 (r356799) @@ -1,13 +1,16 @@ -etc/cpu.conf +@sample etc/cpu.conf.sample lib/libcpu_ldap.a -lib/libcpu_ldap.la lib/libcpu_ldap.so lib/libcpu_ldap.so.0 +lib/libcpu_ldap.so.0.0.0 lib/libcputil.a -lib/libcputil.la lib/libcputil.so lib/libcputil.so.0 +lib/libcputil.so.0.0.0 +man/man5/cpu.conf.5.gz +man/man8/cpu-ldap.8.gz +man/man8/cpu.8.gz sbin/cpu %%DATADIR%%/cpu.conf.doc %%DATADIR%%/test.ldif -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%%