From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 23 15:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFAC480E for ; Sat, 23 Mar 2013 15:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF15882 for ; Sat, 23 Mar 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2NF00Ic067147 for ; Sat, 23 Mar 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2NF00T9067146; Sat, 23 Mar 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 23 Mar 2013 15:00:00 GMT Resent-Message-Id: <201303231500.r2NF00T9067146@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, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC04C7F4 for ; Sat, 23 Mar 2013 14:57:55 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-ye0-f180.google.com (mail-ye0-f180.google.com [209.85.213.180]) by mx1.freebsd.org (Postfix) with ESMTP id 78B29872 for ; Sat, 23 Mar 2013 14:57:55 +0000 (UTC) Received: by mail-ye0-f180.google.com with SMTP id m14so242804yen.11 for ; Sat, 23 Mar 2013 07:57:54 -0700 (PDT) Received: from localhost ([177.132.16.178]) by mx.google.com with ESMTPS id h24sm8679361yhc.25.2013.03.23.07.57.52 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 23 Mar 2013 07:57:53 -0700 (PDT) Message-Id: <514dc2f1.2436ec0a.5ab4.5e69@mx.google.com> Date: Sat, 23 Mar 2013 07:57:53 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177313: [PATCH] print/pslib: fix include X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 15:00:00 -0000 >Number: 177313 >Category: ports >Synopsis: [PATCH] print/pslib: fix include >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 23 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: >Description: Last commit to onvert to options ng broke it, port.pre.mk is required >How-To-Repeat: >Fix: See attached patch --- pslib.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 315037) +++ Makefile (working copy) @@ -28,7 +28,7 @@ OPTIONS_DEFAULT= MAN NLS MAN_DESC= Manual pages -.include +.include .if ${PORT_OPTIONS:MEXAMPLES} EX_NAME= pslib-examples-0.0.10 --- pslib.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: