Date: Tue, 16 Feb 2016 14:20:13 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408998 - in head/lang/dmd2: . files Message-ID: <201602161420.u1GEKDaa023743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Feb 16 14:20:13 2016 New Revision: 408998 URL: https://svnweb.freebsd.org/changeset/ports/408998 Log: Do not hard code SYSCONFDIR. This inadvertently was included in r407421. PR: 207233 Noticed by: gahr Pointy hat to: yours truly Modified: head/lang/dmd2/Makefile head/lang/dmd2/files/patch-src__dmd__posix.mak Modified: head/lang/dmd2/Makefile ============================================================================== --- head/lang/dmd2/Makefile Tue Feb 16 14:14:05 2016 (r408997) +++ head/lang/dmd2/Makefile Tue Feb 16 14:20:13 2016 (r408998) @@ -4,7 +4,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 PORTVERSION= 2.070.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} Modified: head/lang/dmd2/files/patch-src__dmd__posix.mak ============================================================================== --- head/lang/dmd2/files/patch-src__dmd__posix.mak Tue Feb 16 14:14:05 2016 (r408997) +++ head/lang/dmd2/files/patch-src__dmd__posix.mak Tue Feb 16 14:20:13 2016 (r408998) @@ -1,14 +1,5 @@ --- ../../src/dmd/posix.mak.orig 2016-01-27 07:22:54.000000000 -0800 +++ ../../src/dmd/posix.mak 2016-01-28 12:32:14.044394178 -0800 -@@ -19,7 +19,7 @@ - endif - - INSTALL_DIR=../../install --SYSCONFDIR=/etc -+SYSCONFDIR=/usr/local/etc - PGO_DIR=$(abspath pgo) - - C=backend @@ -31,9 +31,9 @@ endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602161420.u1GEKDaa023743>