Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2013 23:05:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324560 - head/lang/ocaml-nox11
Message-ID:  <201308102305.r7AN5XMP025690@svn.freebsd.org>

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



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