FreeBSD Bugzilla – Attachment 142666 Details for
Bug 189732
[patch] net/libbgpdump staging support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-libbgpdump-staging
patch-libbgpdump-staging (text/plain), 1.89 KB, created by
mjl
on 2014-05-12 20:00:00 UTC
(
hide
)
Description:
patch-libbgpdump-staging
Filename:
MIME Type:
Creator:
mjl
Created:
2014-05-12 20:00:00 UTC
Size:
1.89 KB
patch
obsolete
>diff -uNr libbgpdump/Makefile libbgpdump-new/Makefile >--- libbgpdump/Makefile 2014-01-22 09:00:46.000000000 -0800 >+++ libbgpdump-new/Makefile 2014-05-12 11:35:30.000000000 -0700 >@@ -15,25 +15,15 @@ > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > >-PORTDOCS= README >-PORTEXAMPLES= example.c >+OPTIONS_DEFINE= DOCS EXAMPLES > >-NO_STAGE= yes > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/bgpdump ${PREFIX}/bin >- @${INSTALL_DATA} ${WRKSRC}/libbgpdump.* ${PREFIX}/lib >+ @${INSTALL_PROGRAM} ${WRKSRC}/bgpdump ${STAGEDIR}${PREFIX}/bin >+ @${INSTALL_DATA} ${WRKSRC}/libbgpdump.* ${STAGEDIR}${PREFIX}/lib > .for i in bgpdump_attr.h bgpdump_formats.h bgpdump_lib.h >- @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/include >+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/include > .endfor >- >-post-install: >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >-.endif >-.if !defined(NOPORTEXAMPLES) >- ${MKDIR} ${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR} >-.endif >+ @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/example.c ${STAGEDIR}${EXAMPLESDIR} > > .include <bsd.port.mk> >diff -uNr libbgpdump/pkg-descr libbgpdump-new/pkg-descr >--- libbgpdump/pkg-descr 2014-01-22 07:44:51.000000000 -0800 >+++ libbgpdump-new/pkg-descr 2014-05-12 11:26:18.000000000 -0700 >@@ -12,4 +12,4 @@ > - BGP messages (OPEN, UPDATE, NOTIFY, KEEPALIVE) > - BGP state changes > >-WWW: http://www.ris.ripe.net/source/ >+WWW: http://www.ris.ripe.net/source/ >diff -uNr libbgpdump/pkg-plist libbgpdump-new/pkg-plist >--- libbgpdump/pkg-plist 2014-01-22 07:16:56.000000000 -0800 >+++ libbgpdump-new/pkg-plist 2014-05-12 11:46:51.000000000 -0700 >@@ -4,3 +4,7 @@ > include/bgpdump_attr.h > include/bgpdump_formats.h > include/bgpdump_lib.h >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.c >+%%PORTDOCS%%@dirrm %%DOCSDIR%% >+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
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 Raw
Actions:
View
Attachments on
bug 189732
: 142666