From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 5 02:30:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 7DDC616A41F for ; Mon, 5 Sep 2005 02:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1B243D45 for ; Mon, 5 Sep 2005 02:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j852UFgE011844 for ; Mon, 5 Sep 2005 02:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j852UF1x011836; Mon, 5 Sep 2005 02:30:15 GMT (envelope-from gnats) Resent-Date: Mon, 5 Sep 2005 02:30:15 GMT Resent-Message-Id: <200509050230.j852UF1x011836@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, jakub@rehor.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A4D116A41F for ; Mon, 5 Sep 2005 02:24:09 +0000 (GMT) (envelope-from jakub@rehor.net) Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.4.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B0B43D45 for ; Mon, 5 Sep 2005 02:24:08 +0000 (GMT) (envelope-from jakub@rehor.net) Received: from _HOSTNAME_ (ool-44c6ad02.dyn.optonline.net [68.198.173.2]) by mta9.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-2.06 (built May 11 2005)) with SMTP id <0IMB005ETO0804BD@mta9.srv.hcvlny.cv.net> for FreeBSD-gnats-submit@freebsd.org; Sun, 04 Sep 2005 22:24:08 -0400 (EDT) Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 04 Sep 2005 22:24:07 -0400 Message-Id: <0IMB005EUO0804BD@mta9.srv.hcvlny.cv.net> Date: Sun, 04 Sep 2005 22:24:07 -0400 From: jakub@rehor.net To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85723: [patch] Remove module dependent on X libraries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jakub@rehor.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:30:16 -0000 >Number: 85723 >Category: ports >Synopsis: [patch] Remove module dependent on X libraries >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 05 02:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jakub Rehor >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD libervitae 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Remove module CLX which requires presence of X libraries and causes the port to fail to build on machines without X. >How-To-Repeat: >Fix: --- clisp.diff begins here --- diff -ruN --exclude=.svn --exclude=README.html old/Makefile new/Makefile --- old/Makefile Sun Sep 4 22:04:14 2005 +++ new/Makefile Sun Sep 3 22:14:16 2005 @@ -2,11 +2,12 @@ # Date created: Feb 5 2000 # Whom: Jeff Brown # -# $FreeBSD: ports/lang/clisp/Makefile,v 1.27 2005/09/04 04:49:53 lawrance Exp $ +# $FreeBSD: ports/lang/clisp/Makefile,v 1.26 2005/04/06 07:53:58 flz Exp $ # PORTNAME= clisp PORTVERSION= 2.35 +PORTREVISION= 1 CATEGORIES= lang lisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION} @@ -26,8 +27,7 @@ # Check ./configure --list-modules in the distribution to see all modules MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \ - --with-module=rawsock --with-module=wildcard \ - --with-module=clx/new-clx --srcdir=${WRKSRC}/src + --with-module=rawsock --with-module=wildcard --srcdir=${WRKSRC}/src .include --- clisp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: