FreeBSD Bugzilla – Attachment 128146 Details for
Bug 172027
lang/gcl: Support USE_READLINE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.81 KB, created by
tkato432
on 2012-09-25 19:10:32 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:10:32 UTC
Size:
1.81 KB
patch
obsolete
>diff -urN /usr/ports/lang/gcl/Makefile lang/gcl/Makefile >--- /usr/ports/lang/gcl/Makefile 2011-09-24 07:23:42.000000000 +0900 >+++ lang/gcl/Makefile 2012-09-25 03:36:12.000000000 +0900 >@@ -1,16 +1,11 @@ >-# New ports collection makefile for: gcl >-# Date created: Feb 8 1995 >-# Whom: hsu >-# >+# Created by: hsu > # $FreeBSD: ports/lang/gcl/Makefile,v 1.53 2011/09/23 22:23:42 amdmi3 Exp $ >-# > > PORTNAME= gcl > PORTVERSION= 2.6.7 > PORTREVISION= 7 > CATEGORIES= lang tcl tk >-MASTER_SITES= ${MASTER_SITE_GNU} >-MASTER_SITE_SUBDIR= gcl >+MASTER_SITES= GNU > > MAINTAINER= ports@FreeBSD.org > COMMENT= GNU Common Lisp >@@ -19,10 +14,14 @@ > > ONLY_FOR_ARCHS= i386 > >-USE_TK= yes >-GNU_CONFIGURE= yes >-USE_GMAKE= yes > USE_XORG= x11 >+USE_TCL_BUILD= yes >+USE_TCL= yes >+USE_TK_BUILD= yes >+USE_TK= yes >+USE_READLINE= yes >+USE_GMAKE= yes >+GNU_CONFIGURE= yes > CONFIGURE_ARGS=--prefix=${PREFIX} \ > --enable-ansi \ > --enable-machine=FreeBSD \ >@@ -35,20 +34,20 @@ > --disable-statsysbfd \ > --disable-locbfd \ > --enable-custreloc >-CONFIGURE_ENV= C_INCLUDE_PATH=${PREFIX}/include LIBRARY_PATH=${PREFIX}/lib >-CFLAGS+= -I${LOCALBASE}/include >+CONFIGURE_ENV= C_INCLUDE_PATH="${PREFIX}/include" LIBRARY_PATH="${PREFIX}/lib" > MAKEFILE= makefile >+MAKE_JOBS_UNSAFE=yes > >-INFO= gcl-si gcl-tk >+CFLAGS+= -I${LOCALBASE}/include > >-PLIST_SUB= GCL_VER=${PORTVERSION} >+PLIST_SUB= GCL_VER="${PORTVERSION}" > >-.include <bsd.port.pre.mk> >+INFO= gcl-si gcl-tk > >-pre-configure: >- ${SED} -i '' \ >- -e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \ >- -e 's|@@LOCALLIBS@@|-lreadline -lm -L${LOCALBASE}/lib -lgmp|' \ >- ${WRKSRC}/h/FreeBSD.defs >+post-patch:: >+ @${REINPLACE_CMD} -e \ >+ 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include| ; \ >+ s|@@LOCALLIBS@@|-lreadline -lm -L${LOCALBASE}/lib -lgmp|' \ >+ ${WRKSRC}/h/FreeBSD.defs > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172027
: 128146