Commit graph

12670 commits

Author SHA1 Message Date
Rene Ladan
5f26a00471 Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS 2013-09-23 16:42:30 +00:00
Eitan Adler
dc2c29af2e Update to the latest version of pcgen.
Change maintained to myself.

Tested with poudriere.

Approved by:	jsa (previous maintainer)
2013-09-22 22:16:22 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Andrej Zverev
358d392865 - restore build, pkgconfig explicitly needed now in global context
Approved by:	danfe@ (maintainer, via email)
2013-09-21 05:39:29 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
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
2013-09-20 12:54:54 +00:00
Rusmir Dusko
c8a4ba312d - Update to 1.0.0.3
- Change maintainer email gmx.ch --> FreeBSD.org
- Change license GPLv2 --> GPLv3
- Use pkg-plist instead of PLIST_FILES

Approved by:	wg/pawel (mentors)
2013-09-18 17:33:42 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Baptiste Daroussin
5fff9d4bfc Do not overwrite USES 2013-09-18 08:17:23 +00:00
Guido Falsi
93fdebf8bf Fix build with libc++. 2013-09-18 06:34:54 +00:00
Dmitry Marakasov
c22ba52bd0 Fix build with clang/libc++ 2013-09-18 02:36:27 +00:00
Dmitry Marakasov
bb954f51b8 Fix build on current 2013-09-17 18:21:15 +00:00
Dmitry Marakasov
450194ea82 Fix build with clang/libc++ 2013-09-17 18:20:50 +00:00
Dmitry Marakasov
74ba0b7dd4 Fix build with clang/libc++ 2013-09-17 13:27:06 +00:00
Dmitry Marakasov
0206acff2b Fix build with clang/libc++ 2013-09-17 12:32:15 +00:00
Dmitry Marakasov
e12f930cf8 Fix build with clang/libc++ 2013-09-17 12:31:27 +00:00
Baptiste Daroussin
b15e495041 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:28:07 +00:00
Guido Falsi
9060754677 - Fix build with clang
- Make it respect PREFIX
- While here, USES=gmake

PR:		ports/181616
Submitted by:	Me
Approved by:	Maintainer timeout
2013-09-16 17:37:14 +00:00
Guido Falsi
85cb348bdb - Add explicit LDFLAGS
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-16 17:23:39 +00:00
Baptiste Daroussin
ce65f2917a Add -fields package name.
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.
2013-09-16 12:56:55 +00:00
Rene Ladan
d41e511131 Fix build with libc++
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.
2013-09-15 09:47:08 +00:00
Rusmir Dusko
31002c0394 Capi City is a client for the online server monopd.
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)
2013-09-15 01:52:53 +00:00
Bryan Drewery
670d00edc0 - Disable for PACKAGE_BUILDING
With hat:	portmgr
2013-09-14 20:45:42 +00:00
Rusmir Dusko
7e70f84254 - Update to 0.4.1
- USES gmake desktop-file-utils
- Add DOCS Option
- Add OPTIONS_SUB
- Trim NLS
- Trim REINPLACE_CMD
- Update WWW

Approved by:	wg/pawel (mentors)
2013-09-14 13:35:52 +00:00
Dmitry Marakasov
2f96a2d218 Fix build with clang/libc++ 2013-09-14 03:55:20 +00:00
Dmitry Marakasov
601fd8e61d Fix build with clang/libc++ 2013-09-14 03:54:15 +00:00
Dmitry Marakasov
7f92da8958 Add explicit dependency on libX11 2013-09-14 03:06:04 +00:00
Dmitry Marakasov
13bcb0981b Fix build with clang/libc++ 2013-09-14 01:20:21 +00:00
Dmitry Marakasov
f969556ef3 Fix build with clang/libc++ 2013-09-14 01:16:31 +00:00
Dmitry Marakasov
9ed4baeed6 Fix build with clang/libc++ 2013-09-14 01:16:25 +00:00
Dmitry Marakasov
3c68f1c457 Fix build with clang/libc++ 2013-09-14 01:16:20 +00:00
Dmitry Marakasov
d88b0ea6bd Fix build with clang/libc++ 2013-09-14 01:16:14 +00:00
Dmitry Marakasov
2b944b0175 Fix build with clang/libc++ 2013-09-14 01:16:08 +00:00
Dmitry Marakasov
3be3a52047 Fix build with clang/libc++ 2013-09-14 01:15:56 +00:00
Dmitry Marakasov
0b47bc6842 Fix build with clang/libc++ 2013-09-14 01:15:25 +00:00
Dmitry Marakasov
68e7dd5c22 Fix build with clang/libc++ 2013-09-14 01:15:19 +00:00
Dmitry Marakasov
e9a977dacf Fix build with clang/libc++ 2013-09-14 01:15:00 +00:00
Dmitry Marakasov
7ee0fd6258 Fix build with clang/libc++ 2013-09-14 01:14:54 +00:00
Dmitry Marakasov
d83ccab17a Fix build with clang/libc++ 2013-09-14 01:14:42 +00:00
Dmitry Marakasov
499b86f6af Fix build with clang/libc++ 2013-09-14 01:14:22 +00:00
Dmitry Marakasov
bae8888daf Fix build with clang/libc++ 2013-09-14 01:14:15 +00:00
Dmitry Marakasov
0278d5cd6a Fix build with clang/libc++ 2013-09-14 01:14:08 +00:00
Dmitry Marakasov
9a6517879e Fix build with clang/libc++ 2013-09-14 01:14:01 +00:00
Dmitry Marakasov
71ff81b81a Fix build with clang/libc++ 2013-09-14 01:13:54 +00:00
Dmitry Marakasov
0741358ac9 Fix build with clang/libc++ 2013-09-14 01:13:46 +00:00
Dmitry Marakasov
9c7b26f298 Fix build with clang/libc++ 2013-09-14 01:13:38 +00:00
Dmitry Marakasov
6be2823838 Fix build with clang/libc++ 2013-09-14 01:13:28 +00:00
Florian Smeets
9818b60f15 Unbreak by using new MASTER_SITE
PR:		ports/182070 [1]
Submitted by:	Mikhail T. <m.tsatsenko@gmail.com> (partly) [1]
2013-09-13 20:43:00 +00:00
Tijl Coosemans
6e960d6b60 Include time.h to fix build with libc++. 2013-09-13 19:02:30 +00:00