From owner-svn-ports-head@freebsd.org Tue Feb 16 14:20:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEA7BAA94FF; Tue, 16 Feb 2016 14:20:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9FF361942; Tue, 16 Feb 2016 14:20:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1GEKDHc023745; Tue, 16 Feb 2016 14:20:13 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GEKDaa023743; Tue, 16 Feb 2016 14:20:13 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201602161420.u1GEKDaa023743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 16 Feb 2016 14:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408998 - in head/lang/dmd2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2016 14:20:14 -0000 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