aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk2
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/p5-Gtk2: update to 1.24992Steve Wills2017-10-162-4/+4
| | | | Notes: svn path=/head/; revision=452208
* x11-toolkits/p5-Gtk2: update to 1.24991Steve Wills2017-04-112-3/+4
| | | | Notes: svn path=/head/; revision=438257
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* x11-toolkits/p5-Gtk2: update to 1.2498Steve Wills2016-04-092-3/+3
| | | | Notes: svn path=/head/; revision=412870
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* x11-toolkits/p5-Gtk2: update to 1.2495Steve Wills2015-06-302-4/+3
| | | | Notes: svn path=/head/; revision=391002
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-346/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove duplicate line from plistAntoine Brodin2014-08-071-1/+0
| | | | | | | Reported by: pkg developer mode Notes: svn path=/head/; revision=364324
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 1.2491Steve Wills2014-05-122-3/+3
| | | | | | | | PR: ports/189597 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=353834
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* - Update to 1.249Steve Wills2013-12-183-21/+342
| | | | | | | | | | | | | | - Add LICENSE - Update and sort *_DEPENDS - Use USES=gmake - Sort make knobs - Support STAGEDIR PR: ports/184700 Submitted by: sunpoet Notes: svn path=/head/; revision=336849
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325959
* - Fix build in non-UTF8 enviromentSteve Wills2013-06-201-0/+1
| | | | | | | | PR: ports/179307 Submitted by: pawel Notes: svn path=/head/; revision=321371
* - Update to 1.243Steve Wills2012-06-212-12/+11
| | | | | | | | PR: ports/169192 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=299714
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.242Steve Wills2012-02-012-3/+3
| | | | | | | | PR: ports/164518 Submitted by: sunpoet Notes: svn path=/head/; revision=290234
* - Update to 1.241Steve Wills2012-01-013-8/+14
| | | | | | | - Add missing RUN_DEPENDS Notes: svn path=/head/; revision=288374
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Update to 1.223Steve Wills2011-04-102-5/+4
| | | | | | | | PR: ports/156300 Submitted by: Zhihao Yuan <lichray at gmail.com> Notes: svn path=/head/; revision=272470
* - Takeover some of clsung's portsSteve Wills2010-12-091-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=265898
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - add p5-Pango to RUN_DEPENDSCheng-Lung Sung2009-11-041-1/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=243735
* - Update to 1.221Cheng-Lung Sung2009-10-303-5/+7
| | | | Notes: svn path=/head/; revision=243522
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - Update to 1.203Cheng-Lung Sung2009-08-212-5/+4
| | | | Notes: svn path=/head/; revision=240012
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Fix plist: installs extra file after recent Gtk updatePav Lucistnik2009-01-132-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=225987
* - Update to 1.200Cheng-Lung Sung2008-09-272-4/+4
| | | | Notes: svn path=/head/; revision=220889
* - Update to 1.183Cheng-Lung Sung2008-06-253-6/+53
| | | | | | | Changes: http://search.cpan.org/dist/Gtk2/ChangeLog Notes: svn path=/head/; revision=215757
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.146Cheng-Lung Sung2007-08-152-5/+4
| | | | Notes: svn path=/head/; revision=197701
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.144Cheng-Lung Sung2007-03-262-4/+4
| | | | Notes: svn path=/head/; revision=188347
* - Update to 1.143Cheng-Lung Sung2007-02-262-4/+5
| | | | Notes: svn path=/head/; revision=185943
* - Update to 1.142Cheng-Lung Sung2007-02-022-4/+4
| | | | Notes: svn path=/head/; revision=183932
* - Update to 1.141Cheng-Lung Sung2006-12-263-5/+30
| | | | Notes: svn path=/head/; revision=180759
* - minor beautificationCheng-Lung Sung2006-09-061-6/+1
| | | | | | | Submitted by: infofarmer Notes: svn path=/head/; revision=172371
* - Respect DESTDIRCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | PR: ports/101885 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170562
* - Update to 1.122Cheng-Lung Sung2006-06-022-4/+4
| | | | | | | | PR: 98305 Submitted by: Rong-En Fan <rafan_AT_infor dot org> Notes: svn path=/head/; revision=164180
* - update to 1.121Cheng-Lung Sung2006-04-173-5/+7
| | | | Notes: svn path=/head/; revision=159771
* - update to 1.104Cheng-Lung Sung2006-02-062-4/+4
| | | | Notes: svn path=/head/; revision=155296
* - update to 1.103Cheng-Lung Sung2006-01-222-4/+4
| | | | | | | - add SHA256 Notes: svn path=/head/; revision=154120
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269