FreeBSD Bugzilla – Attachment 77855 Details for
Bug 112029
UFOAI 2.1 is out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.31 KB, created by
VANHULLEBUS Yvan
on 2007-04-23 12:50:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
VANHULLEBUS Yvan
Created:
2007-04-23 12:50:04 UTC
Size:
5.31 KB
patch
obsolete
>diff -Nburp ufoai/Makefile ufoai/Makefile >--- ufoai/Makefile Sun Oct 1 23:20:15 2006 >+++ ufoai/Makefile Mon Apr 23 11:44:21 2007 >@@ -6,8 +6,7 @@ > # > > PORTNAME= ufoai >-DISTVERSION= 2.0RC5 >-PORTREVISION= 1 >+DISTVERSION= 2.1 > CATEGORIES= games > MASTER_SITES= SF > DISTNAME= ${PORTNAME:S/$/-/}${DISTVERSION:S/R/-R/}-source >@@ -17,7 +16,8 @@ MAINTAINER= acm@FreeBSD.org > COMMENT= A strategy game featuring tactical combat > > LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ >- jpeg.9:${PORTSDIR}/graphics/jpeg >+ jpeg.9:${PORTSDIR}/graphics/jpeg \ >+ ogg.5:${PORTSDIR}/audio/libogg > RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/default.cfg:${PORTSDIR}/games/ufoai-data > > USE_BZIP2= yes >@@ -25,6 +25,11 @@ USE_GL= yes > USE_SDL= sdl ttf > USE_GETTEXT= yes > USE_GMAKE= yes >+GNU_CONFIGURE= yes >+ >+CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include >+LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib >+CONFIGURE_ENV= CFLAGS="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > > DATADIR= share/${PORTNAME} > SUB_FILES= pkg-message >@@ -94,6 +99,9 @@ pre-install: > @${ECHO} "exec ${PREFIX}/${DATADIR}/${FILE} \"$$@\"" >> ${WRKDIR}/${FILE} > . endfor > >+post-build: >+ cd ${WRKSRC} && gmake lang >+ > do-install: > @${MKDIR} ${UFO_DIR}/base/i18n > . for FILE in ${UFO_FILES} >@@ -101,13 +109,13 @@ do-install: > -e 's|@UFODIR@|${UFO_DIR}|' \ > -e 's|@APP@|${FILE}|' \ > ${FILESDIR}/run.sh.in > ${WRKDIR}/${FILE} >- ${INSTALL_PROGRAM} ${WRKSRC}/release${ARCH}/${FILE} ${UFO_DIR} >+ ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${UFO_DIR} > ${INSTALL_SCRIPT} ${WRKDIR}/${FILE} ${PREFIX}/bin > . endfor > . for FILE in ${UFO_LIBS} >- ${INSTALL_PROGRAM} ${WRKSRC}/release${ARCH}/${FILE}.so ${UFO_DIR} >+ ${INSTALL_PROGRAM} ${WRKSRC}/${FILE}.so ${UFO_DIR} > . endfor >- ${INSTALL_PROGRAM} ${WRKSRC}/release${ARCH}/game.so ${UFO_DIR}/base >+ ${INSTALL_PROGRAM} ${WRKSRC}/base/game.so ${UFO_DIR}/base > > @cd ${WRKSRC}/base/i18n && \ > ${FIND} * -type d -exec ${MKDIR} "${UFO_DIR}/base/i18n/{}" \; && \ >diff -Nburp ufoai/distinfo ufoai/distinfo >--- ufoai/distinfo Sun Oct 1 04:10:09 2006 >+++ ufoai/distinfo Tue Apr 17 10:25:17 2007 >@@ -1,3 +1,3 @@ >-MD5 (ufoai/ufoai-2.0-RC5-source.tar.bz2) = ac5642370d419d73af0076ad7172c363 >-SHA256 (ufoai/ufoai-2.0-RC5-source.tar.bz2) = bf7b74bfec193183f4a2b03d2f22eefd27a7ba243c840c8003c83a34e8ad9361 >-SIZE (ufoai/ufoai-2.0-RC5-source.tar.bz2) = 3163820 >+MD5 (ufoai/ufoai-2.1-source.tar.bz2) = 36feac5e163b077e77c17303700a5650 >+SHA256 (ufoai/ufoai-2.1-source.tar.bz2) = eb8e75bb523fb1249c5f99a0b27c86c3db6214b749d904682f62879452d4a498 >+SIZE (ufoai/ufoai-2.1-source.tar.bz2) = 6744591 >diff -Nburp ufoai/files/patch-Makefile ufoai/files/patch-Makefile >--- ufoai/files/patch-Makefile Sun Oct 1 04:10:10 2006 >+++ ufoai/files/patch-Makefile Thu Jan 1 01:00:00 1970 >@@ -1,29 +0,0 @@ >---- Makefile Sat Sep 30 13:30:44 2006 >-+++ Makefile Sat Sep 30 20:44:26 2006 >-@@ -346,6 +346,15 @@ >- endif >- endif # ARCH i386 >- >-+ifeq ($(ARCH),amd64) >-+ ifeq ($(strip $(BUILD_GLX)),YES) >-+ TARGETS += $(BUILDDIR)/ref_glx.$(SHLIBEXT) >-+ endif >-+ ifeq ($(strip $(BUILD_SDLUFO)),YES) >-+ TARGETS += $(BUILDDIR)/ref_sdl.$(SHLIBEXT) >-+ endif >-+endif # ARCH FreeBSD/amd64 >-+ >- ifeq ($(strip $(BUILD_COMPILETOOLS)),YES) >- TARGETS += $(BUILDDIR)/ufo2map >- endif >-@@ -1326,8 +1335,8 @@ >- for po in $$pofiles; do \ >- po=`basename $$po`; \ >- dir=`echo $$po | sed -e 's,\.po,,'`; \ >-- mkdir -p ../base/i18n/$$dir/LC_MESSAGES; \ >-- msgfmt -v -o ../base/i18n/$$dir/LC_MESSAGES/ufoai.mo po/$$po; \ >-+ mkdir -p base/i18n/$$dir/LC_MESSAGES; \ >-+ msgfmt -v -o base/i18n/$$dir/LC_MESSAGES/ufoai.mo po/$$po; \ >- done >- >- docs: >diff -Nburp ufoai/files/patch-src-ports-unix-cd_sdl.c ufoai/files/patch-src-ports-unix-cd_sdl.c >--- ufoai/files/patch-src-ports-unix-cd_sdl.c Thu Jan 1 01:00:00 1970 >+++ ufoai/files/patch-src-ports-unix-cd_sdl.c Fri Apr 20 16:29:21 2007 >@@ -0,0 +1,11 @@ >+--- src/ports/unix/cd_sdl.c.orig Fri Apr 20 16:27:06 2007 >++++ src/ports/unix/cd_sdl.c Fri Apr 20 16:29:11 2007 >+@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA >+ */ >+ >+ #if defined (__FreeBSD__) >+-# include <SDL.h> >++# include <SDL/SDL.h> >+ #else >+ # include <SDL/SDL.h> >+ #endif >diff -Nburp ufoai-data/Makefile ufoai-data/Makefile >--- ufoai-data/Makefile Sun Oct 1 04:10:10 2006 >+++ ufoai-data/Makefile Mon Apr 23 11:44:34 2007 >@@ -6,7 +6,7 @@ > # > > PORTNAME= data >-DISTVERSION= 2.0rc5 >+DISTVERSION= 2.1 > CATEGORIES= games > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX:S/-//} >@@ -28,9 +28,9 @@ DATADIR= share/${PKGNAMEPREFIX:S/-//} > do-extract: > @${MKDIR} ${WRKSRC} > @cd ${WRKSRC} && \ >- ${TAIL} -c +9390 ${_DISTDIR}/${DISTFILES} | ${TAR} xf - >+ ${SH} ${_DISTDIR}/${DISTFILES} --tar -xzf > @cd ${WRKSRC} && \ >- ${TAR} -xjf ${PORTNAME}.tar.bz2 >+ ${TAR} -xf ${PORTNAME}.tar > > post-patch: > @cd ${WRKSRC}/base && \ >diff -Nburp ufoai-data/distinfo ufoai-data/distinfo >--- ufoai-data/distinfo Sun Oct 1 04:10:10 2006 >+++ ufoai-data/distinfo Tue Apr 17 11:39:33 2007 >@@ -1,3 +1,3 @@ >-MD5 (ufoai/ufoai-2.0-rc5-linux.run) = 694921d1643a7ddddbcce8bbf6281938 >-SHA256 (ufoai/ufoai-2.0-rc5-linux.run) = 40b1c39cefabbd85b8ed7997f1b60285a364e9cee56631b7ada482c59fdb8c84 >-SIZE (ufoai/ufoai-2.0-rc5-linux.run) = 170587309 >+MD5 (ufoai/ufoai-2.1-linux.run) = 9fb0329e7e9fc621e137c9adc48b568f >+SHA256 (ufoai/ufoai-2.1-linux.run) = 49b13b1781e9d6adc88e233c76eca8c027b0fb816f58052096ee725fd3401a50 >+SIZE (ufoai/ufoai-2.1-linux.run) = 281527458
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 112029
: 77855