Update to 2.0.1.

This commit is contained in:
Joe Marcus Clarke 2002-08-07 07:24:27 +00:00
parent 25a8435c78
commit 9c2b165030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64138
13 changed files with 41 additions and 93 deletions

View file

@ -6,10 +6,10 @@
#
PORTNAME= gnomecontrolcenter2
PORTVERSION= 2.0.0
PORTVERSION= 2.0.1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
MASTER_SITE_SUBDIR= 2.0.0/sources/control-center
DISTNAME= control-center-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -21,20 +21,15 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomehier
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
's|[(]datadir[)]/gnome/|(datadir)/|g ; \
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g ; \
s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
s|[(]datadir[)]/locale|(prefix)/share/locale|g'
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/control-center-2.0.0.tar.bz2) = aeb1e8ddfd98511baaf73030674813ad
MD5 (gnome2/control-center-2.0.1.tar.bz2) = 5bdade1003b85f84a37a02bf87d09168

View file

@ -1,6 +1,6 @@
--- configure.orig Mon Jun 17 17:54:50 2002
+++ configure Tue Jun 25 22:10:20 2002
@@ -8102,6 +8102,7 @@
--- configure.orig Tue Aug 6 01:33:52 2002
+++ configure Wed Aug 7 01:22:14 2002
@@ -5768,6 +5768,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -8,27 +8,12 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -12782,7 +12783,7 @@
@@ -9090,7 +9091,7 @@
fi
cat >>confdefs.h <<_ACEOF
cat >> confdefs.h <<EOF
-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
_ACEOF
EOF
GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
@@ -13487,11 +13488,11 @@
s,@XF86MISC_LIBS@,$XF86MISC_LIBS,;t t
s,@PKG_CONFIG@,$PKG_CONFIG,;t t
s,@CAPPLET_CFLAGS@,$CAPPLET_CFLAGS,;t t
-s,@CAPPLET_LIBS@,$CAPPLET_LIBS,;t t
+s~@CAPPLET_LIBS@~$CAPPLET_LIBS~;t t
s,@GNOMECC_CFLAGS@,$GNOMECC_CFLAGS,;t t
-s,@GNOMECC_LIBS@,$GNOMECC_LIBS,;t t
+s~@GNOMECC_LIBS@~$GNOMECC_LIBS~;t t
s,@GNOME_SETTINGS_DAEMON_CFLAGS@,$GNOME_SETTINGS_DAEMON_CFLAGS,;t t
-s,@GNOME_SETTINGS_DAEMON_LIBS@,$GNOME_SETTINGS_DAEMON_LIBS,;t t
+s~@GNOME_SETTINGS_DAEMON_LIBS@~$GNOME_SETTINGS_DAEMON_LIBS~;t t
s,@OLD_CAPPLET_CFLAGS@,$OLD_CAPPLET_CFLAGS,;t t
s,@OLD_CAPPLET_LIBS@,$OLD_CAPPLET_LIBS,;t t
s,@GNOME_CFLAGS@,$GNOME_CFLAGS,;t t

View file

@ -53,7 +53,7 @@ share/gnome/control-center-2.0/icons/sound-capplet.png
share/gnome/control-center-2.0/interfaces/background-properties.glade
share/gnome/control-center-2.0/interfaces/file-types-properties.glade
share/gnome/control-center-2.0/interfaces/font-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade2
share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-default-applications-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-keybinding-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-keyboard-properties.glade
@ -61,6 +61,7 @@ share/gnome/control-center-2.0/interfaces/gnome-mouse-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-network-preferences.glade
share/gnome/control-center-2.0/interfaces/gnome-ui-properties.glade
share/gnome/control-center-2.0/interfaces/sound-properties.glade
share/gnome/control-center-2.0/interfaces/theme-install.glade
share/gnome/control-center-2.0/interfaces/theme-properties.glade
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png

View file

@ -6,10 +6,10 @@
#
PORTNAME= gnomecontrolcenter2
PORTVERSION= 2.0.0
PORTVERSION= 2.0.1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
MASTER_SITE_SUBDIR= 2.0.0/sources/control-center
DISTNAME= control-center-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -21,20 +21,15 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomehier
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
's|[(]datadir[)]/gnome/|(datadir)/|g ; \
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g ; \
s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
s|[(]datadir[)]/locale|(prefix)/share/locale|g'
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/control-center-2.0.0.tar.bz2) = aeb1e8ddfd98511baaf73030674813ad
MD5 (gnome2/control-center-2.0.1.tar.bz2) = 5bdade1003b85f84a37a02bf87d09168

View file

@ -1,6 +1,6 @@
--- configure.orig Mon Jun 17 17:54:50 2002
+++ configure Tue Jun 25 22:10:20 2002
@@ -8102,6 +8102,7 @@
--- configure.orig Tue Aug 6 01:33:52 2002
+++ configure Wed Aug 7 01:22:14 2002
@@ -5768,6 +5768,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -8,27 +8,12 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -12782,7 +12783,7 @@
@@ -9090,7 +9091,7 @@
fi
cat >>confdefs.h <<_ACEOF
cat >> confdefs.h <<EOF
-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
_ACEOF
EOF
GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
@@ -13487,11 +13488,11 @@
s,@XF86MISC_LIBS@,$XF86MISC_LIBS,;t t
s,@PKG_CONFIG@,$PKG_CONFIG,;t t
s,@CAPPLET_CFLAGS@,$CAPPLET_CFLAGS,;t t
-s,@CAPPLET_LIBS@,$CAPPLET_LIBS,;t t
+s~@CAPPLET_LIBS@~$CAPPLET_LIBS~;t t
s,@GNOMECC_CFLAGS@,$GNOMECC_CFLAGS,;t t
-s,@GNOMECC_LIBS@,$GNOMECC_LIBS,;t t
+s~@GNOMECC_LIBS@~$GNOMECC_LIBS~;t t
s,@GNOME_SETTINGS_DAEMON_CFLAGS@,$GNOME_SETTINGS_DAEMON_CFLAGS,;t t
-s,@GNOME_SETTINGS_DAEMON_LIBS@,$GNOME_SETTINGS_DAEMON_LIBS,;t t
+s~@GNOME_SETTINGS_DAEMON_LIBS@~$GNOME_SETTINGS_DAEMON_LIBS~;t t
s,@OLD_CAPPLET_CFLAGS@,$OLD_CAPPLET_CFLAGS,;t t
s,@OLD_CAPPLET_LIBS@,$OLD_CAPPLET_LIBS,;t t
s,@GNOME_CFLAGS@,$GNOME_CFLAGS,;t t

View file

@ -53,7 +53,7 @@ share/gnome/control-center-2.0/icons/sound-capplet.png
share/gnome/control-center-2.0/interfaces/background-properties.glade
share/gnome/control-center-2.0/interfaces/file-types-properties.glade
share/gnome/control-center-2.0/interfaces/font-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade2
share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-default-applications-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-keybinding-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-keyboard-properties.glade
@ -61,6 +61,7 @@ share/gnome/control-center-2.0/interfaces/gnome-mouse-properties.glade
share/gnome/control-center-2.0/interfaces/gnome-network-preferences.glade
share/gnome/control-center-2.0/interfaces/gnome-ui-properties.glade
share/gnome/control-center-2.0/interfaces/sound-properties.glade
share/gnome/control-center-2.0/interfaces/theme-install.glade
share/gnome/control-center-2.0/interfaces/theme-properties.glade
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png

View file

@ -6,11 +6,10 @@
#
PORTNAME= libgtkhtml
PORTVERSION= 2.0.0
PORTREVISION= 2
PORTVERSION= 2.0.1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@ -23,23 +22,16 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
's|[(]datadir[)]/gnome/|(datadir)/|g ; \
s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
s|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/libgtkhtml-2.0.0.tar.bz2) = a8c164b18a9dee09fa8dc260d7f86e6e
MD5 (gnome2/libgtkhtml-2.0.1.tar.bz2) = 5757b9301add4197ba25c7b0c653f476

View file

@ -6,10 +6,10 @@
#
PORTNAME= libbonoboui
PORTVERSION= 2.0.0
PORTVERSION= 2.0.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@ -21,17 +21,12 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomehier
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/libbonoboui-2.0.0.tar.bz2) = eadb6803b4aacc8848b702343fc31e97
MD5 (gnome2/libbonoboui-2.0.1.tar.bz2) = 3e5240383287fd5236f13eef0e203be4

View file

@ -1,4 +1,3 @@
bin/sample-container-2
include/libbonoboui-2.0/bonobo.h
include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h
include/libbonoboui-2.0/bonobo/bonobo-canvas-item.h
@ -49,6 +48,7 @@ share/locale/de/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/es/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/fi/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/fr/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/hi/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/hu/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/it/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/ja/LC_MESSAGES/libbonoboui-2.0.mo
@ -58,6 +58,7 @@ share/locale/nn/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/no/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/pl/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/pt/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/pt_BR/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/ru/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/sk/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/sl/LC_MESSAGES/libbonoboui-2.0.mo
@ -69,7 +70,5 @@ share/locale/vi/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/wa/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo
share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo
@dirrm share/gnome/gnome-2.0/ui
@dirrm share/gnome/gnome-2.0
@dirrm include/libbonoboui-2.0/bonobo
@dirrm include/libbonoboui-2.0