From owner-svn-ports-head@freebsd.org Wed Nov 11 11:42:29 2015 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 295EDA2C402; Wed, 11 Nov 2015 11:42:29 +0000 (UTC) (envelope-from marino@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 E617C1E1F; Wed, 11 Nov 2015 11:42:28 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABBgSGx076172; Wed, 11 Nov 2015 11:42:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABBgSDa076171; Wed, 11 Nov 2015 11:42:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511111142.tABBgSDa076171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 11 Nov 2015 11:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401236 - head/print/ghostscript9-base/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: Wed, 11 Nov 2015 11:42:29 -0000 Author: marino Date: Wed Nov 11 11:42:27 2015 New Revision: 401236 URL: https://svnweb.freebsd.org/changeset/ports/401236 Log: print/ghostscript9-base: Modify patch to handle dragonfly as well A port patch excludes for FreeBSD, and DragonFly needs this treatment as well, so the existing patch was trivially modified. Approved by: DF blanket (non-invasive) Modified: head/print/ghostscript9-base/files/patch-base-gdevplib.c Modified: head/print/ghostscript9-base/files/patch-base-gdevplib.c ============================================================================== --- head/print/ghostscript9-base/files/patch-base-gdevplib.c Wed Nov 11 11:19:17 2015 (r401235) +++ head/print/ghostscript9-base/files/patch-base-gdevplib.c Wed Nov 11 11:42:27 2015 (r401236) @@ -1,10 +1,10 @@ ---- base/gdevplib.c.orig 2012-02-08 17:48:47.000000000 +0900 -+++ base/gdevplib.c 2012-02-13 01:23:46.000000000 +0900 -@@ -151,7 +151,11 @@ +--- base/gdevplib.c.orig 2012-08-08 08:01:36 UTC ++++ base/gdevplib.c +@@ -153,7 +153,11 @@ void __aebi_memmove(void *dest, const vo #ifdef TESTING_WITH_NO_BAND_DONOR -+#if !defined(__FreeBSD__) ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) #include +#else +#include