64 Commits

Author SHA1 Message Date
ajacoutot
3fd61a4f6a And bump. 2021-05-09 09:10:17 +00:00
ajacoutot
dddb7c55a1 Unbreak: fix build with GLib >=2.68
Regen WANTLIB while here.
2021-05-09 09:09:05 +00:00
ajacoutot
ba7b3bf5c7 Temporarily mark as broken. 2021-05-09 08:57:02 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +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
ajacoutot
df2b078e13 Fix WANTLIB/LIB_DEPENDS after the recent gtkspell3 update. 2018-09-20 09:22:03 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
jasper
a7b0d0ede5 fix linking with lld (missing -liconv); sync WANTLIB while here 2018-05-17 08:15:06 +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
ajacoutot
af1f8139af Bump after the devel/gmime mono subpackage removal. 2016-06-13 09:22:41 +00:00
nigel
66c36940c9 Bump after changes.
Ok aja@
2016-04-22 17:43:52 +00:00
ajacoutot
e675c69b16 Bring gtkspell3 support back now that it's supported.
Drop unused post-configure.
Regen PLIST+WANTLIB.

ok pea@ (maintainer)
2016-04-22 05:33:15 +00:00
pea
6335421806 Update to 0.140.
ok ajacoutot@
2016-04-20 07:20:34 +00:00
jasper
26029e82b2 drop the gtk version from COMMENT
ok pea@ (MAINTAINER)
2014-10-01 12:22:17 +00:00
jasper
3abcf480cc sync WANTLIB 2014-10-01 09:07:57 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
d346abdb5f Enable GNUtls support.
ok pea@ (maintainer)
2012-11-15 19:18:55 +00:00
ajacoutot
2104d1b1ca needs to be ported to gtkspell3 2012-11-15 14:53:20 +00:00
pea
af2006d42f Bugfix update to 0.139
ok ajacoutot@
2012-07-03 09:45:38 +00:00
pea
7cdaafdf15 Update to 0.138
ok ajacoutot@
2012-06-26 08:20:48 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
ajacoutot
cc7d8b4366 Update to pan-0.135 (which uses the new gmime-2.6).
ok pea@ (maintainer)
2011-08-30 06:48:49 +00:00
espie
bec176e99e new depends 2010-11-20 09:48:38 +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
800c37c2c6 Update to pan-0.133.
Change maintainer email while here.
Patch to make it build and work with gmime24 (from BZ).

tested by pea@ on amd64 and macppc and myself on i386.
ok pea@ (maintainer)
2010-09-13 16:23:47 +00:00
ajacoutot
0d7890c4e7 Move to new DEPENDS/WANTLIB/REVISION. 2010-07-24 17:43:17 +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
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
9e1cc63ceb Fix gmime pkgspec. 2009-07-28 16:00:00 +00:00
sthen
34f57e3d33 fix WANTLIB and bump 2009-03-08 23:26:16 +00:00
sthen
ad5dc88f15 sync WANTLIB, bump package version. 2008-05-31 23:50:57 +00:00
jasper
fdd8c80aae - unbreak after recent glib2 update
testing and ok simon@
2008-04-09 13:24:46 +00:00
ajacoutot
0bb98fe9bd - fix compiling on 64-bit
issue reported by RD Thrush <rd at thrush dot com>
patch from Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER)
- add VMEM_WARNING while here
2008-02-14 13:40:55 +00:00
ajacoutot
c28b36f723 - update to version 0.132
- activate gtkspell support
- remove jolan@ from maintainership per his request

from new maintainer Pierre-Emmanuel Andre <pea at raveland dot org> with
some tweaks
2008-02-01 20:30:49 +00:00
steven
86900645d6 fix WANTLIB 2007-11-17 20:39:02 +00:00
merdely
c7269c3e49 Remove surrounding quotes in COMMENT/PERMIT_* 2007-09-15 21:41:50 +00:00
steven
26f5ae54bd fix WANTLIB of ports using gtk, needed after switch to our own pkg-config 2007-01-04 20:19:53 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
espie
939a8c0f52 zap .0.0 2006-09-18 11:59:59 +00:00
espie
081f45d827 new style specs 2006-08-03 23:15:57 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
steven
0cda727230 fix WANTLIB after gtk+2 downgrade 2006-01-16 21:08:30 +00:00
wilfried
e57f2576e0 fix wantlib + bump 2005-11-15 18:49:59 +00:00
alek
b67c8ab896 Adjust WANTLIB marker
ok naddy@
2005-03-15 23:28:19 +00:00
alek
a52387e92a Add WANTLIB markers
looks good espie@
2004-12-02 19:19:58 +00:00