From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 26 06:30:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B5C106566B for ; Wed, 26 Sep 2012 06:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D918C8FC0C for ; Wed, 26 Sep 2012 06:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8Q6UBQt003833 for ; Wed, 26 Sep 2012 06:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8Q6UBlo003828; Wed, 26 Sep 2012 06:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 26 Sep 2012 06:30:11 GMT Resent-Message-Id: <201209260630.q8Q6UBlo003828@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2C0106564A for ; Wed, 26 Sep 2012 06:22:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABED8FC0C for ; Wed, 26 Sep 2012 06:22:33 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8Q6MWXm064778 for ; Wed, 26 Sep 2012 06:22:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8Q6MWTU064776; Wed, 26 Sep 2012 06:22:32 GMT (envelope-from nobody) Message-Id: <201209260622.q8Q6MWTU064776@red.freebsd.org> Date: Wed, 26 Sep 2012 06:22:32 GMT From: Dmitry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/172083: print/ghostscript9 configurable dependency for graphics/svgalib [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 06:30:12 -0000 >Number: 172083 >Category: ports >Synopsis: print/ghostscript9 configurable dependency for graphics/svgalib [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 26 06:30:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 9.1-PRERELEASE >Organization: - >Environment: FreeBSD *** 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r240914: *** root@***:/usr/obj/usr/src/sys/GENERIC_ amd64 >Description: configurable dependency for graphics/svgalib >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-09-05 01:05:49.000000000 +0600 +++ Makefile 2012-09-26 12:04:20.000000000 +0600 @@ -74,8 +74,8 @@ SUB_LIST= DATADIR=${DATADIR} PORTVERSION=${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message -OPTIONS_DEFINE= A4SIZE CUPS FONTCONFIG ICONV LIBPAPER GTK2 X11 -OPTIONS_DEFAULT= CUPS FONTCONFIG ICONV LIBPAPER X11 +OPTIONS_DEFINE= A4SIZE CUPS FONTCONFIG ICONV LIBPAPER GTK2 SVGALIB X11 +OPTIONS_DEFAULT= CUPS FONTCONFIG ICONV LIBPAPER SVGALIB X11 A4SIZE_DESC= Set A4 (not Letter) as the default paper size FONTCONFIG_DESC=Enable fontconfig support NO_OPTIONS_SORT=yes --- files/Makefile.drivers_post.orig 2012-09-05 01:05:49.000000000 +0600 +++ files/Makefile.drivers_post 2012-09-26 12:03:33.000000000 +0600 @@ -51,7 +51,7 @@ .undef _VGA_DEVS .for D in ${VGA_DEVS} -.if ${PORT_OPTIONS:MGS_${D}} +.if ${PORT_OPTIONS:MSVGALIB} && ${PORT_OPTIONS:MGS_${D}} .if ${ARCH:Mamd64} || ${ARCH:Mi386} _VGA_DEVS+= ${D} .else >Release-Note: >Audit-Trail: >Unformatted: