svn commit: r377844 - in head/devel: editline libedit

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 25 00:32:17 UTC 2015


Author: bapt
Date: Sun Jan 25 00:32:15 2015
New Revision: 377844
URL: https://svnweb.freebsd.org/changeset/ports/377844
QAT: https://qat.redports.org/buildarchive/r377844/

Log:
  Register conflicts

Modified:
  head/devel/editline/Makefile
  head/devel/libedit/Makefile

Modified: head/devel/editline/Makefile
==============================================================================
--- head/devel/editline/Makefile	Sun Jan 25 00:10:22 2015	(r377843)
+++ head/devel/editline/Makefile	Sun Jan 25 00:32:15 2015	(r377844)
@@ -20,4 +20,6 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
+CONFLICTS_INSTALL=	libedit-*
+
 .include <bsd.port.mk>

Modified: head/devel/libedit/Makefile
==============================================================================
--- head/devel/libedit/Makefile	Sun Jan 25 00:10:22 2015	(r377843)
+++ head/devel/libedit/Makefile	Sun Jan 25 00:32:15 2015	(r377844)
@@ -23,4 +23,6 @@ INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--enable-widec
 MAKE_ENV=	LC_ALL=C
 
+CONFLICT_INSTALL=	editline-*
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list