FreeBSD Bugzilla – Attachment 132665 Details for
Bug 177004
[MAINTAINER] devel/allegro-devel: OptionsNG, Port is now safe with NOPORTDOCS=yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
allegro-devel-4.4.2_1.patch
allegro-devel-4.4.2_1.patch (text/plain), 2.25 KB, created by
nemysis
on 2013-03-15 21:50:00 UTC
(
hide
)
Description:
allegro-devel-4.4.2_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-03-15 21:50:00 UTC
Size:
2.25 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/Makefile ./Makefile >--- /usr/ports/devel/allegro-devel/Makefile 2013-01-14 17:54:06.000000000 +0100 >+++ ./Makefile 2013-03-15 22:35:17.000000000 +0100 >@@ -2,6 +2,7 @@ > > PORTNAME= allegro > DISTVERSION= 4.4.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= SF/alleg/allegro/${PORTVERSION} > PKGNAMESUFFIX= -devel >@@ -19,9 +20,6 @@ > > MAKE_JOBS_UNSAFE= yes > >-.include "Makefile.man" >-INFO= allegro >- > CONFLICTS= allegro-[0-9]* > LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} > PLIST_SUB= SHLIB_VER="${SHLIB_VER}" >@@ -36,8 +34,23 @@ > jack.0:${PORTSDIR}/audio/jack \ > png15:${PORTSDIR}/graphics/png > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MDOCS} >+.include "Makefile.man" >+PORTDOCS= * >+INFO= allegro >+.endif >+ >+post-patch: >+.if ! ${PORT_OPTIONS:MDOCS} >+ @${REINPLACE_CMD} -e 's|add_subdirectory(docs)|#add_subdirectory(docs)|' ${WRKSRC}/CMakeLists.txt >+.endif >+ > post-install: >+.if ${PORT_OPTIONS:MDOCS} > @cd ${WRKSRC}/docs/man/ && \ > ${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \; >+.endif > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/devel/allegro-devel/pkg-plist ./pkg-plist >--- /usr/ports/devel/allegro-devel/pkg-plist 2013-01-14 17:54:06.000000000 +0100 >+++ ./pkg-plist 2013-03-15 21:57:15.000000000 +0100 >@@ -132,28 +132,6 @@ > libdata/pkgconfig/jpgalleg.pc > libdata/pkgconfig/loadpng.pc > libdata/pkgconfig/logg.pc >-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >-%%PORTDOCS%%%%DOCSDIR%%/CHANGES >-%%PORTDOCS%%%%DOCSDIR%%/THANKS >-%%PORTDOCS%%%%DOCSDIR%%/abi.txt >-%%PORTDOCS%%%%DOCSDIR%%/addons.txt >-%%PORTDOCS%%%%DOCSDIR%%/ahack.txt >-%%PORTDOCS%%%%DOCSDIR%%/allegro.txt >-%%PORTDOCS%%%%DOCSDIR%%/api.txt >-%%PORTDOCS%%%%DOCSDIR%%/const.txt >-%%PORTDOCS%%%%DOCSDIR%%/dat.txt >-%%PORTDOCS%%%%DOCSDIR%%/dat2c.txt >-%%PORTDOCS%%%%DOCSDIR%%/dat2s.txt >-%%PORTDOCS%%%%DOCSDIR%%/datafile.txt >-%%PORTDOCS%%%%DOCSDIR%%/faq.txt >-%%PORTDOCS%%%%DOCSDIR%%/grabber.txt >-%%PORTDOCS%%%%DOCSDIR%%/help.txt >-%%PORTDOCS%%%%DOCSDIR%%/license.txt >-%%PORTDOCS%%%%DOCSDIR%%/makedoc.txt >-%%PORTDOCS%%%%DOCSDIR%%/mistakes.txt >-%%PORTDOCS%%%%DOCSDIR%%/packfile.txt >-%%PORTDOCS%%%%DOCSDIR%%/readme.txt >-%%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm lib/allegro/%%SHLIB_VER%% > @dirrm lib/allegro > @dirrm include/allegrogl/GLext
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 177004
: 132665 |
132666