diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-05 02:14:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-05 02:14:58 +0000 |
commit | 1233d78f90d6db753b2fe876b8fd27c8e5bb95f3 (patch) | |
tree | 6ae028e18de97d3b7628e301730d8c295a4524c2 | |
parent | Updated PostgreSQL to 7.3beta4. This version fixes all known problems (diff) |
Update to 2.0.7, and enable XInput support by default.
Notes
Notes:
svn path=/head/; revision=69499
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 2 |
6 files changed, 16 insertions, 10 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index d221ab6a9972..5b76495b8d33 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -33,9 +33,12 @@ USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-static +CONFIGURE_ARGS= --enable-static \ + --with-xinput=xfree CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -47,8 +50,6 @@ MAN1= gdk-pixbuf-csource.1 post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index b842244988a0..75d1313ba6b4 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1 +1 @@ -MD5 (gnome2/gtk+-2.0.6.tar.bz2) = 5f9c1b54abea95408155045c661a5adf +MD5 (gnome2/gtk+-2.0.7.tar.bz2) = c9f641a22400660555094506f298e9b8 diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index b8cb97155df4..3398f38e82b3 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -224,6 +224,7 @@ libdata/pkgconfig/gtk+-x11-2.0.pc share/aclocal/gtk-2.0.m4 share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20.mo +share/locale/be/LC_MESSAGES/gtk20.mo share/locale/bg/LC_MESSAGES/gtk20.mo share/locale/ca/LC_MESSAGES/gtk20.mo share/locale/cs/LC_MESSAGES/gtk20.mo @@ -242,6 +243,7 @@ share/locale/fr/LC_MESSAGES/gtk20.mo share/locale/ga/LC_MESSAGES/gtk20.mo share/locale/gl/LC_MESSAGES/gtk20.mo share/locale/he/LC_MESSAGES/gtk20.mo +share/locale/hi/LC_MESSAGES/gtk20.mo share/locale/hr/LC_MESSAGES/gtk20.mo share/locale/hu/LC_MESSAGES/gtk20.mo share/locale/ia/LC_MESSAGES/gtk20.mo diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index d221ab6a9972..5b76495b8d33 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -33,9 +33,12 @@ USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-static +CONFIGURE_ARGS= --enable-static \ + --with-xinput=xfree CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -47,8 +50,6 @@ MAN1= gdk-pixbuf-csource.1 post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index b842244988a0..75d1313ba6b4 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1 +1 @@ -MD5 (gnome2/gtk+-2.0.6.tar.bz2) = 5f9c1b54abea95408155045c661a5adf +MD5 (gnome2/gtk+-2.0.7.tar.bz2) = c9f641a22400660555094506f298e9b8 diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index b8cb97155df4..3398f38e82b3 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -224,6 +224,7 @@ libdata/pkgconfig/gtk+-x11-2.0.pc share/aclocal/gtk-2.0.m4 share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20.mo +share/locale/be/LC_MESSAGES/gtk20.mo share/locale/bg/LC_MESSAGES/gtk20.mo share/locale/ca/LC_MESSAGES/gtk20.mo share/locale/cs/LC_MESSAGES/gtk20.mo @@ -242,6 +243,7 @@ share/locale/fr/LC_MESSAGES/gtk20.mo share/locale/ga/LC_MESSAGES/gtk20.mo share/locale/gl/LC_MESSAGES/gtk20.mo share/locale/he/LC_MESSAGES/gtk20.mo +share/locale/hi/LC_MESSAGES/gtk20.mo share/locale/hr/LC_MESSAGES/gtk20.mo share/locale/hu/LC_MESSAGES/gtk20.mo share/locale/ia/LC_MESSAGES/gtk20.mo |