FreeBSD Bugzilla – Attachment 128186 Details for
Bug 172066
shells/esh: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.45 KB, created by
tkato432
on 2012-09-25 19:20:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:20:21 UTC
Size:
1.45 KB
patch
obsolete
>diff -urN /usr/ports/shells/esh/Makefile shells/esh/Makefile >--- /usr/ports/shells/esh/Makefile 2009-04-21 18:28:15.000000000 +0900 >+++ shells/esh/Makefile 2012-09-25 03:42:46.000000000 +0900 >@@ -1,23 +1,29 @@ >-# Ports collection Makefile for: esh >-# Date created: 05/20/1999 >-# Whom: nectar@FreeBSD.org >-# >+# Created by: nectar@FreeBSD.org > # $FreeBSD: ports/shells/esh/Makefile,v 1.19 2009/04/21 09:28:15 itetcu Exp $ >-# > > PORTNAME= esh > PORTVERSION= 0.8.5 > CATEGORIES= shells >-MASTER_SITES= http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ >- http://people.FreeBSD.org/~foxfair/distfiles/ >+MASTER_SITES= GENTOO/distfiles > > MAINTAINER= ports@FreeBSD.org > COMMENT= The "easy shell", a small shell with Lisp-like syntax > >-WRKSRC= ${WRKDIR}/esh >-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I/usr/include/readline" >+LICENSE= GPLv2 # (or later) >+ >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ >+USE_READLINE= yes >+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" >+MAKE_JOBS_SAFE= yes >+ > INFO= esh > >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|<readline.h>|<readline/readline.h>| ; \ >+ s|<history.h>|<readline/history.h>|' ${WRKSRC}/read-rl.c >+ > pre-build: > @(cd ${WRKSRC} && ${MAKE} clean) > >@@ -28,6 +34,6 @@ > @(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \ > ${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells > @${RM} /etc/shells.bak >- ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info/esh.info >+ ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/${INFO_PATH} > > .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 172066
: 128186