aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2004-12-30 19:50:50 +0800
committerse <se@FreeBSD.org>2004-12-30 19:50:50 +0800
commitc8c4d0d84252797675226ab60432a0cce431ce88 (patch)
tree77b440c65383605aae119ccc90e76dd9486803fd
parent7f2bdc31b609a4dc9e58ef609e6cea20140510c2 (diff)
downloadfreebsd-ports-gnome-c8c4d0d84252797675226ab60432a0cce431ce88.tar.gz
freebsd-ports-gnome-c8c4d0d84252797675226ab60432a0cce431ce88.tar.zst
freebsd-ports-gnome-c8c4d0d84252797675226ab60432a0cce431ce88.zip
Fix build on RELENG_4. There is a syntax error in xblast.c, that
is only reported by gcc-2.x, but ignored by gcc-3.x and gcc-4.x.
-rw-r--r--games/xblast/files/patch-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xblast/files/patch-ac b/games/xblast/files/patch-ac
new file mode 100644
index 000000000000..a332d803e498
--- /dev/null
+++ b/games/xblast/files/patch-ac
@@ -0,0 +1,17 @@
+--- xblast.c.orig Wed Jul 7 12:53:41 2004
++++ xblast.c Thu Dec 30 12:42:51 2004
+@@ -84,12 +84,12 @@
+ XBPlayerHost hostType;
+ XBBool autoCentral;
+ XBBool nsound;
++
+ autoCentral = XBFalse;
+ nsound = XBFalse;
+ #ifndef WMS
+- int i;
+ if(argc>1){
+- i=1;
++ int i=1;
+ while(i<argc){
+ if(0==strcmp("-central",argv[i])) {
+
td>mat2018-10-102-4/+4 | * Update to 2.0.32cs2018-10-102-4/+4 | * - add entry for tinc and tinc-develdinoex2018-10-101-0/+37 | * news/nzbget: Unbreak portfeld2018-10-102-6/+3 | * Update to 4.4.0cs2018-10-103-834/+109 | * Update to 1.7.0cs2018-10-102-5/+4 | * ecurity update to 1.1pre17dinoex2018-10-102-4/+4 | * - Security update to 1.0.35dinoex2018-10-102-4/+4 | * Mark BROKEN: fails to buildantoine2018-10-101-0/+1 | * Mark BROKEN: fails to buildantoine2018-10-101-0/+1 | * Mark BROKEN: wrong LICENSE_FILEantoine2018-10-101-0/+2 | * Update to 2.7.3sunpoet2018-10-102-4/+4 | * Remove py-gau2grid, new broken portantoine2018-10-104-39/+0 | * Allow gimp-focusblur to build with gimp 2.10.kwm2018-10-101-1/+1 | * Hook fractal to the buildantoine2018-10-101-0/+1 | * x11/rsibreak: updatae to 0.12.9tcberner2018-10-103-4/+12 | * .gitauthors: Add Yuri Pankov (yuripv)jrm2018-10-101-0/+1 | * Upgrade to v.2.4.0.thierry2018-10-102-5/+4 | * devel/ace+tao-doc: Update to 6.5.2swills2018-10-102-12/+9 | * sysutils/fusefs-libs3: fix build with base GCCswills2018-10-102-4/+10 | * devel/thrift: fix build with GCC-based archesswills2018-10-102-5/+11 | * sysutils/acts: Update to 1.3feld2018-10-102-3/+4 | * Implement a better fix for python flavorsjpaetzel2018-10-101-6/+8 | * net-im/fractal: create portswills2018-10-105-0/+79 | * Update deps when python > 3.4 is in use.jpaetzel2018-10-101-0/+5 | * Adding some missing headers.thierry2018-10-103-2/+11 | * bump PORTREVISON after fix in r481618joneum2018-10-101-1/+1 | * Add UPDATING entry about pecl-xdebug versionspizzamig2018-10-101-0/+11 | * devel/pecl-xdebug-devel: add the beta version to support PHP 7.3pizzamig2018-10-105-0/+68 | * devel/pecl-xdebug26: rename as pecl-xdebug and update to 2.6.1pizzamig2018-10-107-8/+8 | * devel/pecl-xdebug: mark PHP 73 as unsupported and rename as pecl-xdebug25pizzamig2018-10-107-2/+4 | * www/py-django-bulk-update: fix reverse conflictsrene2018-10-091-2/+6 | * ports-mgmt/pkg_replace: Update to 20180927swills2018-10-092-5/+5 | * deskutils/treesheets: Update to 1.0.1swills2018-10-092-8/+17 | * New port: security/py-bro-pkg: Bro NSM package manager0mp2018-10-095-0/+58 | * security/snuffleupagus: ignore with PHP 7.3swills2018-10-091-1/+1 | * - Update to 1.05wen2018-10-092-4/+4 | * Switch to cmake and clang, in order to link with lld.thierry2018-10-094-115/+22 | * Fix building with php73.vanilla2018-10-094-3/+84 | * - Update to git snapshot a0605d9ashish2018-10-093-11/+18 | * - Update to 0.19.2wen2018-10-092-5/+4 | * textproc/hs-parsec-numbers: Add new port.arrowd2018-10-095-0/+22 | * net/pecl-zmq: Fix build with PHP 7.3garga2018-10-094-1/+74 | * security/qtkeychain: Add USES=compiler:c++11-lang for qt5 flavor.arrowd2018-10-091-1/+1 | * - Update to 0.902wen2018-10-092-3/+4 | * - Update to 1.30wen2018-10-092-4/+4 | * - Update to 2.32wen2018-10-092-4/+4 | * graphics/yagf: fix build with c++11, pet portlintbsam2018-10-092-7/+16 | * PHP 7.3: Convert PCRE2 dependency from BUILD to LIB_DEPENDStz2018-10-092-10/+2 | * - Update WWWamdmi32018-10-091-1/+1 | * - Add LICENSEamdmi32018-10-091-0/+4 | * Upgrade to v1.23.2.thierry2018-10-092-4/+4 | * Update to 1.2.4 release.ale2018-10-092-4/+4 | * - Added new port x11-fonts/materialdesign-ttfmiwi2018-10-096-0/+45 | * security/revelation: Chase dictionary rename from r408137tobik2018-10-091-2/+2 | * New port: math/primme: Iterative eigensolver for symmetric and hermitian matr...yuri2018-10-0910-0/+126 | * Update to 0.17.0 release.ale2018-10-092-4/+4 | * databases/mysql56-{client, server}: Fix build with OpenSSL1.1.xmmokhi2018-10-095-140/+305 | * graphics/mupdf: Fix linking with libmupdf.so for third-party portstobik2018-10-092-4/+5 | * - Update to 3.0701wen2018-10-093-4/+8 | * - Update to 1.0000wen2018-10-092-4/+4 | * - Update to 1.6611wen2018-10-092-4/+4 | * - Update to 0.08wen2018-10-092-5/+6 | * - Update to 1.27wen2018-10-092-4/+4 | * lang/chicken5: Update to 5.0.0rc3tobik2018-10-093-12/+6 | * x11-fonts/spleen: Update to 1.0.1tobik2018-10-092-4/+4 | * deve/py-pylibsrtp: create portswills2018-10-094-0/+34 | * deve/py-aioice: create portswills2018-10-094-0/+33 | * multimedia/py-av: create portswills2018-10-094-0/+29 | * dns/qmdnsengine: Fix build with GCC-based architectureyuri2018-10-091-1/+1 | * emulators/gem5: reset maintainershipeadler2018-10-091-1/+1 | * net-im/telegram-desktop: update to 1.4.0swills2018-10-0919-83/+94 | * - Update to 0.1.4wen2018-10-093-13/+21 | * science/nwchem: Update 6.8.1-release-94 -> 6.8.1-release-144yuri2018-10-094-13/+6 | * science/hypre: Update 2.11.2 -> 2.15.0yuri2018-10-095-32/+25 | * - Update to 0.119wen2018-10-092-4/+4 | * multimedia/aom: update to 1.0.0.740jbeich2018-10-092-5/+5 | * emulators/citra: update to s20181008jbeich2018-10-092-8/+8 | * emulators/rpcs3: update to 0.0.5.971jbeich2018-10-092-5/+5 | * archivers/libunrar5: Update to 5.6.8jhale2018-10-093-5/+5 | * - Update to 0.26wen2018-10-093-4/+8 | * - Update to 1.3.0wen2018-10-094-6/+11 | * net-p2p/sonarr: Update to 2.0.0.5250feld2018-10-092-4/+4 | * - Update to 9999.21wen2018-10-092-4/+4 | * sysutils/qdirstat: fix build on GCC-based architectureskbowling2018-10-091-1/+1 | * Update to 0.10.0sunpoet2018-10-092-4/+4 | * Update to 0.4.0sunpoet2018-10-092-4/+10 | * Update to 0.4.2sunpoet2018-10-093-25/+8 | * Update to 4.10.0sunpoet2018-10-093-5/+5 | * Update to 0.6.0.2sunpoet2018-10-092-4/+4 | * Update to 4.7.2sunpoet2018-10-092-4/+4 | * Update WWWsunpoet2018-10-091-1/+1 | * Update to 0.26sunpoet2018-10-093-6/+8 | * Update to 0.29sunpoet2018-10-092-6/+7 | * Update to 2.127sunpoet2018-10-092-5/+6 | * Update to 0.38sunpoet2018-10-092-5/+6 | * Update to 2018.10.07sunpoet2018-10-092-4/+4 | * Update to 2018.10.07sunpoet2018-10-092-4/+4 | * Update to 2.11.142sunpoet2018-10-092-4/+4 | * Update to 2.11.142sunpoet2018-10-092-4/+4 | * Update to 2.11.142sunpoet2018-10-092-4/+4 * | Update gjs to 1.52.4.Koop Mast2018-10-102-4/+4 * | Update libsoup to 2.62.3.Koop Mast2018-10-102-4/+4 * | Merge branch 'master' into gnome-3.28Koop Mast2018-10-09