FreeBSD Bugzilla – Attachment 56900 Details for
Bug 85903
[PATCH] misc/afbackup: [SUMMARIZE CHANGES]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
afbackup-3.3.5_3.patch
afbackup-3.3.5_3.patch (text/plain), 2.50 KB, created by
Yen-Ming Lee
on 2005-09-09 11:50:12 UTC
(
hide
)
Description:
afbackup-3.3.5_3.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2005-09-09 11:50:12 UTC
Size:
2.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/afbackup/Makefile,v >retrieving revision 1.16 >diff -u -u -r1.16 Makefile >--- Makefile 14 Mar 2004 06:16:57 -0000 1.16 >+++ Makefile 9 Sep 2005 10:44:35 -0000 >@@ -21,7 +21,12 @@ > WRKSRC= ${WRKDIR}/afbackup-3.3.5 > PLIST= ${WRKSRC}/pkg-plist > >+.if !defined(WITHOUT_NLS) > USE_GETTEXT= yes >+.else >+CONFIGURE_ARGS+= --disable-nls >+.endif >+ > .if ! defined(NO_DES) > USE_OPENSSL= yes > CONFIG_WITH_DES= --with-des --with-des-header=openssl/des.h \ >@@ -157,8 +162,9 @@ > @${CP} ${WRKSRC}/changer.conf.chio ${WRKSRC}/changer.conf > > .if !defined(NO_AUTOKEY) && !defined(NO_DES) >+PLIST_SRC+= pkg-plist.autokey > pre-build: >- @perl -le 'print( ( "a".."z", "A".."Z", "0".."9")[ map { rand( 62)} 0..( rand( 10)+10)])' >${WRKSRC}/cryptkey >+ @${PERL} -le 'print( ( "a".."z", "A".."Z", "0".."9")[ map { rand( 62)} 0..( rand( 10)+10)])' >${WRKSRC}/cryptkey > .endif > > pre-install: >@@ -168,7 +174,7 @@ > @for docfile in $(AFBACKUP_DOCS:S/^/share\/doc\/${PORTNAME}\//); do ${ECHO_CMD} $$docfile >>${PLIST}; done > .endif > @for plistfile in ${PLIST_SRC}; do ${CAT} ${FILESDIR}/$$plistfile >>${PLIST}; done >- @${CAT} ${PLIST} | perl -nle 'print unless $$lines{$$_}++' >${PLIST}.tmp >+ @${CAT} ${PLIST} | ${PERL} -nle 'print unless $$lines{$$_}++' >${PLIST}.tmp > @${CAT} ${PLIST}.tmp ${FILESDIR}/pkg-plist.fixedorder >${PLIST} > .if !defined(NOPORTDOCS) > @${ECHO_CMD} @cwd ${PREFIX} >>${PLIST} >@@ -177,7 +183,7 @@ > @${SETENV} ${PKGINSTALL_ENV} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL > > post-install: >-.if !defined(NO_AUTOKEY) >+.if !defined(NO_AUTOKEY) && !defined(NO_DES) > ${INSTALL} ${COPY} -o afbackup -g operator -m 0400 ${WRKSRC}/cryptkey ${PREFIX}/etc/afbackup > .endif > .if !defined(NOPORTDOCS) >Index: files/pkg-plist.autokey >=================================================================== >RCS file: files/pkg-plist.autokey >diff -N files/pkg-plist.autokey >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/pkg-plist.autokey 9 Sep 2005 10:44:35 -0000 >@@ -0,0 +1 @@ >+etc/afbackup/cryptkey >Index: files/pkg-plist.fixedorder >=================================================================== >RCS file: /home/pcvs/ports/misc/afbackup/files/pkg-plist.fixedorder,v >retrieving revision 1.1 >diff -u -u -r1.1 pkg-plist.fixedorder >--- files/pkg-plist.fixedorder 2 Oct 2001 16:24:54 -0000 1.1 >+++ files/pkg-plist.fixedorder 9 Sep 2005 10:44:35 -0000 >@@ -6,3 +6,4 @@ > @dirrm share/afbackup/locale/de > @dirrm share/afbackup/locale > @dirrm share/afbackup >+@dirrm etc/afbackup
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 85903
: 56900