FreeBSD Bugzilla – Attachment 41032 Details for
Bug 64340
mail/sympa update: fix rc.d and install on amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.05 KB, created by
Autrijus Tang
on 2004-03-16 14:00:41 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Autrijus Tang
Created:
2004-03-16 14:00:41 UTC
Size:
2.05 KB
patch
obsolete
>diff -dur /usr/ports/mail/sympa/Makefile sympa/Makefile >--- /usr/ports/mail/sympa/Makefile Tue Feb 17 01:24:18 2004 >+++ sympa/Makefile Tue Mar 16 21:53:03 2004 >@@ -56,7 +56,7 @@ > .endif > .endif > >-HAS_CONFIGURE= yes >+GNU_CONFIGURE= yes > USE_PERL5= yes > CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \ > --with-confdir=${PREFIX}/etc \ >@@ -73,6 +73,9 @@ > > pre-install: > PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL >+ >+post-install: >+ PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > > post-deinstall: > PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL >diff -dur /usr/ports/mail/sympa/files/patch-src-etc-script-sympa sympa/files/patch-src-etc-script-sympa >--- /usr/ports/mail/sympa/files/patch-src-etc-script-sympa Tue Dec 9 06:33:04 2003 >+++ sympa/files/patch-src-etc-script-sympa Tue Mar 16 21:52:04 2004 >@@ -36,7 +36,7 @@ > - if [ ${OSTYPE} = "IRIX" ]; then > - $sympadir/$1.pl $startparam && echo "success" || echo "failure" > + if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "FreeBSD" ]; then >-+ su sympa -c "$sympadir/$1.pl $startparam" && echo "success" || echo "failure" >++ su -m sympa -c "$sympadir/$1.pl $startparam" && echo "success" || echo "failure" > else > $sympadir/$1.pl $startparam && success || failure > fi >diff -dur /usr/ports/mail/sympa/pkg-install sympa/pkg-install >--- /usr/ports/mail/sympa/pkg-install Mon Dec 22 16:52:11 2003 >+++ sympa/pkg-install Tue Mar 16 21:52:04 2004 >@@ -2,6 +2,10 @@ > # $FreeBSD: ports/mail/sympa/pkg-install,v 1.2 2003/12/22 08:52:11 demon Exp $ > # > >+if [ "$2" = "POST-INSTALL" ]; then >+ mv ${PKG_PREFIX}/etc/rc.d/sympa ${PKG_PREFIX}/etc/rc.d/sympa.sh 2>/dev/null >+fi >+ > if [ "$2" != "PRE-INSTALL" ]; then > exit 0 > fi >diff -dur /usr/ports/mail/sympa/pkg-plist sympa/pkg-plist >--- /usr/ports/mail/sympa/pkg-plist Mon Dec 22 09:02:36 2003 >+++ sympa/pkg-plist Tue Mar 16 21:52:04 2004 >@@ -1,6 +1,6 @@ > etc/sympa.conf > etc/wwsympa.conf >-etc/rc.d/sympa >+etc/rc.d/sympa.sh > sympa/bin/etc/scenari/access_web_archive.closed > sympa/bin/etc/scenari/visibility.private > sympa/bin/etc/scenari/visibility.noconceal
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 64340
: 41032