FreeBSD Bugzilla – Attachment 117410 Details for
Bug 159491
Update port: security/bugs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.39 KB, created by
tkato432
on 2011-08-03 19:40:37 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2011-08-03 19:40:37 UTC
Size:
4.39 KB
patch
obsolete
>diff -urN /usr/ports/security/bugs/Makefile security/bugs/Makefile >--- /usr/ports/security/bugs/Makefile 2011-06-18 18:41:31.000000000 +0900 >+++ security/bugs/Makefile 2011-07-25 16:06:28.000000000 +0900 >@@ -9,23 +9,20 @@ > PORTVERSION= 4.1.1 > PORTREVISION= 2 > CATEGORIES= security >-MASTER_SITES= http://www.encryptsolutions.com/english/download/ >+MASTER_SITES= SUNSITE/apps/crypto > EXTRACT_SUFX= .tgz > > MAINTAINER= ports@FreeBSD.org > COMMENT= Great cryptography library and sample programs > >-BROKEN= Does not fetch >- >-PLIST_SUB+= PORTVERSION=${PORTVERSION} >-DOCSDIR= ${PREFIX}/${DISTNAME}/doc >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING > > USE_GMAKE= yes > >-# No Manual page >+PLIST_SUB= PORTVERSION="${PORTVERSION}" > >-post-extract: >- ${FIND} ${WRKSRC} -type d -exec ${CHMOD} +x {} \; >+DOCSDIR= ${PREFIX}/${DISTNAME}/doc > > post-configure: > (cd ${WRKSRC}; ${MAKE} bsd); >@@ -36,25 +33,19 @@ > ${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile; > > post-build: >- ${CP} ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ >+ @${LN} -sf ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ > > pre-install: > (cd ${WRKSRC}; ${MAKE} test) > > post-install: >+ @${MKDIR} ${PREFIX}/${DISTNAME}/include >+ ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/${DISTNAME}/include >+.for file in bchat bcrypt bhide bkey block blogin bmore bpass bpassdel bunlock >+ @${STRIP_CMD} ${PREFIX}/${DISTNAME}/${file} >+.endfor > .if !defined(NOPORTDOCS) >- ${CP} -R ${WRKSRC}/doc ${DOCSDIR} >+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) > .endif >- ${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME} >- ${STRIP_CMD} ${PREFIX}/${DISTNAME}/bchat \ >- ${PREFIX}/${DISTNAME}/bcrypt \ >- ${PREFIX}/${DISTNAME}/bhide \ >- ${PREFIX}/${DISTNAME}/bkey \ >- ${PREFIX}/${DISTNAME}/block \ >- ${PREFIX}/${DISTNAME}/blogin \ >- ${PREFIX}/${DISTNAME}/bmore \ >- ${PREFIX}/${DISTNAME}/bpass \ >- ${PREFIX}/${DISTNAME}/bpassdel \ >- ${PREFIX}/${DISTNAME}/bunlock \ > > .include <bsd.port.mk> >diff -urN /usr/ports/security/bugs/pkg-plist security/bugs/pkg-plist >--- /usr/ports/security/bugs/pkg-plist 2008-06-23 21:34:00.000000000 +0900 >+++ security/bugs/pkg-plist 2011-07-25 16:08:24.000000000 +0900 >@@ -7,12 +7,21 @@ > bugs-%%PORTVERSION%%/bmore > bugs-%%PORTVERSION%%/bpass > bugs-%%PORTVERSION%%/bpassdel >-bugs-%%PORTVERSION%%/bunlock > bugs-%%PORTVERSION%%/bugscrypt.a >+bugs-%%PORTVERSION%%/bunlock >+bugs-%%PORTVERSION%%/include/bstandard.h >+bugs-%%PORTVERSION%%/include/extra.h >+bugs-%%PORTVERSION%%/include/fpos_t.h >+bugs-%%PORTVERSION%%/include/isaac.h >+bugs-%%PORTVERSION%%/include/main.h >+bugs-%%PORTVERSION%%/include/misc.h >+bugs-%%PORTVERSION%%/include/seed.h >+bugs-%%PORTVERSION%%/include/shuffle.h >+bugs-%%PORTVERSION%%/include/utils.h >+bugs-%%PORTVERSION%%/include/wrapper.h > %%PORTDOCS%%%%DOCSDIR%%/CHANGES > %%PORTDOCS%%%%DOCSDIR%%/HOWTO > %%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/index.html > %%PORTDOCS%%%%DOCSDIR%%/cv/cv.html > %%PORTDOCS%%%%DOCSDIR%%/cv/note.html > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/bssl.txt >@@ -28,8 +37,6 @@ > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/dev_french.txt > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/history_unix.txt > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/history_win.txt >-%%PORTDOCS%%%%DOCSDIR%%/fulldoc/index.html >-%%PORTDOCS%%%%DOCSDIR%%/fulldoc/lib_hist.txt > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/2_1.gif > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/2_2.gif > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/2_3.gif >@@ -44,21 +51,14 @@ > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/3_7.gif > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/3_8.gif > %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/3_9.gif >+%%PORTDOCS%%%%DOCSDIR%%/fulldoc/index.html >+%%PORTDOCS%%%%DOCSDIR%%/fulldoc/lib_hist.txt > %%PORTDOCS%%%%DOCSDIR%%/history/old_french.txt >-bugs-%%PORTVERSION%%/include/bstandard.h >-bugs-%%PORTVERSION%%/include/extra.h >-bugs-%%PORTVERSION%%/include/fpos_t.h >-bugs-%%PORTVERSION%%/include/isaac.h >-bugs-%%PORTVERSION%%/include/main.h >-bugs-%%PORTVERSION%%/include/misc.h >-bugs-%%PORTVERSION%%/include/seed.h >-bugs-%%PORTVERSION%%/include/shuffle.h >-bugs-%%PORTVERSION%%/include/utils.h >-bugs-%%PORTVERSION%%/include/wrapper.h >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc/images/ >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc/ >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/cv >+%%PORTDOCS%%%%DOCSDIR%%/index.html > %%PORTDOCS%%@dirrm %%DOCSDIR%%/history >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc/images >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/cv > %%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm bugs-%%PORTVERSION%%/include > @dirrm bugs-%%PORTVERSION%%
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 159491
: 117410