FreeBSD Bugzilla – Attachment 132664 Details for
Bug 177003
[MAINTAINER] comms/spandsp-devel: Port is now safe with NOPORTDOCS=yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
spandsp-devel.diff
spandsp-devel.diff (text/x-patch), 1.03 KB, created by
nemysis
on 2013-03-16 09:05:53 UTC
(
hide
)
Description:
spandsp-devel.diff
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-03-16 09:05:53 UTC
Size:
1.03 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with more >diff -ruN --exclude=CVS /usr/ports/comms/spandsp-devel/Makefile ./Makefile >--- /usr/ports/comms/spandsp-devel/Makefile 2013-02-15 20:10:11.000000000 +0100 >+++ ./Makefile 2013-03-16 09:58:57.000000000 +0100 >@@ -2,6 +2,7 @@ > > PORTNAME= spandsp > DISTVERSION= 0.0.6pre21 >+PORTREVISION= 1 > CATEGORIES= comms > MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ > PKGNAMESUFFIX= -devel >@@ -28,20 +29,21 @@ > > OPTIONS_DEFINE= DOXYGEN > >+PORTDOCS= * >+ > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MDOXYGEN} >+.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS} > CONFIGURE_ARGS+=--enable-doc > BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ > docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl > USE_GNOME+= libxslt >-PORTDOCS= * > .else > CONFIGURE_ARGS+=--disable-doc > .endif > > post-install: >-.if ${PORT_OPTIONS:MDOXYGEN} >+.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > (cd ${WRKSRC}/doc && \ > ${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1") >===> Done
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 177003
:
132663
| 132664