- Update to 1.0.20;

- teach it to play nicely with corresponding GNOME2 component.

Submitted by:	marcus
This commit is contained in:
Maxim Sobolev 2002-04-12 08:22:55 +00:00
parent 9585c31264
commit 0d94618a7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57608
5 changed files with 8 additions and 32 deletions

View file

@ -6,16 +6,18 @@
# #
PORTNAME= bonobo PORTNAME= bonobo
PORTVERSION= 1.0.19 PORTVERSION= 1.0.20
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/bonobo MASTER_SITE_SUBDIR= stable/sources/bonobo
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext
LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnomeprint LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnomeprint
USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_PERL5= yes USE_PERL5= yes
USE_GMAKE= yes USE_GMAKE= yes

View file

@ -1 +1 @@
MD5 (bonobo-1.0.19.tar.gz) = 97a13cb5c86a5d75c3507a4ad2813090 MD5 (gnome/bonobo-1.0.20.tar.bz2) = c4c586e2f8670a0adf6116f9b7e6e496

View file

@ -1,8 +1,5 @@
--- monikers/Makefile.in.orig Thu Apr 11 17:19:45 2002
$FreeBSD$ +++ monikers/Makefile.in Thu Apr 11 17:21:09 2002
--- monikers/Makefile.in.orig Tue Jan 22 14:02:06 2002
+++ monikers/Makefile.in Tue Jan 22 14:07:14 2002
@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
BONOBO_LIBDIR = @BONOBO_LIBDIR@ BONOBO_LIBDIR = @BONOBO_LIBDIR@
BONOBO_LIBS = @BONOBO_LIBS@ BONOBO_LIBS = @BONOBO_LIBS@
@ -12,12 +9,3 @@ $FreeBSD$
BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@ BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATALOGS = @CATALOGS@ CATALOGS = @CATALOGS@
@@ -212,7 +212,7 @@
bonobo-moniker-std.c
-libmoniker_std_la_LDFLAGS = -module
+libmoniker_std_la_LDFLAGS = -module -avoid-version
bonobo_moniker_gunzip_SOURCES = \
bonobo-moniker-gunzip.c \

View file

@ -1,14 +0,0 @@
$FreeBSD$
--- storage-modules/Makefile.in 2002/01/22 11:54:43 1.1
+++ storage-modules/Makefile.in 2002/01/22 11:55:39
@@ -169,7 +169,7 @@
$(GNOME_INCLUDEDIR)
-common_ldflags = -avoid-version
+common_ldflags = -avoid-version -module
bonobo_plugindir = $(PLUGIN_DIR)
bonobo_plugin_LTLIBRARIES = libstorage_efs.la libstorage_fs.la

View file

@ -256,6 +256,6 @@ share/locale/zh_TW/LC_MESSAGES/bonobo.mo
@dirrm share/gnome/bonobo/docs @dirrm share/gnome/bonobo/docs
@dirrm share/gnome/bonobo @dirrm share/gnome/bonobo
@dirrm lib/bonobo/plugin @dirrm lib/bonobo/plugin
@dirrm lib/bonobo/monikers
@dirrm lib/bonobo
@dirrm include/gnome-1.0/bonobo @dirrm include/gnome-1.0/bonobo
@unexec /bin/rmdir %D/lib/bonobo/monikers 2>/dev/null || /usr/bin/true
@unexec /bin/rmdir %D/lib/bonobo 2>/dev/null || /usr/bin/true