From owner-cvs-all@FreeBSD.ORG Mon May 24 20:08:48 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602F7106566B; Mon, 24 May 2010 20:08:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4FC8FC19; Mon, 24 May 2010 20:08:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4OK8kAW096369; Mon, 24 May 2010 20:08:46 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4OK8kcn096368; Mon, 24 May 2010 20:08:46 GMT (envelope-from hrs) Message-Id: <201005242008.o4OK8kcn096368@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 24 May 2010 20:08:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ghostscript8 Makefile Makefile.drivers ports/print/ghostscript8/files Makefile.drivers_post patch-base-Makefile.in patch-base-gs.mak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 20:08:48 -0000 hrs 2010-05-24 20:08:46 UTC FreeBSD ports repository Modified files: print/ghostscript8 Makefile Makefile.drivers print/ghostscript8/files patch-base-Makefile.in Added files: print/ghostscript8/files Makefile.drivers_post patch-base-gs.mak Log: - Make the driver selection stricter and redefine DEVICE_DEVSn in the ghostscript build framework to eliminate differences between selected drivers by OPTIONS and actually-compiled ones. - Eliminate duplicated devices displayed in "gs -h". Revision Changes Path 1.196 +20 -101 ports/print/ghostscript8/Makefile 1.7 +8 -34 ports/print/ghostscript8/Makefile.drivers 1.1 +208 -0 ports/print/ghostscript8/files/Makefile.drivers_post (new) 1.4 +50 -1 ports/print/ghostscript8/files/patch-base-Makefile.in 1.1 +11 -0 ports/print/ghostscript8/files/patch-base-gs.mak (new)