FreeBSD Bugzilla – Attachment 137047 Details for
Bug 182433
games/py-fife: try fix in 10-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fife.txt
fife.txt (text/plain; charset=US-ASCII), 1.76 KB, created by
fiziologus
on 2013-10-13 06:53:30 UTC
(
hide
)
Description:
fife.txt
Filename:
MIME Type:
Creator:
fiziologus
Created:
2013-10-13 06:53:30 UTC
Size:
1.76 KB
patch
obsolete
>diff -ruN py-fife.orig/Makefile py-fife/Makefile >--- py-fife.orig/Makefile 2013-10-11 14:28:12.000000000 +0400 >+++ py-fife/Makefile 2013-10-13 09:52:25.000000000 +0400 >@@ -1,5 +1,5 @@ > # Created by: GreenDog <fiziologus@gmail.com> >-# $FreeBSD: games/py-fife/Makefile 327730 2013-09-20 17:36:33Z bapt $ >+# $FreeBSD: games/py-fife/Makefile 316343 2013-04-23 10:47:02Z bapt $ > > PORTNAME= fife > PORTVERSION= 0.3.4 >@@ -30,7 +30,8 @@ > USE_SCONS= yes > SCONS_ARGS= --prefix=${PREFIX} --python-prefix=${PYTHON_SITELIBDIR} > SCONS_BUILDENV= SWIG=${LOCALBASE}/bin/swig \ >- CXX=${CXX} >+ CXX=${CXX} \ >+ CXXFLAGS="${CXXFLAGS}" > SCONS_TARGET= fife-python > SCONS_INSTALL_TARGET= install-python > >@@ -41,9 +42,20 @@ > > USES= pkgconfig > >-NO_STAGE= yes >+NO_STAGE= yes >+ >+# Swig generated code incompatible with libc++) >+.if ${OSVERSION} > 1000000 >+USE_GCC= any >+.endif >+ >+pre-everything:: >+ @${ECHO_CMD} >+ @${ECHO_CMD} " devel/guichan must be build with SDL and OpenGL support" >+ @sleep 15 >+ > post-patch: >- ${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \ >+ ${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/libpng15/g' ${WRKSRC}/build/openbsd4-config.py && \ > ${MV} ${WRKSRC}/build/openbsd4-config.py ${WRKSRC}/build/${PYTHON_PLATFORM}-config.py > > post-install: >diff -ruN py-fife.orig/pkg-install py-fife/pkg-install >--- py-fife.orig/pkg-install 1970-01-01 03:00:00.000000000 +0300 >+++ py-fife/pkg-install 2013-10-13 09:52:25.000000000 +0400 >@@ -0,0 +1,11 @@ >+#!/bin/sh >+ >+PREFIX=${PKG_PREFIX:-/usr/local} >+ >+[ "x$1" = "x" ] && exit 1 >+if [ "x$2" = "xPOST-INSTALL" ]; then >+ mkdir -p ${PREFIX}/share/fife/demos/rio_de_hola/saves >+ mkdir -p ${PREFIX}/share/fife/demos/rio_de_hola/imports >+ mkdir -p ${PREFIX}/share/fife/demos/rio_de_hola/cursors >+fi >+
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 Raw
Actions:
View
Attachments on
bug 182433
:
137046
| 137047 |
137048