FreeBSD Bugzilla – Attachment 68744 Details for
Bug 100964
[PATCH] lang/Sather: fix file permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sather-1.2.1_3.patch
sather-1.2.1_3.patch (text/plain), 3.15 KB, created by
Stanislav Sedov
on 2006-07-28 08:40:14 UTC
(
hide
)
Description:
sather-1.2.1_3.patch
Filename:
MIME Type:
Creator:
Stanislav Sedov
Created:
2006-07-28 08:40:14 UTC
Size:
3.15 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/lang/Sather/Makefile /var/tmp/Sather/Makefile >--- /usr/ports/lang/Sather/Makefile Mon Jul 24 03:38:15 2006 >+++ /var/tmp/Sather/Makefile Fri Jul 28 11:30:11 2006 >@@ -8,7 +8,7 @@ > > PORTNAME= sather > PORTVERSION= 1.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -25,6 +25,8 @@ > > INFO= sather sather-mode sather-tutorial > >+PORTDOCS= * >+ > .include <bsd.port.pre.mk> > > .if ${OSVERSION} >= 501000 >@@ -86,6 +88,8 @@ > --exclude "*Makefile*" ${obj} | \ > ${TAR} -C ${PREFIX}/lib/sather --unlink -xf - > @${CHOWN} -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/sather/${obj} >+ @${FIND} ${PREFIX}/lib/sather/${obj}/ -type f -exec ${CHMOD} \ >+ ${LIBMODE} {} \; > .endfor > .for file in sabrowse.1 sacomp.1 > ${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/${file} ${MANPREFIX}/man/man1 >@@ -101,6 +105,7 @@ > ${TAR} -C ${WRKSRC}/Doc --exclude '*GPL' --exclude man -cf - . | \ > ${TAR} -C ${DOCSDIR} --unlink -xf - > @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} >+ @${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; > .endif > > .include <bsd.port.post.mk> >diff -ruN --exclude=CVS /usr/ports/lang/Sather/pkg-plist /var/tmp/Sather/pkg-plist >--- /usr/ports/lang/Sather/pkg-plist Sun Dec 4 23:33:25 2005 >+++ /var/tmp/Sather/pkg-plist Fri Jul 28 11:27:53 2006 >@@ -396,44 +396,10 @@ > lib/sather/System/Platforms/tcltk/sather.xbm > lib/sather/System/Platforms/tcltk/sathermask.xbm > lib/sather/System/Platforms/tcltk/startup.tcl >-%%PORTDOCS%%share/doc/sather/BugReport >-%%PORTDOCS%%share/doc/sather/Bugs >-%%PORTDOCS%%share/doc/sather/Changes >-%%PORTDOCS%%share/doc/sather/Contributing >-%%PORTDOCS%%share/doc/sather/Debugging.html >-%%PORTDOCS%%share/doc/sather/FAQ >-%%PORTDOCS%%share/doc/sather/GC-incremental >-%%PORTDOCS%%share/doc/sather/Gui/Doc.fmk.ps >-%%PORTDOCS%%share/doc/sather/Gui/index.html >-%%PORTDOCS%%share/doc/sather/Gui/install >-%%PORTDOCS%%share/doc/sather/Installation.html >-%%PORTDOCS%%share/doc/sather/License >-%%PORTDOCS%%share/doc/sather/PP.description >-%%PORTDOCS%%share/doc/sather/Sather-1.1.ps >-%%PORTDOCS%%share/doc/sather/ToDo >-%%PORTDOCS%%share/doc/sather/WebBrowser.html >-%%PORTDOCS%%share/doc/sather/compiler.ps >-%%PORTDOCS%%share/doc/sather/header/README >-%%PORTDOCS%%share/doc/sather/header/c >-%%PORTDOCS%%share/doc/sather/header/c-lgpl >-%%PORTDOCS%%share/doc/sather/header/h >-%%PORTDOCS%%share/doc/sather/header/h-lgpl >-%%PORTDOCS%%share/doc/sather/header/make >-%%PORTDOCS%%share/doc/sather/header/module >-%%PORTDOCS%%share/doc/sather/header/sa >-%%PORTDOCS%%share/doc/sather/header/sa-lgpl >-%%PORTDOCS%%share/doc/sather/index.html >-%%PORTDOCS%%share/doc/sather/iterators.ps >-%%PORTDOCS%%share/doc/sather/pSather-notes >-%%PORTDOCS%%share/doc/sather/programmer-manual.ps >-%%PORTDOCS%%share/doc/sather/runtime_spec > share/emacs/site-lisp/hl319.el > share/emacs/site-lisp/sather-lib.el > share/emacs/site-lisp/sather-module.el > share/emacs/site-lisp/sather.el >-%%PORTDOCS%%@dirrm share/doc/sather/header >-%%PORTDOCS%%@dirrm share/doc/sather/Gui >-%%PORTDOCS%%@dirrm share/doc/sather > @dirrm lib/sather/System/Platforms/tcltk/init > @dirrm lib/sather/System/Platforms/tcltk > @dirrm lib/sather/System/Platforms/freebsd
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 100964
: 68744