FreeBSD Bugzilla – Attachment 69128 Details for
Bug 101396
[PATCH] devel/gauche-readline: fix plist on non-standard prefixes, fix permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gauche-readline-0.1_1.patch
gauche-readline-0.1_1.patch (text/plain), 1.57 KB, created by
Stanislav Sedov
on 2006-08-05 06:40:13 UTC
(
hide
)
Description:
gauche-readline-0.1_1.patch
Filename:
MIME Type:
Creator:
Stanislav Sedov
Created:
2006-08-05 06:40:13 UTC
Size:
1.57 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/gauche-readline/Makefile /var/tmp/tmp4/gauche-readline/Makefile >--- /usr/ports/devel/gauche-readline/Makefile Sun May 16 11:30:08 2004 >+++ /var/tmp/tmp4/gauche-readline/Makefile Sat Aug 5 09:29:05 2006 >@@ -7,6 +7,7 @@ > > PORTNAME= readline > PORTVERSION= 0.1 >+PORTREVISION= 1 > CATEGORIES= devel scheme > MASTER_SITES= http://www.shiro.dreamhost.com/scheme/vault/ > PKGNAMEPREFIX= gauche- >@@ -22,7 +23,18 @@ > GAUCHE_LIBDIR= share/gauche/site/lib > PLIST_SUB+= GAUCHE_LIBDIR=${GAUCHE_LIBDIR} > >+# XXX: exists untill it will be committed to bsd.port.mk >+COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ >+ 2>&1) && \ >+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \ >+ ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \ >+ ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' -- >+ > do-install: >- ${CP} -R ${WRKSRC}/readline* `gauche-config --sitelibdir` >+.if !exists(${PREFIX}/share/gauche/site/lib) >+ ${MKDIR} ${PREFIX}/share/gauche/site/lib >+.endif >+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "readline.scm readline" \ >+ ${PREFIX}/share/gauche/site/lib) > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/devel/gauche-readline/pkg-plist /var/tmp/tmp4/gauche-readline/pkg-plist >--- /usr/ports/devel/gauche-readline/pkg-plist Sat Jan 17 01:27:51 2004 >+++ /var/tmp/tmp4/gauche-readline/pkg-plist Sat Aug 5 00:55:07 2006 >@@ -3,3 +3,6 @@ > %%GAUCHE_LIBDIR%%/readline/keymap.scm > %%GAUCHE_LIBDIR%%/readline/term-util.scm > @dirrm %%GAUCHE_LIBDIR%%/readline >+@dirrmtry %%GAUCHE_LIBDIR%% >+@dirrmtry share/gauche/site >+@dirrmtry share/gauche
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 101396
: 69128