svn commit: r402463 - head/sysutils/cfengine37

Cy Schubert cy at FreeBSD.org
Thu Nov 26 20:48:13 UTC 2015


Author: cy
Date: Thu Nov 26 20:48:11 2015
New Revision: 402463
URL: https://svnweb.freebsd.org/changeset/ports/402463

Log:
  Revert removal of USES autoreconf by r402454. It breaks install of
  libpromises.so.3, breaking pkg-plist.
  > Description of fields to fill in above:                     76 columns --|
  > PR:                       If a GNATS PR is affected by the change.
  > Submitted by:             If someone else sent in the change.
  > Reviewed by:              If someone else reviewed your modification.
  > Approved by:              If you needed approval for this commit.
  > Obtained from:            If the change is from a third party.
  > MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
  > MFH:                      Ports tree branch name.  Request approval for merge.
  > Relnotes:                 Set to 'yes' for mention in release notes.
  > Security:                 Vulnerability reference (one per line) or description.
  > Sponsored by:             If the change was sponsored by an organization.
  > Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
  > Empty fields above will be automatically removed.
  
  M    cfengine37/Makefile

Modified:
  head/sysutils/cfengine37/Makefile

Modified: head/sysutils/cfengine37/Makefile
==============================================================================
--- head/sysutils/cfengine37/Makefile	Thu Nov 26 20:26:49 2015	(r402462)
+++ head/sysutils/cfengine37/Makefile	Thu Nov 26 20:48:11 2015	(r402463)
@@ -28,7 +28,7 @@ MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USES=		cpe gmake libtool shebangfix
+USES=		autoreconf cpe gmake libtool shebangfix
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list