svn commit: r324560 - head/lang/ocaml-nox11

John Marino marino at FreeBSD.org
Sat Aug 10 23:05:34 UTC 2013


Author: marino
Date: Sat Aug 10 23:05:33 2013
New Revision: 324560
URL: http://svnweb.freebsd.org/changeset/ports/324560

Log:
  lang/ocaml-nox11: Fix package origin
  
  lang/ocaml-nox11 port produces a package with the exact same name as
  lang/ocaml because they have a common Makefile.  However, by defining the
  SFX variable before including it, ocaml-nox11 package name will receive
  a suffix.  This fixes an origin conflict seen on poudriere.
  
  The new base package name will be ocaml-nox11
  
  Approved by: 	bapt/culot (mentors, implicit), maintainer timeout

Modified:
  head/lang/ocaml-nox11/Makefile

Modified: head/lang/ocaml-nox11/Makefile
==============================================================================
--- head/lang/ocaml-nox11/Makefile	Sat Aug 10 22:54:58 2013	(r324559)
+++ head/lang/ocaml-nox11/Makefile	Sat Aug 10 23:05:33 2013	(r324560)
@@ -13,4 +13,6 @@ CONFLICTS=	metaocaml-[0-9]* ocaml-[0-9]*
 
 OPTIONS_EXCLUDE=TK X11
 
+SFX=		-nox11
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list