Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 16:35:31 +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: r318993 - in head: archivers/libcabinet archivers/libcabinet/files devel/libpdel devel/libxalloc finance/libstocks games/libshhcards games/libshhcards/files japanese/ming math/linpack w...
Message-ID:  <201305241635.r4OGZVa7094499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 24 16:35:30 2013
New Revision: 318993
URL: http://svnweb.freebsd.org/changeset/ports/318993

Log:
  Do not let system make.conf inpact the port's makefile
  This fixes build on current

Modified:
  head/archivers/libcabinet/Makefile
  head/archivers/libcabinet/files/patch-Makefile
  head/devel/libpdel/Makefile
  head/devel/libxalloc/Makefile
  head/finance/libstocks/Makefile
  head/games/libshhcards/Makefile
  head/games/libshhcards/files/Makefile.lib
  head/japanese/ming/Makefile
  head/math/linpack/Makefile
  head/www/cgic/Makefile
  head/www/cgic/files/Makefile.lib

Modified: head/archivers/libcabinet/Makefile
==============================================================================
--- head/archivers/libcabinet/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/archivers/libcabinet/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -13,6 +13,7 @@ USE_LDCONFIG=	yes
 
 SRCFILE=	${WRKSRC}/listcab.cpp
 PROGFILE=	${SRCFILE:S/.cpp$//}
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 post-build:
 	${CXX} ${CXXFLAGS} -o ${PROGFILE} ${SRCFILE} -L${WRKSRC} -lcabinet

Modified: head/archivers/libcabinet/files/patch-Makefile
==============================================================================
--- head/archivers/libcabinet/files/patch-Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/archivers/libcabinet/files/patch-Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -1,7 +1,7 @@
 --- Makefile.orig	Tue Aug 19 18:15:11 2003
 +++ Makefile	Tue Aug 19 18:33:06 2003
 @@ -0,0 +1,16 @@
-+NOPROFILE=	true
++NO_PROFILE=	true
 +CXXFLAGS+=	-Wno-deprecated 
 +LIB=		cabinet
 +LIBDIR=		${PREFIX}/lib

Modified: head/devel/libpdel/Makefile
==============================================================================
--- head/devel/libpdel/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/devel/libpdel/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libpdel
-# Date created:				22 Apr 2002
-# Whom:					Archie Cobbs
-#
+# Created by: Archie Cobbs
 # $FreeBSD$
-#
 
 PORTNAME=	libpdel
 PORTVERSION=	0.5.3
@@ -15,6 +11,7 @@ MAINTAINER=	mav@alkar.net
 COMMENT=	Packet Design multi-purpose C library for embedded applications
 
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 USE_LDCONFIG=	yes
 

Modified: head/devel/libxalloc/Makefile
==============================================================================
--- head/devel/libxalloc/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/devel/libxalloc/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -12,9 +12,12 @@ COMMENT=	A memory allocation library wit
 
 MAKEFILE=	${FILESDIR}/Makefile.lib
 USE_LDCONFIG=	yes
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
+
+.include <bsd.port.options.mk>
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}

Modified: head/finance/libstocks/Makefile
==============================================================================
--- head/finance/libstocks/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/finance/libstocks/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    libstocks
-# Date created:         this 7th day of January, 2002
-# Whom:                 Mikhail Teterin
-#
+# Created by: Mikhail Teterin
 # $FreeBSD$
-#
 
 PORTNAME=	libstocks
 PORTVERSION=	0.5.0
@@ -15,6 +11,7 @@ COMMENT=	A C library which can be used t
 
 USE_LDCONFIG=	yes
 REINPLACE_ARGS=	-i ""
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 post-patch:
 	${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \

Modified: head/games/libshhcards/Makefile
==============================================================================
--- head/games/libshhcards/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/games/libshhcards/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libshhcards
-# Date created:				12 April 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	libshhcards
 PORTVERSION=	1.0.5
@@ -18,9 +14,12 @@ COMMENT=	Library for displaying game car
 USE_XORG=	xpm
 MAKEFILE=	${FILESDIR}/Makefile.lib
 USE_LDCONFIG=	yes
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
+
+.include <bsd.port.options.mk>
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}

Modified: head/games/libshhcards/files/Makefile.lib
==============================================================================
--- head/games/libshhcards/files/Makefile.lib	Fri May 24 16:34:29 2013	(r318992)
+++ head/games/libshhcards/files/Makefile.lib	Fri May 24 16:35:30 2013	(r318993)
@@ -5,7 +5,7 @@ LIB=	shhcards
 LIBDIR=	${PREFIX}/lib
 SHLIB_MAJOR=	${SHLIB_VER}
 SHLIB_MINOR=	0
-NOPROFILE=	yes
+NO_PROFILE=	yes
 NOOBJ=	yes
 
 INCS=	shhcards.h

Modified: head/japanese/ming/Makefile
==============================================================================
--- head/japanese/ming/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/japanese/ming/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -17,9 +17,10 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 CONFLICTS=	ming-*
 
 WRKSRC=		${WRKDIR}/jaming-${PORTVERSION}/src
-MAKE_ARGS=	NOPROFILE=true
+MAKE_ARGS=	NO_PROFILE=true
 USE_LDCONFIG=	yes
 USES=		bison
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 UTILS=		gif2dbl \
 		gif2mask \

Modified: head/math/linpack/Makefile
==============================================================================
--- head/math/linpack/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/math/linpack/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	linpack
-# Date created:		31 October 1994
-# Whom:			ljo
-#
+# Created by: ljo
 # $FreeBSD$
-#
 
 PORTNAME=	linpack
 PORTVERSION=	1.0
@@ -16,6 +12,7 @@ MAINTAINER=	bf@FreeBSD.org
 COMMENT=	Linear Algebra package
 
 LIB_DEPENDS=	blas.2:${PORTSDIR}/math/blas
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 .include <bsd.port.pre.mk>
 

Modified: head/www/cgic/Makefile
==============================================================================
--- head/www/cgic/Makefile	Fri May 24 16:34:29 2013	(r318992)
+++ head/www/cgic/Makefile	Fri May 24 16:35:30 2013	(r318993)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libcgic
-# Date created:				27 July 1999
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	cgic
 PORTVERSION=	2.05
@@ -18,11 +14,14 @@ MAKE_ENV=	SHLIB_MAJOR="${SHLIB_MAJOR}"
 MAKEFILE=	${FILESDIR}/Makefile.lib
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
 USE_LDCONFIG=	yes
+MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
 
 SHLIB_MAJOR=	${PORTVERSION:R}
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}

Modified: head/www/cgic/files/Makefile.lib
==============================================================================
--- head/www/cgic/files/Makefile.lib	Fri May 24 16:34:29 2013	(r318992)
+++ head/www/cgic/files/Makefile.lib	Fri May 24 16:35:30 2013	(r318993)
@@ -1,7 +1,7 @@
 LIB=		cgic
 
 SHLIB_MAJOR?=	1
-NOPROFILE=	yes
+NO_PROFILE=	yes
 
 LIBDIR=		${PREFIX}/lib
 INCDIR=		${PREFIX}/include



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