ports/180909: [MAINTAINER] devel/allegro: Remove conflict with allegro-devel, add examples, demos

nemysis nemysis at gmx.ch
Sun Jul 28 14:10:01 UTC 2013


>Number:         180909
>Category:       ports
>Synopsis:       [MAINTAINER] devel/allegro: Remove conflict with allegro-devel, add examples, demos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 14:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Fri Jun 28 19:52:22 UTC 2013
>Description:

- Bump portrevision
- Trim master sites
- Remove versions from LIB_DEPENDS
- New world order USES: cmake gmake pkgconfig
- Add examples, demos
- Trim docs
- Remove conflict with allegro-devel
- Add DOCS, EXAMPLES and DEMOS Option
- Add DEMOS to default Options
- Use REINPLACE_CMD instead of simple patches
- Trim REINPLACE_CMD, fix xdga2 and jack
- Trim demos Shooter and Skater, add Icons, Desktop entry files
- Trim pkg-plist

Added file(s):
- files/patch-src-x-xkeyboard.c
- files/pkg-message.in
- files/shooter.in
- files/skater.in
- files/skater_agl.in

Removed file(s):
- files/patch-docs_CMakeLists.txt


Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130728123000-16534/

depend (compiler_error in audio/jack)

>Fix:

--- allegro-4.4.2_2.patch begins here ---
diff -ruN /usr/ports/devel/allegro/Makefile ./Makefile
--- /usr/ports/devel/allegro/Makefile	2013-07-26 18:18:54.000000000 +0200
+++ ./Makefile	2013-07-28 14:28:15.000000000 +0200
@@ -2,36 +2,52 @@
 
 PORTNAME=	allegro
 DISTVERSION=	4.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/alleg/allegro/${PORTVERSION}
+DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+DIST_SUBDIR=	${PORTNAME}
+EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	nemysis at gmx.ch
 COMMENT=	Cross-platform library for games and multimedia programming
 
-USE_GMAKE=	yes
-USES=		cmake pkgconfig
+LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib \
+		jack:${PORTSDIR}/audio/jack \
+		png15:${PORTSDIR}/graphics/png
+
+USES=		cmake gmake pkgconfig
 USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
 USE_LDCONFIG=	yes
 WANT_GNOME=	yes
 USE_GL=		gl glu
-
 MAKE_JOBS_UNSAFE=	yes
 
+CFLAGS+=	-L${LOCALBASE}/lib
+
 PORTDOCS=	*
+PORTEXAMPLES=	*
 
-CONFLICTS=	allegro-devel-[0-9]*
-PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
+PLIST_SUB+= 	SHLIB_VER="${SHLIB_VER}"
 CMAKE_ARGS+=	-DDOCDIR="${DOCSDIR}"
 
-SHLIB_VER=	4.4.2
+SHLIB_VER=	${PORTVERSION}
 
 PORTSCOUT=	limit:^4\.3\.[0-9]*
 
-CFLAGS+=	-L${LOCALBASE}/lib
-LIB_DEPENDS+=	asound.2:${PORTSDIR}/audio/alsa-lib \
-		jack.0:${PORTSDIR}/audio/jack \
-		png15:${PORTSDIR}/graphics/png
+OPTIONS_DEFINE=	DOCS
+OPTIONS_GROUP=	EXAMPLES_DEMOS
+OPTIONS_GROUP_EXAMPLES_DEMOS=	EXAMPLES DEMOS
+OPTIONS_DEFAULT=	DEMOS
+DEMOS_DESC=	Install Demos programs, requires EXAMPLES
+
+OPTIONS_SUB=	yes
+
+DOCSRCDIR1=	${WRKSRC}
+DOC_FILES1=	AUTHORS CHANGES THANKS readme.txt
+
+DOCSRCDIR2=	${WRKSRC}/docs
+DOCSDIR2=	${DOCSDIR}/docs
 
 .include <bsd.port.options.mk>
 
@@ -40,9 +56,36 @@
 INFO=		allegro
 .endif
 
+.if ${PORT_OPTIONS:MEXAMPLES}
+CMAKE_ARGS+=-DWANT_EXAMPLES=on
+.else
+CMAKE_ARGS+=-DWANT_EXAMPLES=off
+.endif
+
+.if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES}
+SUB_FILES+=	shooter skater skater_agl \
+		pkg-message
+MASTER_SITES+=	SF/nemysisfreebsdp/allegro/:icons
+DISTFILES+=	shooter.png:icons \
+		skater.png:icons
+DESKTOP_ENTRIES+="Shooter" "In a distant corner of the galaxy" "shooter" \
+		"shooter" "Game;ArcadeGame;" false
+DESKTOP_ENTRIES+="Skater" "Allegro's next demo game" "skater" \
+		"skater" "Game;ArcadeGame;" false
+DESKTOP_ENTRIES+="Skater AGL" "Allegro's next demo game" "skater" \
+		"skater_agl" "Game;ArcadeGame;" false
+.endif
+
 post-patch:
+	@${REINPLACE_CMD} -e 's|/allegro-$${ALLEGRO_VERSION}||' \
+		${WRKSRC}/docs/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's|<X11/extensions/xf86dga.h>|<X11/extensions/Xxf86dga.h>|' \
+		${WRKSRC}/src/x/xdga2.c
+	@${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
 .if ! ${PORT_OPTIONS:MDOCS}
-	 @${REINPLACE_CMD} -e 's|add_subdirectory(docs)|#add_subdirectory(docs)|' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's|add_subdirectory(docs)|#add_subdirectory(docs)|' \
+		${WRKSRC}/CMakeLists.txt
 .endif
 
 post-install:
@@ -51,4 +94,20 @@
 		${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \;
 .endif
 
+.if ${PORT_OPTIONS:MEXAMPLES}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
+.endif
+
+.if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES}
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${EXAMPLESDIR})
+	${INSTALL_SCRIPT} ${WRKDIR}/shooter ${PREFIX}/bin
+	${INSTALL_DATA} ${_DISTDIR}/shooter.png ${PREFIX}/share/pixmaps
+	@(cd ${EXAMPLESDIR}/demos/shooter && ${CHMOD} 755 shooter)
+	${INSTALL_SCRIPT} ${WRKDIR}/skater* ${PREFIX}/bin
+	${INSTALL_DATA} ${_DISTDIR}/skater.png ${PREFIX}/share/pixmaps
+	@(cd ${EXAMPLESDIR}/demos/skater && ${CHMOD} 755 skater*)
+	@${ECHO_CMD}
+	@${CAT} ${PKGMESSAGE}
+	@${ECHO_CMD}
+.endif
 .include <bsd.port.mk>
diff -ruN /usr/ports/devel/allegro/distinfo ./distinfo
--- /usr/ports/devel/allegro/distinfo	2013-07-26 18:18:54.000000000 +0200
+++ ./distinfo	2013-07-28 12:56:29.000000000 +0200
@@ -1,2 +1,6 @@
-SHA256 (allegro-4.4.2.tar.gz) = 1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc
-SIZE (allegro-4.4.2.tar.gz) = 4674902
+SHA256 (allegro/allegro-4.4.2.tar.gz) = 1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc
+SIZE (allegro/allegro-4.4.2.tar.gz) = 4674902
+SHA256 (allegro/shooter.png) = cf73f63f0224a9ee77c287b6211beb4a072ba4aa969a57993e60a2e97996e468
+SIZE (allegro/shooter.png) = 1741
+SHA256 (allegro/skater.png) = f0274627c6eae2ecad880c3e2f25bf5f8944f08829ac32ab0a00f77001e8b2f3
+SIZE (allegro/skater.png) = 3395
diff -ruN /usr/ports/devel/allegro/files/patch-docs_CMakeLists.txt ./files/patch-docs_CMakeLists.txt
--- /usr/ports/devel/allegro/files/patch-docs_CMakeLists.txt	2013-07-26 18:18:53.000000000 +0200
+++ ./files/patch-docs_CMakeLists.txt	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- docs/CMakeLists.txt.orig	2010-12-15 13:29:42.000000000 +0600
-+++ docs/CMakeLists.txt	2010-12-15 13:29:49.000000000 +0600
-@@ -9,7 +9,7 @@
- endif()
- 
- set(DOCDIR "doc" CACHE STRING "Install docs into $DOCDIR/allegro-$VERSION")
--set(ACTUAL_DOC_DIR "${DOCDIR}/allegro-${ALLEGRO_VERSION}")
-+set(ACTUAL_DOC_DIR "${DOCDIR}")
- 
- add_executable(makedoc
-     src/makedoc/makedoc.c
diff -ruN /usr/ports/devel/allegro/files/patch-src-x-xkeyboard.c ./files/patch-src-x-xkeyboard.c
--- /usr/ports/devel/allegro/files/patch-src-x-xkeyboard.c	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-src-x-xkeyboard.c	2013-07-28 00:18:01.000000000 +0200
@@ -0,0 +1,19 @@
+--- src/x/xkeyboard.c.orig	2010-12-08 09:13:50.000000000 +0100
++++ src/x/xkeyboard.c	2013-07-28 00:17:52.000000000 +0200
+@@ -23,6 +23,7 @@
+ #include <X11/Xos.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
++#include <X11/XKBlib.h>
+ #include <X11/Xproto.h>
+ 
+ #include "allegro.h"
+@@ -617,7 +618,7 @@
+ 
+       TRACE (PREFIX_I "Modifier %d:", i + 1);
+       for (j = 0; j < xmodmap->max_keypermod; j++) {
+-	 KeySym sym = XKeycodeToKeysym(_xwin.display,
++	 KeySym sym = XkbKeycodeToKeysym(_xwin.display, 0,
+ 	    xmodmap->modifiermap[i * xmodmap->max_keypermod + j], 0);
+          char *sym_str = XKeysymToString(sym);
+          TRACE(" %s", sym_str ? sym_str : "NULL");
diff -ruN /usr/ports/devel/allegro/files/pkg-message.in ./files/pkg-message.in
--- /usr/ports/devel/allegro/files/pkg-message.in	1970-01-01 01:00:00.000000000 +0100
+++ ./files/pkg-message.in	2013-07-27 22:53:06.000000000 +0200
@@ -0,0 +1,25 @@
+===============================================================================
+
+Allegro has been installed.
+
+Allegro have two Demos (Games)
+
+Shooter and Skater
+
+
+You can use executable
+
+    %%LOCALBASE%%/bin/shooter
+
+    %%LOCALBASE%%/bin/skater
+
+
+Or can use desktop files
+
+    %%LOCALBASE%%/share/applications/shooter.desktop
+
+    %%LOCALBASE%%/share/applications/skater.desktop
+
+Have fun!
+
+===============================================================================
diff -ruN /usr/ports/devel/allegro/files/shooter.in ./files/shooter.in
--- /usr/ports/devel/allegro/files/shooter.in	1970-01-01 01:00:00.000000000 +0100
+++ ./files/shooter.in	2013-07-27 22:54:44.000000000 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# # $FreeBSD$
+#
+
+cd "%%EXAMPLESDIR%%/demos/shooter"
+exec ./shooter "${@}"
diff -ruN /usr/ports/devel/allegro/files/skater.in ./files/skater.in
--- /usr/ports/devel/allegro/files/skater.in	1970-01-01 01:00:00.000000000 +0100
+++ ./files/skater.in	2013-07-27 22:53:54.000000000 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# # $FreeBSD$
+#
+
+cd "%%EXAMPLESDIR%%/demos/skater"
+exec ./skater "${@}"
diff -ruN /usr/ports/devel/allegro/files/skater_agl.in ./files/skater_agl.in
--- /usr/ports/devel/allegro/files/skater_agl.in	1970-01-01 01:00:00.000000000 +0100
+++ ./files/skater_agl.in	2013-07-28 03:51:57.000000000 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# # $FreeBSD$
+#
+
+cd "%%EXAMPLESDIR%%/demos/skater"
+exec ./skater_agl "${@}"
diff -ruN /usr/ports/devel/allegro/pkg-plist ./pkg-plist
--- /usr/ports/devel/allegro/pkg-plist	2013-07-26 18:18:54.000000000 +0200
+++ ./pkg-plist	2013-07-28 13:10:37.000000000 +0200
@@ -8,6 +8,9 @@
 bin/pack
 bin/pat2dat
 bin/rgbmap
+%%DEMOS%%bin/shooter
+%%DEMOS%%bin/skater
+%%DEMOS%%bin/skater_agl
 bin/textconv
 include/alleggl.h
 include/allegro.h
@@ -132,6 +135,8 @@
 libdata/pkgconfig/jpgalleg.pc
 libdata/pkgconfig/loadpng.pc
 libdata/pkgconfig/logg.pc
+%%DEMOS%%share/pixmaps/shooter.png
+%%DEMOS%%share/pixmaps/skater.png
 @dirrm lib/allegro/%%SHLIB_VER%%
 @dirrm lib/allegro
 @dirrm include/allegrogl/GLext
--- allegro-4.4.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list