63 Commits

Author SHA1 Message Date
sthen
fa9b267a30 sync WANTLIB 2022-03-31 13:44:42 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +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
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +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
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
sthen
d63e2ec7e6 sync WANTLIB 2015-05-05 17:00:16 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
372cd2bc49 --disable-gtk-doc is handled by the infrastructure now. 2014-09-13 16:36:53 +00:00
jasper
4e48ba8d2c PORTSCOUT -> PORTROACH 2014-09-05 14:45:02 +00:00
jasper
c69976f777 these ports have multiple versions in the tree, (e.g. py-gobject and py-gobject3),
so add PORTSCOUT annotations to limit the versions to look for as otherwise
it would pickup a newer version (3.something) which is actually packaged by the
other port (py-gobject3).

ok aja@
2014-09-04 09:36:47 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
36f2377b08 Tweak DESCR/COMMENT in preparation for gtkspell3. 2012-04-11 09:10:09 +00:00
ajacoutot
7bc7367153 Use MASTER_SITE_SOURCEFORGE.
Install documentation.
Regen WANTLIB.
2012-04-09 17:09:28 +00:00
jasper
af48617752 - regen WANTLIB 2011-11-03 20:13:20 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
811d94d9d6 new depends 2010-11-20 19:56:47 +00:00
jasper
de44b59fed - some WANTLIB/LIB_DEPENDS/REVISION cleaning 2010-11-10 22:44:03 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
ajacoutot
49d2bcf1f1 Maintainance update to gtkspell-2.0.16. 2010-07-02 17:50:45 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
c044e0631a - update GtkSpell to version 2.0.15
fixes some feature requests
2008-12-04 19:51:34 +00:00
ajacoutot
e4b218fbd6 - minor update to gtkspell-2.0.14
small bug fixes ; one new translation
- USE_GMAKE to build and install translations
2008-08-20 08:31:47 +00:00
ajacoutot
a5ab7ddd1e - update to gtkspell-2.0.13
- use textproc/intltool MODULE
- fix my email and precise license marker while here
2008-05-28 07:42:36 +00:00
ajacoutot
bec42b0535 - update to gtkspell-2.0.11
- take over maintainership

ok jolan@ (former maintainer)
2008-02-01 18:42:56 +00:00
merdely
213f5c62e8 Remove surrounding quotes in COMMENT-*/PERMIT_* 2007-09-15 20:59:36 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
steven
db79367ae4 WANTLIB fixes, mostly needed by recent cairo update 2007-02-11 00:56:57 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
espie
939a8c0f52 zap .0.0 2006-09-18 11:59:59 +00:00
espie
49a9142c53 new lib specs 2006-08-03 23:55:10 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
steven
e0612ac326 fix WANTLIB after gtk+2 downgrade 2006-01-18 05:40:33 +00:00
steven
b55683824e remove no longer needed MODGNU_SHARED_LIBS, LIBname_ALIAS, and
LIBname_LTVERSION patches.
2006-01-07 10:17:12 +00:00
steven
a5821c0abd SHARED_LIBS and USE_LIBTOOL
ok sturm@
2005-12-25 16:12:06 +00:00
wilfried
94a93b6e10 fix wantlib + bump 2005-11-15 19:48:34 +00:00
alek
2da12128b1 Update WANTLIB marker 2005-02-21 14:47:02 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
wilfried
b2aa40b1e9 powerppc has gcc3 in base 2004-12-22 09:01:20 +00:00