svn commit: r370215 - branches/2014Q4/devel/allegro
Thomas Zander
riggs at FreeBSD.org
Mon Oct 6 19:29:16 UTC 2014
Author: riggs
Date: Mon Oct 6 19:29:15 2014
New Revision: 370215
URL: https://svnweb.freebsd.org/changeset/ports/370215
QAT: https://qat.redports.org/buildarchive/r370215/
Log:
MFH: r370198
- Fix build when DOCS option is deselected
While on it:
- Remove @dirrm entries from pkg-plist
PR: 192491
Submitted by: arcade at b1t.name
Approved by: portmgr (erwin), maintainer timeout
Modified:
branches/2014Q4/devel/allegro/Makefile
branches/2014Q4/devel/allegro/pkg-plist
Directory Properties:
branches/2014Q4/ (props changed)
Modified: branches/2014Q4/devel/allegro/Makefile
==============================================================================
--- branches/2014Q4/devel/allegro/Makefile Mon Oct 6 19:24:56 2014 (r370214)
+++ branches/2014Q4/devel/allegro/Makefile Mon Oct 6 19:29:15 2014 (r370215)
@@ -88,10 +88,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|jack_client = jack_client_new(jack_client_name);|jack_client = jack_client_open(jack_client_name, (jack_options_t)0, NULL);|' \
${WRKSRC}/src/unix/jack.c
.endif
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e 's|add_subdirectory(docs)|#add_subdirectory(docs)|' \
- ${WRKSRC}/CMakeLists.txt
-.endif
post-install:
@${INSTALL_MAN} ${WRKSRC}/docs/man/*.3 ${STAGEDIR}${MAN3PREFIX}/man/man3/
Modified: branches/2014Q4/devel/allegro/pkg-plist
==============================================================================
--- branches/2014Q4/devel/allegro/pkg-plist Mon Oct 6 19:24:56 2014 (r370214)
+++ branches/2014Q4/devel/allegro/pkg-plist Mon Oct 6 19:29:15 2014 (r370215)
@@ -1060,11 +1060,3 @@ man/man3/xor_mode.3.gz
man/man3/xwin_set_window_name.3.gz
%%DEMOS%%%%EXAMPLES%%share/pixmaps/shooter.png
%%DEMOS%%%%EXAMPLES%%share/pixmaps/skater.png
- at dirrm lib/allegro/%%SHLIB_VER%%
- at dirrm lib/allegro
- at dirrm include/allegrogl/GLext
- at dirrm include/allegrogl
- at dirrm include/allegro/platform
- at dirrm include/allegro/internal
- at dirrm include/allegro/inline
- at dirrm include/allegro
More information about the svn-ports-all
mailing list