Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2015 20:48:11 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402463 - head/sysutils/cfengine37
Message-ID:  <201511262048.tAQKmBXY047147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511262048.tAQKmBXY047147>