aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Update to 1.0.0.3Rusmir Dusko2013-09-183-17/+285
| | | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Change license GPLv2 --> GPLv3 - Use pkg-plist instead of PLIST_FILES Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=327569
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-183-1/+4
| | | | Notes: svn path=/head/; revision=327535
* Do not overwrite USESBaptiste Daroussin2013-09-181-2/+1
| | | | Notes: svn path=/head/; revision=327532
* Fix build with libc++.Guido Falsi2013-09-182-1/+12
| | | | Notes: svn path=/head/; revision=327518
* Fix build with clang/libc++Dmitry Marakasov2013-09-184-1/+33
| | | | Notes: svn path=/head/; revision=327508
* Fix build on currentDmitry Marakasov2013-09-172-1/+2
| | | | Notes: svn path=/head/; revision=327500
* Fix build with clang/libc++Dmitry Marakasov2013-09-171-0/+25
| | | | Notes: svn path=/head/; revision=327499
* Fix build with clang/libc++Dmitry Marakasov2013-09-177-6/+85
| | | | Notes: svn path=/head/; revision=327479
* Fix build with clang/libc++Dmitry Marakasov2013-09-171-1/+1
| | | | Notes: svn path=/head/; revision=327473
* Fix build with clang/libc++Dmitry Marakasov2013-09-174-0/+85
| | | | Notes: svn path=/head/; revision=327471
* Convert to new perl frameworkBaptiste Daroussin2013-09-1710-19/+20
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* - Fix build with clangGuido Falsi2013-09-161-1/+8
| | | | | | | | | | | | - Make it respect PREFIX - While here, USES=gmake PR: ports/181616 Submitted by: Me Approved by: Maintainer timeout Notes: svn path=/head/; revision=327425
* - Add explicit LDFLAGSGuido Falsi2013-09-161-0/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327421
* Add -fields package name.Baptiste Daroussin2013-09-161-7/+3
| | | | | | | | | 1/ that better reflect the name of the game 2/ that avoids a conflicting package name with textproc/crimson 3/ that allows it to properly have its LATEST_LINK working. Notes: svn path=/head/; revision=327385
* Fix build with libc++Rene Ladan2013-09-151-0/+10
| | | | | | | | | isnan() and isinf() do not like integer arguments, so remove two offending tests. These tests would always evaluate to false anyway because integers cannot express NaN nor infinity. Notes: svn path=/head/; revision=327336
* Capi City is a client for the online server monopd.Rusmir Dusko2013-09-155-0/+179
| | | | | | | | | | | | | | | You can play Monopoly like games with it online. Integrated Capid to be able to start a server for LAN. WWW: http://linux-ecke.de/CapiCity/ CapiCity v1.0 is the stable successor of Capitalism (games/capitalism). Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=327324
* - Disable for PACKAGE_BUILDINGBryan Drewery2013-09-141-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=327316
* - Update to 0.4.1Rusmir Dusko2013-09-144-51/+48
| | | | | | | | | | | | | | - USES gmake desktop-file-utils - Add DOCS Option - Add OPTIONS_SUB - Trim NLS - Trim REINPLACE_CMD - Update WWW Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=327282
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+33
| | | | Notes: svn path=/head/; revision=327217
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+11
| | | | Notes: svn path=/head/; revision=327216
* Add explicit dependency on libX11Dmitry Marakasov2013-09-143-0/+3
| | | | Notes: svn path=/head/; revision=327214
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-2/+2
| | | | Notes: svn path=/head/; revision=327211
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+14
| | | | Notes: svn path=/head/; revision=327209
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+20
| | | | Notes: svn path=/head/; revision=327208
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+47
| | | | Notes: svn path=/head/; revision=327207
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+11
| | | | Notes: svn path=/head/; revision=327206
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+5
| | | | Notes: svn path=/head/; revision=327205
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+10
| | | | Notes: svn path=/head/; revision=327204
* Fix build with clang/libc++Dmitry Marakasov2013-09-145-0/+51
| | | | Notes: svn path=/head/; revision=327203
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+22
| | | | Notes: svn path=/head/; revision=327202
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+2
| | | | Notes: svn path=/head/; revision=327201
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-1/+4
| | | | Notes: svn path=/head/; revision=327200
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+11
| | | | Notes: svn path=/head/; revision=327199
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-3/+8
| | | | Notes: svn path=/head/; revision=327198
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+18
| | | | Notes: svn path=/head/; revision=327197
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+10
| | | | Notes: svn path=/head/; revision=327196
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+10
| | | | Notes: svn path=/head/; revision=327195
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+10
| | | | Notes: svn path=/head/; revision=327194
* Fix build with clang/libc++Dmitry Marakasov2013-09-142-0/+22
| | | | Notes: svn path=/head/; revision=327193
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-0/+2
| | | | Notes: svn path=/head/; revision=327192
* Fix build with clang/libc++Dmitry Marakasov2013-09-141-1/+2
| | | | Notes: svn path=/head/; revision=327191
* Unbreak by using new MASTER_SITEFlorian Smeets2013-09-134-20/+10
| | | | | | | | PR: ports/182070 [1] Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (partly) [1] Notes: svn path=/head/; revision=327183
* Include time.h to fix build with libc++.Tijl Coosemans2013-09-131-0/+10
| | | | Notes: svn path=/head/; revision=327177
* Fix build with clang/libc++Dmitry Marakasov2013-09-131-0/+10
| | | | Notes: svn path=/head/; revision=327175
* Fix build with clang/libc++Dmitry Marakasov2013-09-132-3/+14
| | | | Notes: svn path=/head/; revision=327174
* Fix build with clang/libc++Dmitry Marakasov2013-09-131-0/+10
| | | | Notes: svn path=/head/; revision=327173
* Fix build with clang/libc++Dmitry Marakasov2013-09-131-3/+11
| | | | Notes: svn path=/head/; revision=327172
* - Fix build after iconv change [1]Guido Falsi2013-09-1311-7/+99
| | | | | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327168
* Fix build on headBaptiste Daroussin2013-09-131-0/+1
| | | | Notes: svn path=/head/; revision=327148