88 Commits

Author SHA1 Message Date
ajacoutot
e5f6e22f9b Update to grip-4.2.0. 2021-01-24 18:24:27 +00:00
ajacoutot
5fbd3dfaf3 Forgot to make update-patches. 2020-07-04 09:36:51 +00:00
ajacoutot
3f7d780e44 Update to grip-4.1.1 and use gnudb.gnudb.org for freedb. 2020-07-04 09:28:02 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
pascal
c804c4f76c No need to hardcode -lstdc++; unbreaks build on aarch64.
ok jca@
2019-01-14 15:46:55 +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
ajacoutot
c9a4e1b3a0 Update to grip-3.8.1. 2018-06-23 16:23:15 +00:00
jca
bf48089c91 Fix "error: #pragma GCC diagnostic not allowed inside functions" with base gcc 2017-12-01 14:49:07 +00:00
jca
8f543b68ef regen patch 2017-12-01 14:45:48 +00:00
sthen
ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +00:00
ajacoutot
79489d9fd5 Consistent indentation and space before `='.
Drop bogus line continuation in RUN_DEPENDS.
Tidy up LIB_DEPENDS.
2017-08-30 06:17:50 +00:00
landry
295c6651e6 Update to grip 3.5.2.
After 12 years of nearly complete abandon, a new upstream arises !
(see http://www.solbu.net/english/tag/grip.html)

Reset MAINTAINER to ports@ (previous MAINTAINER agrees)
Garbage collect a bunch of patches merged around
Use x11/gnome MODULE

ok ajacoutot@
2017-08-29 16:43: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
naddy
ac83cd8e23 * add missing return value (clang fix from upstream)
* replace gettext module and sync wantlib
2017-04-30 15:38:15 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
nigel
26523a6274 Bump REVISION after DESCR change.
Ok aja@
2017-02-27 07:59:54 +00:00
fcambus
3f587d0d04 Register removal of bladeenc and remove port mentions in DESCR files. 2017-02-26 20:09:32 +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
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
landry
3aa4f29e60 Fix overlapping g_snprintf(). 2014-12-04 08:28:25 +00:00
ajacoutot
de423d4d84 Bump after devel/gconf2,-main is gone. 2013-09-27 17:49:01 +00:00
kirby
dc96cb5dd4 - update HOMEPAGE
- update MASTER_SITES where needed
 - regen distinfo while here
patch from Martin Natano with tweaks by me.
2013-05-26 09:30:55 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
ajacoutot
4ef0883cae Update to grip-3.3.1.
Big clean-up while here.
2013-01-17 13:30:32 +00:00
jasper
75d6ca7ada - regen WANTLIB 2011-10-12 12:54:30 +00:00
jasper
ef7f230a14 adjust after vte,gtk2 was merged into regular vte 2011-09-26 14:30:29 +00:00
ajacoutot
56760fbd6b Fix dependencies and bump after recent vte switch to FLAVORS and gtk+3
support by default.
2011-09-23 08:49:41 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
ajacoutot
46e87c160f Add BUILD_DEPENDS on rarian. Technically it is not entirely needed but
since we depend on yelp it'll get installed anyway. This is to ease
grep(1) over the ports tree to check ports that could be impacted by
the GNOME3 update (as well as consistency with the rest of stuffs
dependeing on yelp).

While here, regen wantlib.
2011-05-11 15:51:10 +00:00
jasper
2addef6d77 - remove unnecessary NULL casts
- sync WANTLIB
2011-04-16 21:21:24 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
71d252f28e - fix WANTLIB after cairo update.
these and upcoming fixes test built by landry@
2010-10-11 08:11:16 +00:00
sthen
ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
ajacoutot
cdff106084 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
naddy
cbdb1edad4 Fix the actual bug that caused translated message catalogs to be
displayed incorrectly, and remove the workaround.  ok landry@, ajacoutot@
2009-11-15 17:13:44 +00:00
landry
e3bc39d157 Fix de es fr pt_BR locales. Advertising the potfiles being UTF-8 while
they are in fact ISO-8859-1 badly breaks things. Pango doesn't complain
anymore, and accentued chars are correctly displayed now.
Note that i have nothing against ru zh_CN zh_TW zh_KR locales, but i
didn't find a way to unfuck the upstream potfiles.
ok ajacoutot@
2009-11-14 11:28:54 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
5f2c72663c - regen WANTLIB after libgnome esound support removal 2009-01-21 10:50:12 +00:00
jasper
8cf54158e9 - it's GNOME, not Gnome2 or gnome or any other variation
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 13:33:16 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
naddy
99fefeba2d * LP64 fix from Markus Lude <markus.lude@gmx.de>
* regen some patches
2008-05-13 14:20:25 +00:00
jasper
5f786b2cb6 - remove unneeded patches, these ports use devel/libtool for a while
from brad@, also prodding by ajacoutot@
2008-02-18 17:49:24 +00:00
ajacoutot
de1881dab3 - add missing update-desktop-database goo
"reads fine" jasper@
2007-12-15 18:56:35 +00:00
steven
88b4792252 fix WANTLIB 2007-11-13 12:44:22 +00:00