svn commit: r364196 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 6 15:57:07 UTC 2014


Author: bapt
Date: Wed Aug  6 15:57:07 2014
New Revision: 364196
URL: http://svnweb.freebsd.org/changeset/ports/364196
QAT: https://qat.redports.org/buildarchive/r364196/

Log:
  Disable maintainer mode to make sure configure never tries to regenerate
  the configure and Makefiles

Modified:
  head/ports-mgmt/pkg-devel/Makefile

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Wed Aug  6 15:37:14 2014	(r364195)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Aug  6 15:57:07 2014	(r364196)
@@ -21,6 +21,7 @@ CFLAGS+=	-O0 -g
 USE_LDCONFIG=	yes
 USES=		libtool tar:xz
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-maintainer-mode
 
 # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD
 # so that pkg-static is used from the wrkdir


More information about the svn-ports-all mailing list