59 Commits

Author SHA1 Message Date
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
bcallah
4930f07f38 Update bzflag to 2.4.14
From Charlene Wendling
While here, update license marker and COMPILER comment.
2018-09-15 19:26:50 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
kirby
edd3fbed16 patch no longer needed 2017-12-17 10:31:10 +00:00
kirby
8733b5599a update to bzflag-2.4.12
tweaks and ok bentley@
2017-12-16 10:40:01 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
b55fa49110 clang nitpicky 2017-05-04 21:38:05 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
naddy
7c20464883 Do not configure bundled software we don't use. This also avoids
build failures from those configures picking up dependencies that
happen to be temporarily installed during part of the configure run.
2015-08-28 15:35:24 +00:00
sthen
87bb49c072 sync WANTLIB 2014-11-05 11:43:59 +00:00
ajacoutot
2e07defd81 Remove -lpthread patching. 2013-08-09 19:04:49 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
ajacoutot
3b5c5051ef Update to bzflag-2.4.2.
from Brad
2012-09-03 07:19:34 +00:00
ajacoutot
36a88b67e2 Big cleanup, from Brad.
While here, fix the desktop file.
2011-10-18 07:56:40 +00:00
jasper
f41c5a1034 - update to 2.4.0 2011-09-22 23:08:49 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
dcoppa
24e9c2575b Some further clean up of the port and garbage collect two useless
local patches.

From Brad

OK dcoppa@, landry@, jasper@
2010-11-11 12:43:26 +00:00
espie
f86b91e613 new WANTLIB 2010-11-08 13:51:52 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
sthen
0666992301 fix tabs 2010-10-18 21:50:38 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
jolan
7b609fd347 update to bzflag-2.0.16; from brad 2010-07-25 17:14:35 +00:00
ajacoutot
a8ddb9a348 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 16:27:59 +00:00
sthen
192f13f1bf Update bzflag to 2.0.12; from Brad with some tweaks from ajacoutot
and myself. Amongst other things, this fixes some 64-bit issues.
ok ajacoutot@
2009-09-02 08:52:22 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
fa1af5a8a5 - use GLEW (which allows detection of GL features, in this case it's
used to detect whether anisotropic filtering is supported); from Brad

- regen PLIST
2009-04-13 23:29:44 +00:00
jakemsr
842ec718ca use the audio buffer size the author really wants; makes sound
much smoother

ok sthen
2009-01-31 10:11:38 +00:00
sthen
b4a409f651 from Brad:
- if libcares is installed when bzflag is built, the resulting
binary and package are broken (not just LIB_DEPENDS). workaround
by preventing configure from picking it up.
- configure doesn't use --disable-adns any more, garbage-collect
- sync WANTLIB
- better license marker

also:

- prevent configure from picking up and linking libbind,
it doesn't use it anyway.

reads fine to ajacoutot@, and gives him an idea.
2009-01-28 16:56:41 +00:00
steven
c04c370d9a fix WANTLIB 2007-11-13 14:54:30 +00:00
simon
4483ec0807 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 18:01:00 +00:00
naddy
b5b4c072dd chase wantlib changes introduced by curl update 2007-05-14 20:40:15 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
steven
bd1a605c7f make it use our libz instead of building its own.
from Deanna Phillips <deanna at sdf.lonestar.org>
2006-09-30 12:45:16 +00:00
steven
4e96650413 USE_LIBTOOL 2006-09-25 22:16:30 +00:00
kurt
cda8ace92e unbreak build when ccache is installed by disabling it.
from Deanna Phillips <deanna at sdf.lonestar.org>
2006-09-23 13:54:09 +00:00
pvalchev
49b4311598 zap unnecessary file (autoconf w/ configure.ac used) 2006-09-22 03:57:37 +00:00
pvalchev
0420b7b743 Update to bzflag-2.0.8 and unbreak this port by switching it to
use its own zlib (breaks with ours, someone should check)
from Deanna Phillips <deanna@sdf.lonestar.org>
2006-09-22 03:42:56 +00:00
espie
22c2928571 more newstyle lib-depends 2006-08-02 09:36:20 +00:00
jolan
776dbd8a45 update to 2.0.2 2005-08-10 05:24:09 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00