From owner-svn-ports-all@FreeBSD.ORG Mon May 5 15:04:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C9A9A4D; Mon, 5 May 2014 15:04:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E16C01728; Mon, 5 May 2014 15:04:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45F4d6Z043102; Mon, 5 May 2014 15:04:39 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45F4d6n043098; Mon, 5 May 2014 15:04:39 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405051504.s45F4d6n043098@svn.freebsd.org> From: John Marino Date: Mon, 5 May 2014 15:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353023 - in head: games/ioquake3 graphics/opendx science/cdf security/john X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 15:04:40 -0000 Author: marino Date: Mon May 5 15:04:38 2014 New Revision: 353023 URL: http://svnweb.freebsd.org/changeset/ports/353023 QAT: https://qat.redports.org/buildarchive/r353023/ Log: Replace "${OPSYS:tl}" with "freebsd" on 4 ports The following 4 ports will not build correctly if certain variables are not defined as "freebsd". Defining them as "${OPSYS:tl}" caused breakage on DragonFly for various reasons. Harding the variables are a no-op for FreeBSD but fixes the ports on DragonFly. * games/ioquake3 * graphics/opendx * science/cdf * security/john approved by: portmgr (bapt) Modified: head/games/ioquake3/Makefile head/graphics/opendx/Makefile head/science/cdf/Makefile head/security/john/Makefile Modified: head/games/ioquake3/Makefile ============================================================================== --- head/games/ioquake3/Makefile Mon May 5 14:51:06 2014 (r353022) +++ head/games/ioquake3/Makefile Mon May 5 15:04:38 2014 (r353023) @@ -62,7 +62,7 @@ ALL_TARGET= release LIBDIR= lib/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= share/doc/${PORTNAME}${PKGNAMESUFFIX} -BUILDDIR= ${WRKSRC}/build/${ALL_TARGET}-${OPSYS:tl}-${IOQ3ARCH} +BUILDDIR= ${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH} BINSUFFIX?= HOMEPATH?= /.${PORTNAME} Q3CLIENT?= ioquake3 Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Mon May 5 14:51:06 2014 (r353022) +++ head/graphics/opendx/Makefile Mon May 5 15:04:38 2014 (r353023) @@ -22,11 +22,11 @@ USE_GL= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV= ARCH="${OPSYS:tl}" +CONFIGURE_ENV= ARCH=freebsd CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib NO_MTREE= yes -PLIST_SUB= ARCH=${OPSYS:tl} +PLIST_SUB= ARCH=freebsd PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_HDF) && !defined(WITHOUT_NETCDF) Modified: head/science/cdf/Makefile ============================================================================== --- head/science/cdf/Makefile Mon May 5 14:51:06 2014 (r353022) +++ head/science/cdf/Makefile Mon May 5 15:04:38 2014 (r353023) @@ -14,7 +14,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= Device independent view of the CDF data model -MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=${OPSYS:tl} ENV=gnu \ +MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \ FORTRAN=yes FC_freebsd=${F77} USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Mon May 5 14:51:06 2014 (r353022) +++ head/security/john/Makefile Mon May 5 15:04:38 2014 (r353023) @@ -27,7 +27,7 @@ BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src # PORTSCOUT= limit:.*-jumbo -OSNAME= ${OPSYS:tl} +OSNAME= freebsd CFLAGS+= -DJOHN_SYSTEMWIDE=1 \ -DJOHN_SYSTEMWIDE_HOME=\\"${DATADIR}\\" \ -DCFG_FULL_NAME=\\"${PREFIX}/etc/${PORTNAME}.conf\\"