FreeBSD Bugzilla – Attachment 172072 Details for
Bug 210790
[PATCH] games/exult: Update to version 1.5.0.20160514
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games_exult.diff
games_exult.diff (text/plain), 5.10 KB, created by
tkato432
on 2016-07-03 19:31:19 UTC
(
hide
)
Description:
games_exult.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-07-03 19:31:19 UTC
Size:
5.10 KB
patch
obsolete
>diff -urN /usr/ports/games/exult/Makefile games/exult/Makefile >--- /usr/ports/games/exult/Makefile 2016-06-04 03:44:53.083878000 +0900 >+++ games/exult/Makefile 2016-07-04 00:00:00.000000000 +0900 >@@ -2,53 +2,75 @@ > # $FreeBSD: head/games/exult/Makefile 416324 2016-06-03 16:44:58Z antoine $ > > PORTNAME= exult >-PORTVERSION= 1.5.0.20130315 >-PORTREVISION= 3 >+PORTVERSION= 1.5.0.20160514 > CATEGORIES= games >-MASTER_SITES= http://www.math.leidenuniv.nl/~wpalenst/cvs/ >-DISTNAME= exult-20130315-0400 > > MAINTAINER= ports@FreeBSD.org > COMMENT= Ultima VII engine > >-BROKEN= unfetchable >-DEPRECATED= Broken for more than 6 months >-EXPIRATION_DATE= 2016-07-04 >- > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= timidity:audio/timidity >-RUN_DEPENDS= timidity:audio/timidity >+LIB_DEPENDS= libvorbis.so:audio/libvorbis \ >+ libpng.so:graphics/png > >-USE_SDL= sdl mixer >-USE_XORG= x11 >-USES= autoreconf gmake libtool pkgconfig >-GNU_CONFIGURE= yes >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib >+USE_GITHUB= yes >+GH_TAGNAME= b15afba > >-WRKSRC= ${WRKDIR}/exult >+USES= autoreconf compiler:c++11-lib gmake libtool localbase pkgconfig >+USE_XORG= xext >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --disable-alsa \ >+ --with-icondir=${PREFIX}/share/pixmaps > > SUB_FILES= pkg-message > >-OPTIONS_DEFINE= STUDIO >-OPTIONS_DEFAULT=STUDIO >-OPTIONS_SUB= yes >-STUDIO_DESC= Install Exult Studio >- >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MSTUDIO} >-CONFIGURE_ARGS+=--enable-exult-studio \ >- --enable-exult-studio-support >-USE_GNOME+= libglade2 >-.endif >+OPTIONS_DEFINE= DOCS FLUIDSYNTH GIMP STUDIO THUMBNAILER >+OPTIONS_SINGLE= SDL >+OPTIONS_SINGLE_SDL= SDL1 SDL2 >+OPTIONS_DEFAULT= SDL1 STUDIO >+OPTIONS_SUB= yes >+ >+FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth >+FLUIDSYNTH_CONFIGURE_ENABLE=\ >+ fluidsynth >+GIMP_DESC= GIMP plugin support >+GIMP_LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app >+GIMP_CONFIGURE_ENABLE= gimp-plugin >+SDL1_DESC= Simple Direct Media Layer 1 support >+SDL1_USE= sdl=mixer >+SDL1_CONFIGURE_ARGS= --with-sdl=sdl12 >+SDL2_DESC= Simple Direct Media Layer 2 support >+SDL2_USE= sdl=mixer2 >+SDL2_CONFIGURE_ARGS= --with-sdl=sdl2 >+STUDIO_DESC= Install Exult Studio >+STUDIO_CONFIGURE_ENABLE=\ >+ exult-studio exult-studio-support >+STUDIO_USE= gnome=libglade2 >+THUMBNAILER_DESC= Gnome SHP thumbnailer support >+THUMBNAILER_USES= shared-mime-info >+THUMBNAILER_USE= gnome=libgnomeui >+THUMBNAILER_CONFIGURE_ENABLE=\ >+ gnome-shp-thumbnailer >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|-I/usr/local/include|| ; \ >+ s|="-O2"|=|' \ >+ ${WRKSRC}/configure.ac >+ @${REINPLACE_CMD} -e \ >+ 's|install -d|$$(MKDIR_P)| ; \ >+ s|install -c|$$(INSTALL_PROGRAM)|' \ >+ ${WRKSRC}/mapedit/Makefile.am >+ @${REINPLACE_CMD} -e \ >+ 's|=/usr/share|=$$(datadir)| ; \ >+ s|=$$(DESTDIR)|=| ; \ >+ s|update-mime-database.*|:|' \ >+ ${WRKSRC}/tools/Makefile.am > >-post-install: >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >-.for i in FAQ NEWS README >- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} >-.endfor >+ (cd ${WRKSRC} && ${INSTALL_DATA} FAQ NEWS README \ >+ ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/games/exult/distinfo games/exult/distinfo >--- /usr/ports/games/exult/distinfo 2015-08-24 04:04:32.826266000 +0900 >+++ games/exult/distinfo 2016-07-04 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (exult-20130315-0400.tar.gz) = 368dc28016d56c5251531e4cff463d9ffcaa151d74bad65bdc5366c213e12fcc >-SIZE (exult-20130315-0400.tar.gz) = 4784001 >+SHA256 (exult-exult-1.5.0.20160514-b15afba_GH0.tar.gz) = f517470ff132fbe114c47c996c2f8775693fca8a4a8bc3caf479ed7580d2cc2a >+SIZE (exult-exult-1.5.0.20160514-b15afba_GH0.tar.gz) = 4941781 >diff -urN /usr/ports/games/exult/files/patch-shapes_pngio.cc games/exult/files/patch-shapes_pngio.cc >--- /usr/ports/games/exult/files/patch-shapes_pngio.cc 2015-08-24 04:04:32.879707000 +0900 >+++ games/exult/files/patch-shapes_pngio.cc 1970-01-01 09:00:00.000000000 +0900 >@@ -1,10 +0,0 @@ >---- shapes/pngio.cc.orig 2013-01-27 03:00:25 UTC >-+++ shapes/pngio.cc >-@@ -31,6 +31,7 @@ Foundation, Inc., 59 Temple Place - Suit >- >- #include <png.h> >- #include <setjmp.h> >-+#include <string.h> >- >- >- /* >diff -urN /usr/ports/games/exult/pkg-plist games/exult/pkg-plist >--- /usr/ports/games/exult/pkg-plist 2015-08-24 04:04:32.806212000 +0900 >+++ games/exult/pkg-plist 2016-07-04 00:00:00.000000000 +0900 >@@ -1,6 +1,7 @@ > bin/expack > bin/exult > %%STUDIO%%bin/exult_studio >+%%THUMBNAILER%%bin/gnome_shp_thumbnailer > bin/ipack > bin/shp2pcx > bin/splitshp >@@ -14,7 +15,11 @@ > man/man1/textpack.1.gz > man/man1/ucc.1.gz > man/man6/exult.6.gz >+%%GIMP%%libexec/gimp/2.2/plug-ins/u7shp > share/applications/exult.desktop >+%%PORTDOCS%%%%DOCSDIR%%/FAQ >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/README > %%DATADIR%%/bg_mr_faces.vga > %%DATADIR%%/bg_paperdol.vga > %%STUDIO%%%%DATADIR%%/estudio/new/blends.dat >@@ -39,7 +44,6 @@ > %%DATADIR%%/u7misc.data > %%DATADIR%%/u7opcodes.data > %%DATADIR%%/u7siintrinsics.data >-%%DOCSDIR%%/FAQ >-%%DOCSDIR%%/NEWS >-%%DOCSDIR%%/README >-share/icons/exult.png >+%%THUMBNAILER%%share/mime/packages/x-shapefile.xml >+share/pixmaps/exult.png >+%%THUMBNAILER%%share/thumbnailers/gnome_u7shapes.thumbnailer
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 210790
: 172072