aboutsummaryrefslogtreecommitdiff
path: root/news/pan
Commit message (Collapse)AuthorAgeFilesLines
* converters/libiconv:Tijl Coosemans2015-04-151-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Drop @dirrm* from pkg-plistsDmitry Marakasov2015-02-021-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378290
* StagifyKoop Mast2014-04-111-7/+5
| | | | | | | | | | | | USES=gmake tar:bzip2 and sort USES Use new LIB_DEPENDS syntax. Add USE_GCC=any to fix the build on 10.0+. [1] PR: ports/182203 [1] Submitted by: Walter Hurry <walterhurry@gmail.com> Notes: svn path=/head/; revision=350951
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* Add missing iconv in USES.Guido Falsi2013-09-131-1/+1
| | | | | | | | Reported by: swills Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327154
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326105
* - Fix build on CURRENTSteve Wills2013-08-181-1/+1
| | | | Notes: svn path=/head/; revision=324933
* Swith to gmime 2.6, pan prefers it over gmime 2.4.Koop Mast2013-05-221-5/+5
| | | | | | | | | | Fix reversed logic in the GTK3 option [1]. PR: ports/177973 Submitted by: Thomas Mueller <tmueller@sysgo.com> Notes: svn path=/head/; revision=318756
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Fix plist [1], while here use USES=pathfix instead of gnomehack.Koop Mast2013-03-162-1/+4
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=314354
* Fix fix compiler error by adding patch from upstream.Koop Mast2013-03-121-0/+14
| | | | | | | | | PR: ports/176887 Submitted by: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Obtained from: pan upstream Notes: svn path=/head/; revision=313998
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-082-18/+15
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 0.135.Koop Mast2011-08-132-9/+20
| | | | | | | | | | | Add optional GTK+3 UI option. Add LICENSE. PR: ports/159723 (based on) Submitted by: "Conrad J. Sabatier" <conrads@cox.net> Notes: svn path=/head/; revision=279610
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 0.134.Koop Mast2011-02-284-60/+5
| | | | | | | Switch to gmime 2.4 Notes: svn path=/head/; revision=269975
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Fix the build w/ new GCC.Jeremy Messenger2010-02-221-0/+54
| | | | | | | | | PR: ports/143746 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Feature safe: yes Notes: svn path=/head/; revision=250146
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.133.Jeremy Messenger2008-08-043-8/+8
| | | | | | | Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363 Notes: svn path=/head/; revision=218014
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-242-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Update to 0.132.Jeremy Messenger2007-08-032-4/+4
| | | | Notes: svn path=/head/; revision=197000
* Update to 0.131.Jeremy Messenger2007-05-274-15/+6
| | | | Notes: svn path=/head/; revision=191952
* Update to 0.130.Jeremy Messenger2007-05-254-17/+15
| | | | Notes: svn path=/head/; revision=191711
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-34/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Change this patch to a better fix, bump the PORTREVISION.Jeremy Messenger2007-04-232-4/+6
| | | | | | | | | GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=432387 Submitted by: Charles Kerr (developer) Tested by: pav Notes: svn path=/head/; revision=190759
* Fix the build/runtime on amd64.Jeremy Messenger2007-04-221-0/+11
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=190651
* Update to 0.128.Jeremy Messenger2007-04-222-4/+4
| | | | Notes: svn path=/head/; revision=190645
* Update to 0.127.Jeremy Messenger2007-04-132-4/+4
| | | | Notes: svn path=/head/; revision=189912
* -Update to 0.126.Jeremy Messenger2007-03-313-9/+7
| | | | | | | -Remove a FreeBSD 4.x check. Notes: svn path=/head/; revision=188894
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre byKirill Ponomarev2007-03-111-1/+2
| | | | | | | | | default. Bump PORTREVISION on all dependent ports. Notes: svn path=/head/; revision=187153
* Update to 0.125.Jeremy Messenger2007-02-222-4/+4
| | | | Notes: svn path=/head/; revision=185713
* Update to 0.124.Jeremy Messenger2007-02-132-4/+4
| | | | Notes: svn path=/head/; revision=185068
* Update to 0.123.Jeremy Messenger2007-02-072-4/+4
| | | | Notes: svn path=/head/; revision=184462
* Update to 0.122.Jeremy Messenger2007-02-042-4/+4
| | | | Notes: svn path=/head/; revision=184093
* Update to 0.121.Jeremy Messenger2007-01-232-4/+4
| | | | Notes: svn path=/head/; revision=183117
* Update to 0.120.Jeremy Messenger2007-01-033-4/+5
| | | | Notes: svn path=/head/; revision=181321
* Update to 0.119.Jeremy Messenger2006-11-112-4/+4
| | | | Notes: svn path=/head/; revision=177055
* Mark IGNORE on 4.X as it does not build.Jeremy Messenger2006-11-041-0/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=176370
* Update to 0.118.Jeremy Messenger2006-11-033-7/+4
| | | | Notes: svn path=/head/; revision=176292
* Update to 0.117.Joe Marcus Clarke2006-11-023-22/+9
| | | | | | | Submitted by: mezz Notes: svn path=/head/; revision=176204