aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Alien-wxWidgets
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-172-2/+2
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* x11-toolkits/p5-Alien-wxWidgets: remove extraneous escapesKyle Evans2020-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | post-patch phase of this port uses sed to replace 'wx-config with '${WX_CONFIG:T}. Previously it escaped the ', but this is not necessary in this context. Remove the extraneous escape so that it doesn't get passed through to sed(1) as an escape of an ordinary character. This is important as the patch in bug #229925 will make such escapes an error to ease transition into a world where some escaped-ordinaries will be granted a special meaning. PR: 240450 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) MFH: 2020Q1 (future build fix) Differential Revision: https://reviews.freebsd.org/D23702 Notes: svn path=/head/; revision=526580
* x11-toolkits/p5-Alien-wxWidgets: add missing file to pkg-plistKyle Evans2020-02-202-1/+2
| | | | | | | | | | | | | | This appears to have been overlooked in a previous update, so note its presence in the pkg-plist. This fixes Q/A checks run by `poudriere testport`. Approved by: koobs (mentor), bapt (mentor) MFH: 2020Q1 (packaging fix) Differential Revision: D23702 (included, but not the primary change) Notes: svn path=/head/; revision=526579
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-0/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove no-op WX_UNICODESunpoet Po-Chuan Hsieh2017-06-101-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443053
* Update to 0.69Sunpoet Po-Chuan Hsieh2017-04-182-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes Notes: svn path=/head/; revision=438805
* Update to 0.68Sunpoet Po-Chuan Hsieh2017-04-112-5/+6
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes Notes: svn path=/head/; revision=438241
* Purge checks for perl < 5.20. For p5-Net, remove the IPV6 knob which onlyAdam Weinberger2016-12-311-8/+4
| | | | | | | affected 5.18 and lower. Notes: svn path=/head/; revision=430155
* 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
* Move p5- ports from ports@ to perl@.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=386075
* Fix build with Perl 5.20.0+Mathieu Arnold2015-04-201-1/+9
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384388
* - Update to 0.67Sunpoet Po-Chuan Hsieh2015-03-123-8/+10
| | | | | | | | | | | | - Add LICENSE - Use = instead of += - Remove tab in blank line - Sort PLIST Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes Notes: svn path=/head/; revision=381122
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Reset maintainershipBaptiste Daroussin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371040
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* x11-toolkits/p5-Alien-wxWidgets: Unbreak on some platformsJohn Marino2014-04-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | For me, the most cringeworthy makefile technique is the shell command (!=) evaluating another port with "make -C". This is very slow, fragile, and can cause a huge mess if something is out of wack. The technique was used in this port and it didn't even work on all platforms. For sure FreeBSD 8 (according to portsmon) and DragonFly were broken. Essentially the file "gtk2_3_0_0_uni_gcc_3.4.pm" was installed, but the broken plist substitution was looking for "gtk2__uni_gcc_3.4.pm". To fix this robustly, get rid of the whole "make -C" mess and the plist substituion and just use the find command to dynamically add this one file to the plist. Since it starts with a unique pattern, we really don't need to know the Wx version in order to establish the plist with this technique. Approved by: blanket Notes: svn path=/head/; revision=352448
* - Fix WX_UVER calculation broken after stage conversionAlex Kozlov2014-04-111-1/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=350911
* Add forgotten patchBaptiste Daroussin2014-04-081-0/+18
| | | | Notes: svn path=/head/; revision=350601
* Support stageBaptiste Daroussin2014-04-083-25/+11
| | | | | | | | | Update to 0.65 Switch default to use wxGTK 3.0 Properly support clang Notes: svn path=/head/; revision=350597
* 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 the new perl5 frameworkAndrej Zverev2013-09-141-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* - Remove unnecessary depend on PERL_LEVEL < 5.12Andrej Zverev2013-06-071-10/+0
| | | | | | | | | PR: ports/178914 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320163
* - Update MAINTAINER email address for all my portsPo-Chien Lin2013-02-131-1/+1
| | | | | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor) Notes: svn path=/head/; revision=312143
* - Update to 0.62Steve Wills2013-01-212-7/+10
| | | | | | | | | | | - Give maintainership to submitter - Update BUILD_DEPENDS PR: ports/174853 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=310730
* Convert to new options frameworkBaptiste Daroussin2012-11-211-2/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307630
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-151-6/+2
| | | | | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=305921
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300239
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+4
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-4/+0
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Change PERL_MODBUILD 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=281879
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - Update to 0.51Sylvio Cesar Teixeira2010-04-182-5/+4
| | | | | | | | | PR: ports/145805 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252889
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.50Philip M. Gollucci2010-02-162-5/+4
| | | | | | | | | | | | Changes: http://cpansearch.perl.org/src/MBARBON/Alien-wxWidgets-0.50/Changes PR: ports/143780 Submitted by: myself (pgollucci) Approved by: Cezary Morga <cm@therek.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=249979
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.48Philip M. Gollucci2010-01-312-4/+4
| | | | | | | | | PR: ports/142701 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (cm@therek.net; > 2 weeks) Notes: svn path=/head/; revision=248904
* - Update to 0.46Wen Heping2009-11-182-6/+6
| | | | | | | | PR: ports/140637 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=244415
* - Update to 0.44.Felippe de Meirelles Motta2009-08-232-5/+4
| | | | | | | | PR: ports/138075 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=240229
* - Fix missing dependency of devel/p5-Module-Pluggable for Perl < 5.8.9Dmitry Marakasov2009-07-151-1/+6
| | | | | | | | | | - Specify Perl version requirement (>=5.6.0) PR: 136630 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=237880
* - Update to 0.43Martin Wilke2009-05-163-16/+4
| | | | | | | | PR: 134424 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=234031
* - Fix build after wxgtk2 updateMartin Wilke2009-03-222-0/+12
| | | | | | | | | PR: 132912 Submitted by: Cezary Morga <cm@therek.net> Reported by: pavbot Notes: svn path=/head/; revision=230638
* Alien::wxWidgets can be used to detect and get configurationMartin Wilke2009-03-154-0/+59
settings from an installed wxWidgets. WWW: http://search.cpan.org/dist/Alien-wxWidgets/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net> Notes: svn path=/head/; revision=230127