Commit Graph

31 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
espie
dd1a06b9bb FIX_EXTRACT_PERMISSIONS 2017-12-07 13:12:44 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23: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
kili
a98dabd07a Grr. rm patches/patch-makefile. 2017-05-08 20:16:24 +00:00
kili
d464856a93 Update to blobwars-2.00.
ok rsadowski@
2017-05-08 20:13:47 +00:00
espie
1c1c23bdd7 -Werror is sooo dependent upon the specific compiler 2017-05-04 20:57:05 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
ajacoutot
f33b253e38 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:41:04 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
landry
709570a7a2 Add missing bind_textdomain_codeset() to fix non en_us.UTF8 locales.
ok kili@ (maintainer)
2013-04-29 11:27:44 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
ajacoutot
38772246fd No need for gtk+2 here. 2011-12-03 19:54:31 +00:00
ajacoutot
4775efcc04 Add a dependency on x11/gtk+2,-guic. 2011-12-03 19:49:45 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
kili
33690efc39 Update to blobwars-1.19 (to get rid of one patch). 2011-05-08 21:47:44 +00:00
kili
9efe957859 - Don't try to close joysticks that have never been opened (and do not
even exist, although reported as existing by SDL).
  From Antti Harri <iku@openbsd.fi>.

- Don't pass -1 to a function expecting an unsigned int (ugly quick-fix
  by adding a cast; I'll suggest upstream to fix this in a better way).

- Fix an sizeof (char *) error.

The latter two fix the build on arm.
2011-04-02 17:39:33 +00:00
kili
414f8a0625 Let it compile on archs where char defaults to unsigned (powerpc). 2011-04-02 09:57:23 +00:00
ajacoutot
dca851a00f Use @unexec-delete here. 2011-03-31 16:37:17 +00:00
kili
39104bb393 Resurrect blobwars. All problematic files have been replaced by
new material with acceptable licenses.

ok landry@, who also reminded me to add gtk-update-icon-cache
lines to the plist.
2011-03-31 16:25:27 +00:00
kili
a85ae0c61a Remove this. It claims to be GPL, but in truth it contains files the
author "found on the web", and he's not going to fix this.

"Yes" naddy
2008-08-25 20:52:47 +00:00
simon
4483ec0807 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 18:01:00 +00:00
kili
1e0b6a7556 Since their world was invaded by an alien race, the Blobs have faced
a lifetime of war. But now they have a chance to win the war once
and for all.

In Blob Wars : Metal Blob Solid, you take on the role of a fearless
Blob agent, Bob. Bob's mission is to infiltrate the various enemy
bases around the Blobs' homeworld and rescue as many MIAs as possible.
But standing in his way are many vicious aliens, other Blobs who
have been assimilated and the evil alien leader, Galdov.

import! import! ajacoutot@
2007-05-27 15:34:55 +00:00