aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/p5-Tk: update 804.033 -> 804.034Kurt Jaeger2017-10-093-5/+10
| | | | | | | Relnotes: http://cpansearch.perl.org/src/SREZIC/Tk-804.034/Changes Notes: svn path=/head/; revision=451634
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-4/+4
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Fix shebangsDmitry Marakasov2015-05-291-1/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=387861
* x11-toolkits/p5-Tk: 804.032 -> 804.033Kurt Jaeger2015-02-224-18/+5
| | | | | | | | Changes: http://cpansearch.perl.org/src/SREZIC/Tk-804.033/Changes Notes: svn path=/head/; revision=379589
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup.Mathieu Arnold2014-12-101-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=374446
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-673/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 SITE_ARCH/auto/Tk/pTk/extralibs.ld, it's empty, and conflicts.Mathieu Arnold2014-11-242-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=373225
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-2/+2
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* x11-toolkits/p5-Tk: upgrade 804.031 -> 804.032Kurt Jaeger2014-06-115-20/+31
| | | | | | | | | | | | | | | | | | - For changes see http://cpansearch.perl.org/src/SREZIC/Tk-804.032/Changes - Fixes build with perl5.20 - Fixed LIB_DEPENDS - Strips .so files - Take maintainership - include fix (modified) for XFT option from [1] PR: ports/189077 [1] Submitted by: nikola.lecic@anthesphoria.net Reviewed by: mat, jadawin Approved by: perl (maintainer), jadawin (mentor) Notes: svn path=/head/; revision=357536
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-23/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-209/+207
| | | | Notes: svn path=/head/; revision=333059
* 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
* PLIST fixup.Cy Schubert2013-08-171-0/+3
| | | | Notes: svn path=/head/; revision=324827
* Update 804.030 --> 804.031Cy Schubert2013-08-164-28/+16
| | | | | | | | | This fixes build under perl5.18. Reviewed by: perl@ mailing list Notes: svn path=/head/; revision=324818
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Since Perl/Tk 804.030, freetype support is not consideredChris Rees2013-03-031-1/+4
| | | | | | | | | | experimental anymore and XFT=1 is turned on by default. PR: ports/174881 Submitted by: Slaven Rezic <slaven@rezic.de> Notes: svn path=/head/; revision=313341
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-311-2/+3
| | | | Notes: svn path=/head/; revision=297871
* - Use OPTIONSSunpoet Po-Chuan Hsieh2012-01-301-19/+12
| | | | | | | - Use REINPLACE_CMD to modify makefiles (Makefile and Makefile.PL) Notes: svn path=/head/; revision=290097
* - Update to 804.030Sunpoet Po-Chuan Hsieh2011-10-222-5/+3
| | | | | | | Changes: http://search.cpan.org/dist/Tk/Changes Notes: svn path=/head/; revision=284125
* - Update to 804.029_502Sunpoet Po-Chuan Hsieh2011-10-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Tk/Changes Notes: svn path=/head/; revision=283741
* - Update to 804.029_501Sunpoet Po-Chuan Hsieh2011-10-152-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Tk/Changes Notes: svn path=/head/; revision=283562
* - Update to 804.029_500 (developer release) and unbreakSunpoet Po-Chuan Hsieh2011-10-033-21/+19
| | | | | | | | | | - Sort MAN3 - Cosmetic change Changes: http://search.cpan.org/src/SREZIC/Tk-804.029_500/Changes Notes: svn path=/head/; revision=282884
* - Mark BROKEN: does not compilePav Lucistnik2011-10-021-0/+2
| | | | | | | | | | | In file included from Xlib_f.c:8: Xlib.h:22: error: conflicting types for 'XKeycodeToKeysym' /usr/local/include/X11/Xlib.h:1702: error: previous declaration of 'XKeycodeToKeysym' was here Reported by: pointyhat Notes: svn path=/head/; revision=282827
* - 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 804_029Baptiste Daroussin2010-10-293-7/+3
| | | | | | | - Changes : http://cpansearch.perl.org/src/SREZIC/Tk-804.029/Changes Notes: svn path=/head/; revision=263746
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 804.028_502Emanuel Haupt2010-03-022-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250502
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* --rely on jpeg, zlib, and png libraries from ports and the base system,Philip M. Gollucci2010-01-183-4/+48
| | | | | | | | | | | | | rather than building bundled sources. --respect CC, LDFLAGS, AR, etc. (This fixes the build for recent versions of GCC.) PR: ports/142748 Submittede by: bf <bf1783@gmail.com> Notes: svn path=/head/; revision=248044
* - pass p5-Tk ports@ ports to perlPhilip M. Gollucci2010-01-161-1/+1
| | | | Notes: svn path=/head/; revision=247982
* Mark MAKE_JOBS_UNSAFE, if fails on my 2 cores desktop on 8-amd64Ion-Mihai Tetcu2009-09-091-0/+2
| | | | Notes: svn path=/head/; revision=241079
* - Update to 804.028_501Rong-En Fan2009-01-243-8/+22
| | | | | | | | PR: ports/130626 Submitted by: bf <bf2006a at yahoo.com> Notes: svn path=/head/; revision=226781
* Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on portsMark Linimon2008-12-251-1/+1
| | | | | | | | | right now, by request. Hat: portmgr Notes: svn path=/head/; revision=224731
* - 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
* - 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
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - 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
* - Respect X11BASE (CONFIGURE_ARGS)Rong-En Fan2006-11-291-1/+2
| | | | | | | | | | | - portlint(1) PR: ports/105960 Submitted by: rafan Approved by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=178247
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-2/+0
| | | | | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin) Notes: svn path=/head/; revision=166317
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308