aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-06-26 08:11:22 +0800
committerjbeich <jbeich@FreeBSD.org>2017-06-26 08:11:22 +0800
commitbf5f82517e56440b4cc3d5166bbee7310ca0bb64 (patch)
treea6060eeac0d9299e33ed1a9634e674ed4f9461f2
parent24851a599c4ba816c243bdeb55354b46c1460198 (diff)
downloadfreebsd-ports-gnome-bf5f82517e56440b4cc3d5166bbee7310ca0bb64.tar.gz
freebsd-ports-gnome-bf5f82517e56440b4cc3d5166bbee7310ca0bb64.tar.zst
freebsd-ports-gnome-bf5f82517e56440b4cc3d5166bbee7310ca0bb64.zip
games/aquaria: unbreak after r443975
Aquaria/Continuity.cpp:(.text+0x1684e): undefined reference to `tinyxml2::StrPair::GetStr()' CMakeFiles/aquaria.dir/Aquaria/DSQ.cpp.o: In function `DSQ::loadModsCallback(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, long)': Aquaria/DSQ.cpp:(.text+0x1014e): undefined reference to `tinyxml2::StrPair::GetStr()' c++: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout
-rw-r--r--games/aquaria/files/patch-tinyxml224
1 files changed, 24 insertions, 0 deletions
diff --git a/games/aquaria/files/patch-tinyxml2 b/games/aquaria/files/patch-tinyxml2
new file mode 100644
index 000000000000..c1d0c81d77b1
--- /dev/null
+++ b/games/aquaria/files/patch-tinyxml2
@@ -0,0 +1,24 @@
+https://github.com/AquariaOSE/Aquaria/issues/59
+
+--- Aquaria/Continuity.cpp.orig 2016-06-19 23:56:27 UTC
++++ Aquaria/Continuity.cpp
+@@ -2737,7 +2737,7 @@ void Continuity::loadFileData(int slot, XMLDocument &d
+ }
+ if (doc.Parse(buf, size) != XML_SUCCESS)
+ {
+- errorLog("Failed to load save data: " + teh_file + " -- Error: " + doc.GetErrorStr1());
++ errorLog("Failed to load save data: " + teh_file + " -- Error: " + doc.ErrorName());
+ return;
+ }
+ }
+--- Aquaria/DSQ.cpp.orig 2016-06-19 23:56:27 UTC
++++ Aquaria/DSQ.cpp
+@@ -2079,7 +2079,7 @@ void DSQ::loadModsCallback(const std::string &filename
+ if(!Mod::loadModXML(&d, name))
+ {
+ std::ostringstream os;
+- os << "Failed to load mod xml: " << filename << " -- Error: " << d.GetErrorStr1();
++ os << "Failed to load mod xml: " << filename << " -- Error: " << d.ErrorName();
+ dsq->debugLog(os.str());
+ return;
+ }
07-02 22:49:57 +0800'>2003-07-0212-618/+582 * Make PKGNAMESUFFIX processing happy on 4.8 and lower.edwin2003-05-231-4/+4 * [PATCH] openldap21 port won't compile with any *_ONLY optionsedwin2003-05-231-6/+6 * [PATCH] update of port net/openldap21 to 2.1.20edwin2003-05-237-18/+98 * o Updates openldap to the most current released version of openldapnork2003-04-113-15/+15 * net/openldap20 can't start with sample command line syntax in the startup scr...edwin2003-04-071-4/+4 * From Christian Kratzer <ck@cksoft.de>edwin2003-03-311-14/+0 * net/openldap21 to 2.1.16edwin2003-03-303-9/+15 * Re-add files/slapd.shedwin2003-02-251-0/+47 * New port: openldap-2.1edwin2003-02-2410-482/+542 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * bump iodbc lib versionijliao2002-10-291-2/+2 * 1. typo fixijliao2002-09-202-4/+4 * Fix IPv4dwcjr2002-09-021-2/+18 * BerkeleyDB cleanup - stage 2ade2002-08-231-1/+2 * moving saslv1 includes files to make it easier to add saslv2ume2002-07-291-1/+1 * Use USE_REINPLACE.sobomax2002-07-191-2/+3 * Update port to version 2.0.25.olgeni2002-07-182-2/+2 * Update 2.0.22 -> 2.0.23maxim2002-02-132-2/+2 * Update to 2.0.22pat2002-02-062-2/+2 * Update 2.0.20 -> 2.0.21nectar2002-01-222-2/+2 * Update 2.0.19 -> 2.0.20nectar2002-01-153-5/+2 * First round of auto* cleanups:will2002-01-061-1/+1 * Update port to version 2.0.19.olgeni2001-12-252-2/+2 * Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap.knu2001-11-071-0/+2 * Update to 2.0.18petef2001-11-062-2/+2 * Update to 2.0.17dwcjr2001-10-192-2/+2 * Update to 2.0.15dwcjr2001-09-282-2/+2 * Update port to version 2.0.14, with a fix for aolgeni2001-09-112-2/+2 * Add the WITH_ODBC option, used to compile the optional SQL backend.olgeni2001-09-091-0/+5 * Update to version 2.0.13.olgeni2001-09-093-5/+4 * Clean empty etc directories.shige2001-08-251-0/+2 * Back out the db3 port update because some of these dependent ports hadknu2001-08-011-2/+2 * Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-251-2/+2 * Modify config file to put default pid file in correct locationdwcjr2001-06-141-1/+5 * Move the persistent database from wiped-on-reboot /var/runroam2001-06-051-1/+2 * Update port to version 2.0.11.olgeni2001-05-252-2/+2 * Update port to version 2.0.10.olgeni2001-05-222-2/+2 * Update port to version 2.0.9.olgeni2001-05-192-2/+2 * Update port to version 2.0.8.olgeni2001-05-133-27/+24 * Drop maintainership.knu2001-05-121-1/+1 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * Add pkg-message to tell users about upgrading Berkeley DB files.knu2001-03-062-0/+8 * Improve toward multithreading:knu2001-02-241-10/+9 * Define INSTALLS_SHLIB.knu2001-02-241-0/+2 * Update to 2.0.7.knu2001-01-213-831/+2 * Fix @exec lines. Installing from the package, it failed to copy fromknu2000-12-111-10/+10 * Add a WITH_SASL knob that causes OpenLDAP 2 to be compiled withknu2000-11-081-4/+13 * Add patches to let OpenLDAP 2 work as a backend for Heimdal: whichknu2000-11-023-1/+849 * Add a patch to correct the permissions with which ud is installed.knu2000-11-021-0/+8 * Add missing files to plist.knu2000-10-312-0/+7 * Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldapknu2000-10-315-44/+138 * Cosmetic.knu2000-10-311-24/+30 * Use `${MAKE}' for `make'.knu2000-10-311-12/+29 * Fix plist to handle *.conf files properly as apache13* ports do.knu2000-10-312-0/+17 * Add a startup script for slapd.knu2000-09-252-0/+35 * USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0 * Update to version 1.2.11.steve2000-07-083-5/+4 * Update to version 1.2.10.steve2000-05-292-3/+4 * PREFIX -> LOCALBASEmharo2000-04-211-5/+5 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2 * OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappersmharo2000-04-022-1/+16 * Update to version 1.2.9.steve2000-01-302-3/+3 * Update to version 1.2.8.steve1999-12-243-12/+4 * Cleaning ugly PLIST, let `make deinstall' really work.foxfair1999-11-011-0/+8