FreeBSD Bugzilla – Attachment 48212 Details for
Bug 73795
[PATCH] net/siproxd: fix dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
siproxd-0.5.8.patch
siproxd-0.5.8.patch (text/plain), 1.91 KB, created by
Yen-Ming Lee
on 2004-11-11 00:20:24 UTC
(
hide
)
Description:
siproxd-0.5.8.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2004-11-11 00:20:24 UTC
Size:
1.91 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/net/siproxd/Makefile,v >retrieving revision 1.1 >diff -u -u -r1.1 Makefile >--- Makefile 15 Oct 2004 15:47:27 -0000 1.1 >+++ Makefile 11 Nov 2004 00:13:17 -0000 >@@ -16,25 +16,34 @@ > > LIB_DEPENDS= osip2.2:${PORTSDIR}/net/libosip2 > >+USE_REINPLACE= yes > USE_GETOPT_LONG=yes > USE_RC_SUBR= yes >-HAS_CONFIGURE= yes >+GNU_CONFIGURE= yes >+CONFIGURE_TARGET= # empty > >-PORTDOCS= AUTHORS ChangeLog README RELNOTES \ >- doc/FAQ doc/KNOWN_BUGS doc/RFC3261_compliance.txt \ >- doc/sample_cfg_budgetone.txt doc/sample_cfg_x-lite.txt >+PORTDOCS1= AUTHORS ChangeLog README RELNOTES >+PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \ >+ sample_cfg_budgetone.txt sample_cfg_x-lite.txt >+PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} >+PLIST_FILES= etc/rc.d/siproxd.sh etc/siproxd.conf.example \ >+ etc/siproxd_passwd.cfg sbin/siproxd > > .include <bsd.port.pre.mk> > >+post-patch: > .if ${OSVERSION} >= 500041 >-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt >+ @${REINPLACE_CMD} -e 's,-lgnugetopt,,g' ${WRKSRC}/${CONFIGURE_SCRIPT} > .endif > > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >-.for i in ${PORTDOCS} >+.for i in ${PORTDOCS1} > ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} >+.endfor >+.for i in ${PORTDOCS2} >+ ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${DOCSDIR} > .endfor > .endif > PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- pkg-plist 15 Oct 2004 15:47:27 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,9 +0,0 @@ >-etc/rc.d/siproxd.sh >-etc/siproxd.conf.example >-etc/siproxd_passwd.cfg >-sbin/siproxd >-%%PORTDOCS%%%%DOCSDIR%%/FAQ >-%%PORTDOCS%%%%DOCSDIR%%/KNOWN_BUGS >-%%PORTDOCS%%%%DOCSDIR%%/RFC3261_compliance.txt >-%%PORTDOCS%%%%DOCSDIR%%/sample_cfg_budgetone.txt >-%%PORTDOCS%%%%DOCSDIR%%/sample_cfg_x-lite.txt
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 73795
: 48212