diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-09-01 02:45:55 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-09-01 02:45:55 +0000 |
commit | 20babefca8e1694d0f4cb20ee965249785d0ee65 (patch) | |
tree | 453e0147ffcc71cdda30a721be68ada867a31960 /x11 | |
parent | dab502bd6fb4e7ae75de6a1409511b6c5d633904 (diff) | |
download | pkgsrc-20babefca8e1694d0f4cb20ee965249785d0ee65.tar.gz |
update to wxGTK-2.2.1. While here, libtoolize it since its a library.
changes are:
20th August 2000: wxWindows 2.2.1 released
Minor build fixes.
Use the wxCommmandEvent::IsChecked() function for checkable
menu items. This mean that the m_int parameter no longer
contains the ID of the menu!
Fixed major problems in ODBC logging code. This change is
binary backward incompatible.
Fixed reentry problems in DnD code.
Changed PostScript code so that it can handle a higher
resolution (720dpi).
Minor improvements to wxGrid code.
Corrected guffow-scrolling so that no surplus expose
events are generated.
Corrected bug in wxMask creation on 16-bit displays.
Minor correction to wxDC::DrawRoundedRectangle.
Added support for <INSERT> and <DELETE> menu accelerators.
Made wxComboBox case-sensitive.
Minor correction to doc-view architecture.
Minor wxCommandLineParser changes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wxGTK/Makefile | 10 | ||||
-rw-r--r-- | x11/wxGTK/files/md5 | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index 8fc9d7a6e72..7eff93612cc 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/08/31 22:56:37 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/09/01 02:45:55 dmcmahill Exp $ # -DISTNAME= wxGTK-2.2.0 +DISTNAME= wxGTK-2.2.1 CATEGORIES= x11 MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ -EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.freiburg.linux.de/~wxxt/ @@ -17,7 +16,10 @@ DEPENDS+= tiff>=3.5.2:../../graphics/tiff WRKSRC= ${WRKDIR}/wxGTK USE_GMAKE= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-gtk --disable-threads +CONFIGURE_ARGS+= --with-gtk --with-libjpeg=sys --with-zlib=sys --with-libpng=sys --with-libtiff=sys --disable-threads +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .include "../../mk/bsd.pkg.mk" diff --git a/x11/wxGTK/files/md5 b/x11/wxGTK/files/md5 index c227f69841d..022dc45600b 100644 --- a/x11/wxGTK/files/md5 +++ b/x11/wxGTK/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/08/31 22:56:37 dmcmahill Exp $ +$NetBSD: md5,v 1.3 2000/09/01 02:45:57 dmcmahill Exp $ -MD5 (wxGTK-2.2.0.tgz) = 69d37f49d02b5ac8fbcf91c29a09ca34 +MD5 (wxGTK-2.2.1.tar.gz) = b5d92f8e103477b906176e0451086f07 |