aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk
Commit message (Collapse)AuthorAgeFilesLines
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-2/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* - Fix shebangsDmitry Marakasov2015-05-311-2/+8
| | | | | | | | | | - Strip library Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=388079
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-47/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-0/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* 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
* - Add stage supportAndrej Zverev2013-10-053-8/+37
| | | | | | | | | - Try to fix build with perl 5.16 ExtUtils::ParseXS from 5.16 now more strict about code. Notes: svn path=/head/; revision=329426
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Update to 0.7010Guido Falsi2012-12-162-9/+4
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=309039
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-051-2/+2
| | | | Notes: svn path=/head/; revision=298431
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* 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
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-7/+1
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149470
* reset MAINTAINER bit to ports@Vanilla I. Shu2004-03-181-1/+1
| | | | | | | I have no too much time to maintain. Notes: svn path=/head/; revision=104511
* Add SIZE.Vanilla I. Shu2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104507
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix dependency on p5-XML-Parser.Pav Lucistnik2003-11-141-1/+1
| | | | | | | | Approved by: vanilla (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=93922
* Fix building.Vanilla I. Shu2003-11-111-1/+2
| | | | | | | Submitted by: Filippo Natali <pitonat@libero.it>, Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=93712
* Make IGNORE for perl < 5.6.Vanilla I. Shu2003-10-271-1/+7
| | | | Notes: svn path=/head/; revision=92327
* Upgrade to 0.7009.Vanilla I. Shu2003-10-263-8/+7
| | | | Notes: svn path=/head/; revision=92180
* utilize SITE_PERLYing-Chieh Liao2003-10-242-48/+48
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix building with perl5.8Vanilla I. Shu2003-01-212-3/+36
| | | | | | | | PR: ports/45031 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=73702
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-021-1/+2
| | | | | | | | PR: 42309 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65472
* Fix CFLAGS complience. No optimizations at all was used before...Mikhail Teterin2002-05-311-0/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=60385
* Upgrade to 0.7008Vanilla I. Shu2002-04-103-10/+10
| | | | Notes: svn path=/head/; revision=57519
* Upgrade to 0.7006.Vanilla I. Shu2001-05-275-23/+38
| | | | Notes: svn path=/head/; revision=43166
* Upgrade to Gtk-Perl-0.7005.Vanilla I. Shu2001-03-125-40/+56
| | | | Notes: svn path=/head/; revision=39629
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-6/+2
| | | | Notes: svn path=/head/; revision=38917
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* Portlint.Vanilla I. Shu2000-10-295-25/+56
| | | | Notes: svn path=/head/; revision=34414
* Upgrade to 0.7004.Vanilla I. Shu2000-10-292-2/+2
| | | | Notes: svn path=/head/; revision=34406
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-051-4/+3
| | | | Notes: svn path=/head/; revision=33427
* Upgrade to 0.7003.Vanilla I. Shu2000-09-122-4/+3
| | | | | | | | PR: ports/21101 Submitted by: Steve Coltrin <spcoltri@omcl.org> Notes: svn path=/head/; revision=32531
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-5/+6
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27434
* Update to 0.7Yukihiro Nakai2000-01-293-5/+31
| | | | Notes: svn path=/head/; revision=25243
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22244
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Update to version 0.5121.Steve Price1999-05-293-26/+11
| | | | | | | | PR: 11851 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19074