ports/85723: [patch] Remove module dependent on X libraries

jakub at rehor.net jakub at rehor.net
Mon Sep 5 02:30:16 UTC 2005


>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 at 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 <jabrown at caida.org>
 #
-# $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 <bsd.port.pre.mk>
 
--- clisp.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list