summaryrefslogtreecommitdiff
path: root/games/pykawari/files/patch-build_src_gcc.mak
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-05-09 15:03:38 +0000
committerRene Ladan <rene@FreeBSD.org>2019-05-09 15:03:38 +0000
commitb8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch)
tree67d5f350f6c92b847a528d27db9960acb190f10e /games/pykawari/files/patch-build_src_gcc.mak
parentRestore "hs-" package name prefix for Haskell packages. (diff)
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months 2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months 2019-05-08 devel/dlangui: Broken for more than 6 months 2019-05-08 editors/dlangide: Broken for more than 6 months 2019-05-08 emulators/desmume: Broken for more than 6 months 2019-05-08 emulators/yabause: Broken for more than 6 months 2019-05-08 emulators/yape: Broken for more than 6 months 2019-05-08 games/armagetron: Broken for more than 6 months 2019-05-08 games/boswars: Broken for more than 6 months 2019-05-08 games/ceferino: Broken for more than 6 months 2019-05-08 games/chanta: Broken for more than 6 months 2019-05-08 games/d2x-xl: Broken for more than 6 months 2019-05-08 games/drcreep: Broken for more than 6 months 2019-05-08 games/frobtads: Broken for more than 6 months 2019-05-08 games/paintown: Broken for more than 6 months 2019-05-08 games/pykawari: Broken for more than 6 months 2019-05-08 games/stepmania-devel: Broken for more than 6 months 2019-05-08 games/tinymux: Broken for more than 6 months 2019-05-08 games/voxelands: Broken for more than 6 months 2019-05-08 games/voxelands-server: Broken for more than 6 months 2019-05-08 games/warsow: Broken for more than 6 months 2019-05-08 graphics/appleseed: Broken for more than 6 months 2019-05-08 graphics/apvlv: Broken for more than 6 months 2019-05-08 graphics/qslim: Broken for more than 6 months 2019-05-08 graphics/rawstudio: Broken for more than 6 months 2019-05-08 graphics/tulip: Broken for more than 6 months 2019-05-08 lang/qore: Broken for more than 6 months 2019-05-08 mail/milter-manager: Broken for more than 6 months 2019-05-08 math/goblin: Broken for more than 6 months 2019-05-08 math/mosesdecoder: Broken for more than 6 months 2019-05-08 multimedia/asdcplib: Broken for more than 6 months 2019-05-08 net/crtmpserver: Broken for more than 6 months 2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead 2019-05-08 net/openafs: Broken for more than 6 months 2019-05-08 security/quantis: Broken for more than 6 months 2019-05-08 sysutils/boxbackup: Broken for more than 6 months 2019-05-08 sysutils/grub2-efi: Broken for more than 6 months 2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months 2019-05-08 sysutils/mdcp: Broken for more than 6 months 2019-05-08 sysutils/sbsigntool: Broken for more than 6 months 2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
Notes
Notes: svn path=/head/; revision=501106
Diffstat (limited to 'games/pykawari/files/patch-build_src_gcc.mak')
-rw-r--r--games/pykawari/files/patch-build_src_gcc.mak88
1 files changed, 0 insertions, 88 deletions
diff --git a/games/pykawari/files/patch-build_src_gcc.mak b/games/pykawari/files/patch-build_src_gcc.mak
deleted file mode 100644
index 83f3840cdc13..000000000000
--- a/games/pykawari/files/patch-build_src_gcc.mak
+++ /dev/null
@@ -1,88 +0,0 @@
---- build/src/gcc.mak.orig 2008-01-20 17:13:34.000000000 +0900
-+++ build/src/gcc.mak 2009-01-29 01:34:48.000000000 +0900
-@@ -8,14 +8,14 @@
- #==========================================================================
-
- ## choose your target: cygwin, mingw, linux, freebsd, darwin
--MACH_TYPE = mingw
-+MACH_TYPE = freebsd
-
- ## output name
- SHIORI = shiori
-
- ## if you have 'upx' and want to use it
- # UPX = upx
--UPX = upx
-+
-
- ## if you want to use STLport, set STLport=yes
- # STLport = yes
-@@ -24,17 +24,17 @@
- SAORI_NATIVE = yes
-
- ## if you want to use Python SAORI, set SAORI_PYTHON=yes
--# SAORI_PYTHON = yes
-+SAORI_PYTHON = yes
-
- ## if you want to use Java SAORI, set SAORI_JAVA=yes
- # SAORI_JAVA = yes
-
- ## if you want to make a Python SHIORI, set SHIORI_PYTHON=yes
--# SHIORI_PYTHON = yes
-+SHIORI_PYTHON = yes
-
- ## Global options
--CFLAGS = -O1 -I. -DNDEBUG -Wall -fomit-frame-pointer
--LDFLAGS = -s
-+CFLAGS += -Os -I. -DNDEBUG -Wall -fomit-frame-pointer
-+# LDFLAGS += -s
-
- #==========================================================================
- # Directories
-@@ -70,7 +70,7 @@
- ifeq ($(STLport),yes)
- CFLAGS := $(CFLAGS_STLP) -DHAVE_SSTREAM $(CFLAGS)
- LDFLAGS := $(LDFLAGS) $(LDFLAGS_STLP)
-- LIBS := $(LIBS) $(LIBS_STLP)
-+ LIBS := $(LIBS) -L${PYTHONBASE}/lib -l${PYTHON_VERSION}
- endif
-
- ifeq ($(SAORI_NATIVE),yes)
-@@ -104,7 +104,7 @@
- ifndef CFLAGS_PYTHON
- CFLAGS_PYTHON = -I$(shell python -c "import sys; print sys.prefix+'/include/python'+sys.version[:3]")
- CFLAGS := $(CFLAGS_PYTHON) $(CFLAGS)
-- LIBS := $(LIBS) -lpython$(PYTHON_VER)
-+ LIBS := $(LIBS) -L${PYTHONBASE}/lib -l${PYTHON_VERSION}
- endif
- endif
-
-@@ -145,22 +145,23 @@
- ## TARGETS ##
- .PHONY: clean cleanall depend upx
-
--all : $(ALLTARGET) upx
-+#all : $(ALLTARGET) upx
-+all : $(ALLTARGET) $(UPX)
-
- $(MACH)/$(DYNLIBPREFIX)$(SHIORI)$(DYNLIBEXT) : $(SHIOOBJ) $(COREOBJ) $(DEPLIB)
- $(CXX) -o$@ $(SHARED_$(MACH_TYPE)) $(LDFLAGS) $(SHIOOBJ) $(COREOBJ) $(LIBS)
-
- $(MACH)/kosui$(EXEEXT) : $(KOSUIOBJ) $(COREOBJ) $(DEPLIB)
-- $(CXX) -o$@ $(LDFLAGS) $(KOSUIOBJ) $(COREOBJ) $(LIBS)
-+ $(CXX) -o$@ $(LDFLAGS) $(KOSUIOBJ) $(COREOBJ) $(LIBS) -pthread -lutil
-
- $(MACH)/kawari_encode$(EXEEXT) : tool/kawari_encode$(OBJEXT) $(CRYPTOBJ)
-- $(CXX) -o$@ tool/kawari_encode$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS)
-+ $(CXX) -o$@ tool/kawari_encode$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -pthread -lutil
-
- $(MACH)/kawari_encode2$(EXEEXT) : tool/kawari_encode2$(OBJEXT) $(CRYPTOBJ)
-- $(CXX) -o$@ tool/kawari_encode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS)
-+ $(CXX) -o$@ tool/kawari_encode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -pthread -lutil
-
- $(MACH)/kawari_decode2$(EXEEXT) : tool/kawari_decode2$(OBJEXT) $(CRYPTOBJ)
-- $(CXX) -o$@ tool/kawari_decode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS)
-+ $(CXX) -o$@ tool/kawari_decode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -pthread -lutil
-
- $(MACH)/libjvm.dll.a : win32jvm.def
- dlltool --def win32jvm.def -l $@ --dllname jvm.dll -k -C -a