FreeBSD Bugzilla – Attachment 221761 Details for
Bug 252848
multimedia/libdvdcss: Build error with default options and devel/doxygen installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
handle doxygen right way™
multimedia_libdvdcss.diff (text/plain), 1.52 KB, created by
Dima Panov
on 2021-01-20 08:22:03 UTC
(
hide
)
Description:
handle doxygen right way™
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2021-01-20 08:22:03 UTC
Size:
1.52 KB
patch
obsolete
>Index: multimedia/libdvdcss/Makefile >=================================================================== >--- multimedia/libdvdcss/Makefile (revision 562106) >+++ multimedia/libdvdcss/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= libdvdcss > DISTVERSION= 1.4.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= multimedia > MASTER_SITES= https://download.videolan.org/pub/${PORTNAME}/${DISTVERSION}/ > >@@ -26,6 +26,7 @@ > OPTIONS_DEFINE= DOXYGEN DOCS > > DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen >+DOXYGEN_CONFIGURE_ENABLE= doc > > post-install-DOXYGEN-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} >Index: multimedia/libdvdcss/files/patch-Makefile.in >=================================================================== >--- multimedia/libdvdcss/files/patch-Makefile.in (nonexistent) >+++ multimedia/libdvdcss/files/patch-Makefile.in (working copy) >@@ -0,0 +1,11 @@ >+--- Makefile.in.orig 2018-03-23 04:27:26 UTC >++++ Makefile.in >+@@ -1070,7 +1070,7 @@ ChangeLog: $(wildcard $(srcdir)/.git/logs/HEAD) >+ apidoc: stamp-doxygen >+ >+ stamp-doxygen: doc/doxygen.cfg src/libdvdcss.c src/dvdcss/dvdcss.h >+- doxygen $< >++ doxygen doc/doxygen.cfg >+ touch $@ >+ >+ tools: test/csstest$(EXEEXT) test/dvd_region$(EXEEXT) > >Property changes on: multimedia/libdvdcss/files/patch-Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 252848
:
221759
| 221761