FreeBSD Bugzilla – Attachment 66278 Details for
Bug 97993
[MAINTAINER] devel/libusb: enable documentation (replaces ports/97989)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.99 KB, created by
Rene Ladan
on 2006-05-27 00:10:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rene Ladan
Created:
2006-05-27 00:10:21 UTC
Size:
3.99 KB
patch
obsolete
>diff -ruN /usr/ports/devel/libusb.orig/Makefile /usr/ports/devel/libusb/Makefile >--- /usr/ports/devel/libusb.orig/Makefile Thu May 25 22:28:34 2006 >+++ /usr/ports/devel/libusb/Makefile Sat May 27 00:53:42 2006 >@@ -14,7 +14,21 @@ > MAINTAINER= r.c.ladan@gmail.com > COMMENT= Library giving userland programs access to USB devices > >+OPTIONS= SGML "Install developer guide from SGML" off >+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITH_SGML) >+BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/jade/catalog:${PORTSDIR}/textproc/jade >+BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular >+BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook >+MAKE_ENV+= SGML_CATALOG_FILES=${LOCALBASE}/share/sgml/jade/catalog:${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${LOCALBASE}/share/sgml/docbook/catalog:${LOCALBASE}/share/sgml/docbook/4.2/catalog >+PLIST_SUB= SGML="" >+.else > CONFIGURE_ARGS= --disable-build-docs >+PLIST_SUB= SGML="@comment " >+.endif >+ > INSTALLS_SHLIB= yes > GNU_CONFIGURE= yes > >@@ -22,4 +36,10 @@ > @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/descriptors.c > >-.include <bsd.port.mk> >+post-install: >+.if defined(WITH_SGML) >+ @${MKDIR} ${DOCSDIR}/html >+ @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}/html >+.endif >+ >+.include <bsd.port.post.mk> >diff -ruN /usr/ports/devel/libusb.orig/pkg-plist /usr/ports/devel/libusb/pkg-plist >--- /usr/ports/devel/libusb.orig/pkg-plist Wed Mar 29 08:53:05 2006 >+++ /usr/ports/devel/libusb/pkg-plist Sat May 27 00:46:49 2006 >@@ -12,3 +12,51 @@ > lib/libusbpp.la > lib/libusbpp.so > libdata/pkgconfig/libusb.pc >+%%SGML%%%%DOCSDIR%%/html/api-device-interfaces.html >+%%SGML%%%%DOCSDIR%%/html/api-return-values.html >+%%SGML%%%%DOCSDIR%%/html/api-synchronous.html >+%%SGML%%%%DOCSDIR%%/html/api-timeouts.html >+%%SGML%%%%DOCSDIR%%/html/api-types.html >+%%SGML%%%%DOCSDIR%%/html/api.html >+%%SGML%%%%DOCSDIR%%/html/examples-code.html >+%%SGML%%%%DOCSDIR%%/html/examples-other.html >+%%SGML%%%%DOCSDIR%%/html/examples-tests.html >+%%SGML%%%%DOCSDIR%%/html/examples.html >+%%SGML%%%%DOCSDIR%%/html/function.usbbulkread.html >+%%SGML%%%%DOCSDIR%%/html/function.usbbulkwrite.html >+%%SGML%%%%DOCSDIR%%/html/function.usbclaiminterface.html >+%%SGML%%%%DOCSDIR%%/html/function.usbclearhalt.html >+%%SGML%%%%DOCSDIR%%/html/function.usbclose.html >+%%SGML%%%%DOCSDIR%%/html/function.usbcontrolmsg.html >+%%SGML%%%%DOCSDIR%%/html/function.usbdetachkerneldrivernp.html >+%%SGML%%%%DOCSDIR%%/html/function.usbfindbusses.html >+%%SGML%%%%DOCSDIR%%/html/function.usbfinddevices.html >+%%SGML%%%%DOCSDIR%%/html/function.usbgetbusses.html >+%%SGML%%%%DOCSDIR%%/html/function.usbgetdescriptor.html >+%%SGML%%%%DOCSDIR%%/html/function.usbgetdescriptorbyendpoint.html >+%%SGML%%%%DOCSDIR%%/html/function.usbgetdrivernp.html >+%%SGML%%%%DOCSDIR%%/html/function.usbgetstring.html >+%%SGML%%%%DOCSDIR%%/html/function.usbgetstringsimple.html >+%%SGML%%%%DOCSDIR%%/html/function.usbinit.html >+%%SGML%%%%DOCSDIR%%/html/function.usbinterruptread.html >+%%SGML%%%%DOCSDIR%%/html/function.usbinterruptwrite.html >+%%SGML%%%%DOCSDIR%%/html/function.usbopen.html >+%%SGML%%%%DOCSDIR%%/html/function.usbreleaseinterface.html >+%%SGML%%%%DOCSDIR%%/html/function.usbreset.html >+%%SGML%%%%DOCSDIR%%/html/function.usbresetep.html >+%%SGML%%%%DOCSDIR%%/html/function.usbsetaltinterface.html >+%%SGML%%%%DOCSDIR%%/html/function.usbsetconfiguration.html >+%%SGML%%%%DOCSDIR%%/html/functions.html >+%%SGML%%%%DOCSDIR%%/html/index.html >+%%SGML%%%%DOCSDIR%%/html/intro-overview.html >+%%SGML%%%%DOCSDIR%%/html/intro-support.html >+%%SGML%%%%DOCSDIR%%/html/intro.html >+%%SGML%%%%DOCSDIR%%/html/preface.html >+%%SGML%%%%DOCSDIR%%/html/ref.bulk.html >+%%SGML%%%%DOCSDIR%%/html/ref.control.html >+%%SGML%%%%DOCSDIR%%/html/ref.core.html >+%%SGML%%%%DOCSDIR%%/html/ref.deviceops.html >+%%SGML%%%%DOCSDIR%%/html/ref.interrupt.html >+%%SGML%%%%DOCSDIR%%/html/ref.nonportable.html >+%%SGML%%@dirrm %%DOCSDIR%%/html >+%%SGML%%@dirrm %%DOCSDIR%%
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 97993
: 66278