aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk26
Commit message (Collapse)AuthorAgeFilesLines
* Fix ignoring wxgtk2-unicode on 4.x (requires wchar_t).Max Khon2007-01-211-1/+7
| | | | Notes: svn path=/head/; revision=182902
* Move NO_LATEST_LINK to wxgtk2 2.6.Max Khon2007-01-101-0/+1
| | | | Notes: svn path=/head/; revision=182042
* Fix file conflicts with wxgtk-common 2.4 and 2.8 ports.Max Khon2007-01-083-6/+37
| | | | Notes: svn path=/head/; revision=181797
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-20/+9
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* - Make X11BASE-clean.Max Khon2006-11-282-1/+10
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=178219
* - Fix wxgtk2-2.6-config and wxgtk2u-2.6-config when HOME is not set --Max Khon2006-11-282-3/+23
| | | | | | | | | | execute /bin/sh instead of bash in this case. - Bump PORTREVISION PR: 105561 Notes: svn path=/head/; revision=178190
* INSTALLS_SHLIB -> USE_LDCONFIG.Max Khon2006-09-021-1/+1
| | | | Notes: svn path=/head/; revision=171866
* - Update gstreamer to 0.10Michael Johnson2006-04-291-2/+2
| | | | | | | | | | - Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1] Notes: svn path=/head/; revision=160858
* Remove commented out USE_GCC.Max Khon2006-04-021-1/+0
| | | | Notes: svn path=/head/; revision=158644
* - Update to 2.6.3Max Khon2006-04-026-46/+53
| | | | | | | | | | | - Get rid of USE_REINPLACE - Make portlint happy with the IGNORE value PR: 95149 (mostly) Submitted by: Vasil Dimov Notes: svn path=/head/; revision=158643
* Fix "port revision going backword".Jun Kuriyama2006-01-311-2/+1
| | | | | | | Reported by: chkversion <kris@FreeBSD.org> Notes: svn path=/head/; revision=154866
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* Specify PORTREVISION in the right place.Max Khon2006-01-181-2/+1
| | | | Notes: svn path=/head/; revision=153796
* Enable building of wxMediaCtrl class. Bump PORTREVISION.Thomas Gellekum2006-01-181-1/+4
| | | | | | | Reviewed by: fjoe Notes: svn path=/head/; revision=153794
* Add SHA256 checksum.Max Khon2005-11-171-0/+1
| | | | Notes: svn path=/head/; revision=148648
* Add a patch from WX_2_6_BRANCH:Max Khon2005-11-082-0/+24
| | | | | | | | | | src/common/intl.cpp rev. 1.166.2.1: backported fix for crash in Unicode build (bug 1303851) Submitted by: mux Notes: svn path=/head/; revision=147546
* Update to 2.6.2.Max Khon2005-11-064-20/+21
| | | | Notes: svn path=/head/; revision=147428
* Fix the build w/ new glib/gtk/pango stuff, bump the PORTREVISION for chaseJeremy Messenger2005-11-051-0/+6
| | | | | | | glib's bump. Notes: svn path=/head/; revision=147314
* Remove last remnants of wxgtk2-contrib-utils port.Max Khon2005-08-311-2/+0
| | | | Notes: svn path=/head/; revision=141613
* Update to 2.6.1.Max Khon2005-08-313-10/+18
| | | | | | | PR: 85216 Notes: svn path=/head/; revision=141612
* - Use | as a separator instead of comma (,)Max Khon2005-05-301-3/+3
| | | | | | | | | - Bump PORTREVISION for affected ports (wxgtk26*-contrib). Requested by: lioux Notes: svn path=/head/; revision=136436
* - wxgtk26-contrib-utils: fix the build and bump PORTREVISION.Max Khon2005-05-221-1/+3
| | | | | | | Pointed out by: kris (via pointyhat) Notes: svn path=/head/; revision=135870
* - Add --disable-backtrace to fix the build if devel/libexecinfo is installed.Max Khon2005-05-161-1/+3
| | | | | | | | | | - Bump PORTREVISION (of all wxgtk26 ports). PR: 81014 Submitted by: Ganael LAPLANCHE Notes: svn path=/head/; revision=135370
* Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to theMax Khon2005-05-1211-146/+75
| | | | | | | latest stable release wxWidgets 2.6.0. Notes: svn path=/head/; revision=135144
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* - Prevent endless loop in wxString::PrintV.Max Khon2005-02-211-0/+20
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=129510
* Adjust CONFLICTS so that it matches all PORTREVISION's ofMax Khon2005-02-201-1/+1
| | | | | | | wxgtk2-contrib-devel-2.5.2. Notes: svn path=/head/; revision=129389
* - This port conflicts with wxgtk2-contrib-devel-2.5.2Max Khon2005-02-201-0/+5
| | | | | | | | | | (common file lib/libwx_gtk2_xrc-2.5.so). - Bump PORTREVISION. PR: 76692 Notes: svn path=/head/; revision=129388
* Remove CONFLICTS on wxgtk-* ports. This is no longer true.Max Khon2005-02-201-2/+0
| | | | | | | Submitted by: Christopher Nehren Notes: svn path=/head/; revision=129355
* Update wxgtk2*-devel to 2.5.3Max Khon2004-11-2518-123/+169
| | | | | | | PR: 73450 Notes: svn path=/head/; revision=122428
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Fix STC build.Max Khon2004-08-151-0/+11
| | | | | | | Pointed out by: kuriyama Notes: svn path=/head/; revision=116242
* NO_LATEST_LINK=yesMax Khon2004-08-151-0/+1
| | | | Notes: svn path=/head/; revision=116241
* Fix LIB_DEPENDS for wxgtk2-utils-devel port.Max Khon2004-07-111-9/+5
| | | | Notes: svn path=/head/; revision=113379
* Patch Makefile.in in pre-configure instead of post-patch:Max Khon2004-07-071-1/+1
| | | | | | | | | | patching requires wxgtk2-2.5-config which is installed via BUILD_DEPENDS and can be missing when post-patch stage is run. Reported by: bento (kris) Notes: svn path=/head/; revision=113140
* New ports:Max Khon2004-06-2719-0/+386
wxWidgets 2.5.2 (development branch) + contributed libraries and utils. Notes: svn path=/head/; revision=112414