Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 18:28:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370475 - head/Mk
Message-ID:  <201410081828.s98ISSHs036825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  8 18:28:27 2014
New Revision: 370475
URL: https://svnweb.freebsd.org/changeset/ports/370475
QAT: https://qat.redports.org/buildarchive/r370475/

Log:
  Comment out, it is not ready for prime

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Oct  8 17:42:36 2014	(r370474)
+++ head/Mk/bsd.sanity.mk	Wed Oct  8 18:28:27 2014	(r370475)
@@ -7,14 +7,14 @@
 WARNING+=	"WITHOUT_NLS is deprecated use OPTIONS_UNSET=NLS instead"
 .endif
 
-.if defined(PKGORIGIN)
-.for _c in ${CATEGORIES}
-_CAT?=	${_c}
-.endfor
-.if ${.CURDIR:H:T} != ${_CAT}
-DEV_ERROR+=	"The first entry in CATEGORIES should be the directory where the port lives"
-.endif
-.endif
+#.if defined(PKGORIGIN)
+#.for _c in ${CATEGORIES}
+#_CAT?=	${_c}
+#.endfor
+#.if ${.CURDIR:H:T} != ${_CAT}
+#DEV_ERROR+=	"The first entry in CATEGORIES should be the directory where the port lives"
+#.endif
+#.endif
 
 #.if defined(WITHOUT_X11)
 #WARNING+=	"WITHOUT_X11 is deprecated use X11 option instead"



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