75 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +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
cc03a56ef1 update-plist nits 2018-05-17 09:20:07 +00:00
naddy
9f666786a5 GNU libiconv doesn't actually provide iconv() etc., but libiconv()
and maps the functions with <iconv.h> to the standard names.  This
causes naive link checks to fail.  The recommended upstream iconv.m4
autoconf check that handles all this is rather large, pulls in more
macros, and may be difficult to retrofit into old configure.in
scripts written for obsolete autotools versions.  Instead, it is
simpler to just override the check and assert that we indeed have
iconv().

The failing test causes the final link command line to omit -liconv.
The iconv() function is still referenced from the code, so overriding
the test fixes linking with lld.
2018-04-29 09:07:39 +00:00
jca
c8c944de5a Link against -lcrypto too
Not enough to get it to build with lld on amd64 (libiconv symbols missing)
2017-12-26 17:20:53 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
espie
36692344e8 don't even grasp how gcc could ever compile this 2017-05-02 22:58:49 +00:00
ajacoutot
37b0f26f0d x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:11:24 +00:00
ajacoutot
3c5381c59b The x11/gnome MODULE will soon stop setting USE_GMAKE unconditionally, so
explicitely add it where needed.
2014-07-09 17:43:52 +00:00
ajacoutot
263e87081e These need textproc/intltool in MODULES since they are not GNOME_PROJECT
ports.
2014-07-09 13:55:59 +00:00
ajacoutot
ac778dd428 Drop useless kerberos patch. 2014-04-21 20:40:27 +00:00
sthen
b158eb3459 no kerberos, and chase ldap wantlib changes 2014-04-21 16:13:53 +00:00
naddy
57c946fbc9 switch from the ancient des_ API to DES_ 2014-04-15 14:04:14 +00:00
jasper
012f7978a4 cleanup double spaces and sort MODGNOME_TOOLS 2014-04-02 09:36:09 +00:00
jasper
43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
64ebb01f71 move more bits and bobs into MODGNOME_TOOLS to make it more clear which
tools are actually used.

This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache

(some prettyfication will follow shortly)
2014-04-01 17:03:13 +00:00
ajacoutot
025ef80d2d Use MODGNOME_MIME_FILE. 2013-10-15 09:43:53 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +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
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
ajacoutot
2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +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
6a25f21ca1 Regen PLIST.
req by espie@
2012-04-28 14:08:53 +00:00
ajacoutot
b2529c0308 Missing depends on misc/shared-mime-info.
spotted by espie@
2012-04-28 13:00:48 +00:00
ajacoutot
c11a2202e8 Unbreak by updating to gq-1.3.4. 2012-03-29 12:43:21 +00:00
ajacoutot
e3ee0c78b0 Mark BROKEN for now. There is an update that will unbreak it which I am
going to work on.
2012-03-23 13:30:03 +00:00
jasper
195ef8b931 - regen WANTLIB 2011-11-04 08:16:23 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
espie
99fe429f1a missed libspecs 2010-11-15 13:08:37 +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
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
sthen
b2ef61b247 use REVISION and new-style LIB_DEPENDS+WANTLIB 2010-09-01 09:17:42 +00:00
espie
b3fed84ca6 fix gcc4 2010-05-22 10:26:45 +00:00
ajacoutot
cd9c7ecf7a Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:16:33 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jasper
33b462f0c0 - regen WANTLIB
- install .desktop file where it should
- add missing goo and dependency
- get rid of implicit declaration warnings
- add missing rcs id's to several patches

ok mbalmer@ (MAINTAINER), sthen@
2009-01-26 18:17:25 +00:00
ajacoutot
ad77f30d1f - tweak .desktop file so that we have an icon to show in the GNOME menu
- precise license marker
- add sysutils to CATEGORIES
- regen patches and PLIST while here

ok mbalmer@
2008-10-12 17:36:03 +00:00
sthen
c86cbb0b0b sync WANTLIB, bump package version 2008-06-02 14:34:40 +00:00
simon
fb0d3888a6 fix and sort WANTLIB after gtk+2 update
ok mbalmer@ (maintainer)
2007-11-08 16:55:26 +00:00
simon
cc00442a1a remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:34:00 +00:00
sturm
5099324475 WANTLIB 2007-04-13 20:40:51 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +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
steven
87a90c296d USE_X11 2006-11-11 21:04:27 +00:00