FreeBSD Bugzilla – Attachment 203782 Details for
Bug 237376
New port: emulators/pcem Accurate PC-compatible emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Port patch
pcem.diff (text/plain), 4.71 KB, created by
Salvador PardiƱas
on 2019-04-19 03:20:09 UTC
(
hide
)
Description:
Port patch
Filename:
MIME Type:
Creator:
Salvador PardiƱas
Created:
2019-04-19 03:20:09 UTC
Size:
4.71 KB
patch
obsolete
>Index: emulators/pcem/Makefile >=================================================================== >--- emulators/pcem/Makefile (nonexistent) >+++ emulators/pcem/Makefile (working copy) >@@ -0,0 +1,26 @@ >+# $FreeBSD$ >+ >+PORTNAME= pcem >+DISTVERSION= 14 >+CATEGORIES= emulators >+MASTER_SITES= https://bitbucket.org/pcem_emulator/pcem/get/ >+DISTFILES= faf5d6423060.zip >+ >+MAINTAINER= darkfm@vera.com.uy >+COMMENT= PC/PC-Compatible low-level emulator striving for accuracy >+ >+LICENSE= GPLv2 >+ >+LIB_DEPENDS= libGL.so:graphics/mesa-libs libopenal.so:audio/openal libwx_gtk3u_core-3.0.so:x11-toolkits/wxgtk30 libSDL2.so:devel/sdl20 >+ >+USES=gmake >+USE_AUTOTOOLS=autoreconf >+ >+WRKSRC=${WRKDIR} >+PATCHDIR=files >+ >+pre-configure: >+ ${MV} ${WRKSRC}/*/* ${WRKSRC} >+ cd ${WRKSRC} && ${CHMOD} +x install-sh && autoreconf && ./configure --enable-release-build >+ >+.include <bsd.port.mk> > >Property changes on: emulators/pcem/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: emulators/pcem/distinfo >=================================================================== >--- emulators/pcem/distinfo (nonexistent) >+++ emulators/pcem/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1555640654 >+SHA256 (faf5d6423060.zip) = c184c1e279b2d77d89bdc02ed6a87d0f79b98863dcef2feca1fff74554e2f19b >+SIZE (faf5d6423060.zip) = 1792228 > >Property changes on: emulators/pcem/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: emulators/pcem/files/patch-pcem__emulator-pcem-faf5d6423060_configure.ac >=================================================================== >--- emulators/pcem/files/patch-pcem__emulator-pcem-faf5d6423060_configure.ac (nonexistent) >+++ emulators/pcem/files/patch-pcem__emulator-pcem-faf5d6423060_configure.ac (working copy) >@@ -0,0 +1,21 @@ >+--- pcem_emulator-pcem-faf5d6423060/configure.ac.orig 2019-04-19 02:24:58 UTC >++++ pcem_emulator-pcem-faf5d6423060/configure.ac >+@@ -150,6 +150,18 @@ case "$host" in >+ exit -1]) >+ build_linux="yes" >+ ;; >++ *-*-freebsd*) >++ CFLAGS="$CFLAGS -I/usr/local/include" >++ CXXFLAGS="$CXXFLAGS -I/usr/local/include" >++ LDFLAGS="$LDFLAGS -L/usr/local/lib" >++ AC_CHECK_LIB([GL], [glGetError], [], \ >++ [echo "You need to install the OpenGL library." >++ exit -1]) >++ AC_CHECK_LIB([openal], [alGetError], [], \ >++ [echo "You need to install the OpenAL library." >++ exit -1]) >++ build_other="yes" >++ ;; >+ *) >+ AC_CHECK_LIB([GL], [glGetError], [], \ >+ [echo "You need to install the OpenGL library." > >Property changes on: emulators/pcem/files/patch-pcem__emulator-pcem-faf5d6423060_configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: emulators/pcem/pkg-descr >=================================================================== >--- emulators/pcem/pkg-descr (nonexistent) >+++ emulators/pcem/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+A very accurate (and not very fast) PC and PC-compatible emulator. >+Support currently ranges from the original IBM PC to Socket 7 motherboards. >+It also supports a wide range of peripherals, including Voodoo Graphics! >+ >+WWW: https://www.pcem-emulator.co.uk > >Property changes on: emulators/pcem/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: emulators/pcem/pkg-plist >=================================================================== >--- emulators/pcem/pkg-plist (nonexistent) >+++ emulators/pcem/pkg-plist (working copy) >@@ -0,0 +1 @@ >+bin/pcem > >Property changes on: emulators/pcem/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 237376
: 203782 |
204211
|
204215
|
204216
|
204222
|
204234