summaryrefslogtreecommitdiff
path: root/x11/wxGTK
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-02-12- add missing graphics/glu buildlink filedmcmahill1-2/+6
- always use --with-gtk even when building with gtk2 otherwise we end up trying to build the motif version on some platforms such as solaris
2005-01-03Bump PKGREVISION (this got lost in my last commit).augustss1-2/+2
2005-01-03Implement descent calculation in GetTextExtent. From 2.5.3.augustss3-1/+33
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-4/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-25wxWindows -> wxWidgets in DESCR, HOMEPAGE, and COMMENT.wiz2-16/+24
2004-10-07Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.tv2-4/+4
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-19use g++ to build shared libs to get an implicite dependency on libstdc++drochner2-5/+5
2004-05-03Unused.wiz1-48/+0
2004-04-27make this compile with xpkgwedgedmcmahill3-8/+22
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-14/+15
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-03Add explicit dependency on pkgconfig.minskim1-1/+2
2004-02-15bl3ify and add:recht1-10/+11
USE_LANGUAGES= c c++
2004-02-15add buildlink3recht1-0/+32
2004-01-10remove unused patchrecht1-12/+0
2004-01-10update to wxGTK 2.4.2recht8-65/+83
Changes: Enable building of OpenGL support and bump buildlink dependecy because of that. 2.4.2 ----- All: - always NUL-terminate the log messages - wxRegEx::Compile() now calculates the number of groups correctly - wxHTTP::GetHeader() didn't find headers which were not all in upper case - wxHTTP input stream didn't detect EOF correctly - wxString::find_last_of() ignored "start" parameter (Robert Vazan) - a bug in wxArrayString::Shrink() fixed (Gunnar Roth) - added wxIPV4address::IPAddress() All (GUI): - rare crash in wxFontMapper fixed (Robert Vazan) - added wxMenu::FindItemByPosition. - copy wxImage options when copying the images Generic: - wxListCtrl: respect wxLC_NO_HEADER style when inserting first column Unix: - fixed build problems with OpenGL when libGL(U) were in different directories - added --basename and --release flags to wx-config (Robert O'Connor) - added support for GNU/Hurd in configure - fixed wx-config --rezflags output on platforms different from Mac - changed wxNativeFontInfo::FromXFontName to treat names with all components being empty or '*' as default font (since default font is converted to such a string by GetXFontName). - wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug) wxGTK - fixed compilation with --disable-compat-22 - set the event object correctly for wxMenu events (Bob Balfour) - fixed memory leak in wxFileDialog (Christian Sturmlechner) wxXRC: - added wxNO_FULL_REPAINT_ON_RESIZE to "unknown" class handler (John Anderson)
2004-01-07Change wxGTK to use gtk2 by default. Provide the WXGTK_USE_GTK1 variablejmmv3-18/+39
which, if set to YES, will revert the package to use gtk1. Bump PKGREVISION. Closes PR pkg/21509.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-09-09Apply patch provided by Joachim Koenig-Baltes in PR 22700 to make wxPythonrecht3-3/+17
2.4.1.2 compile. (Adds a missing definition in include/wx/menuitem.h.) Bump PKGREVISION to 1.
2003-09-04Now uses ${CXXFLAGS} for the default system optimizationadam3-10/+10
2003-09-03Updated to 2.4.1xtraeme4-27/+9
Changes: 2.4.1 ----- - fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs - added missing wx/quantize.h to install - improved wxScrolledWindow/sizer interaction - fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName - fix for deleting entries at root level in wxFileConfig - wxStopWatch::Start() didn't resume it contrary to the docs - accept '\r' as delimiter when parsing dates - fixed duplicate wxFontEncoding values - wxFileConfig now always uses UTF-8 to store settings in Unicode build; it will be possible to set different charset in wxWindows >= 2.5.0 - added wxFileName::MakeAbsolute - bugs in wxCalCtrl fixed (year not being updated)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-16Bump PKGREVISION for -current run-time fix (patch-ae).wiz1-2/+2
2003-05-16Move initialization around a bit - locking the gdk mutex is a no-op beforemartin2-1/+20
gdk is initialized (via gtk_init). So lock it *after* initializiation. Fixes PR pkg/21481, thanks to Nathan for debugging hints.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-06Garbage collect PKGLOCALEDIR. Minor style nits.salo1-7/+7
2003-03-31Enable threading support.jmmv1-3/+2
2003-03-31Add missing things because of last update...jmmv1-6/+15
2003-03-31Update to 2.4.0. Changes from 2.2.7 include lots of bugfixes and new features.jmmv8-332/+347
Patch provided in PR pkg/20640 by Hiramatsu Yoshifumi.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-10-09Unused.wiz1-71/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-7/+34
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-08Include x11.buildlink.mkjmc1-1/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+6
installed files. We don't want buildlink references to escape into the install directory.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+4
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-8/+8
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-3/+5
USE_BUILDLINK_ONLY.
2001-07-02Move *_SED before inclusion of other buildlink.mk files to order sedjlam1-8/+8
expression properly.
2001-07-02REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED should do oppositejlam1-9/+7
substitutions, so make it so.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3