From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 26 05:00:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F0B016A4CE for ; Sun, 26 Dec 2004 05:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E696F43D31 for ; Sun, 26 Dec 2004 05:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ50oh1049383 for ; Sun, 26 Dec 2004 05:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBQ50opx049374; Sun, 26 Dec 2004 05:00:50 GMT (envelope-from gnats) Resent-Date: Sun, 26 Dec 2004 05:00:50 GMT Resent-Message-Id: <200412260500.iBQ50opx049374@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, "Pedro F. Giffuni" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B0116A4CE for ; Sun, 26 Dec 2004 04:53:52 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32CA43D45 for ; Sun, 26 Dec 2004 04:53:52 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ4rqOm003526 for ; Sun, 26 Dec 2004 04:53:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iBQ4rqIn003525; Sun, 26 Dec 2004 04:53:52 GMT (envelope-from nobody) Message-Id: <200412260453.iBQ4rqIn003525@www.freebsd.org> Date: Sun, 26 Dec 2004 04:53:52 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/75504: Minor enhancement to the cad/ngspice port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 05:00:51 -0000 >Number: 75504 >Category: ports >Synopsis: Minor enhancement to the cad/ngspice port >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: Sun Dec 26 05:00:50 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 5.2.1 Release >Organization: >Environment: >Description: ngspice is being built without readline support to avoid possible licensing issues: ngspice license is GPL-incompatible. The GPL only applies to distribution though, so I suggest to enable it when we are not PACKAGE_BUILDING. Also, when we are package building we shouldn't build-in debugging support. >How-To-Repeat: My enhancements are pretty minimalistic. JFYI, the ngspice team also added xspice and cider but they consider it experimental so they don't build it. They don't build X support either. >Fix: diff -ruN ngspice_rework.orig/Makefile ngspice_rework/Makefile --- ngspice_rework.orig/Makefile Thu Dec 23 22:50:53 2004 +++ ngspice_rework/Makefile Sat Dec 25 19:56:49 2004 @@ -21,6 +21,12 @@ USE_LIBTOOL_VER?=15 USE_GMAKE= yes +.ifndef PACKAGE_BUILDING +CONFIGURE_ARGS += --with-readline=yes +.else +CONFIGURE_ARGS += --disable-debug +.endif + INFO= ngspice MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 >Release-Note: >Audit-Trail: >Unformatted: