mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 0.2
This commit is contained in:
parent
1c64e71d5b
commit
daf308b431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41827
@ -6,16 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= bonobo-conf
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/bonobo-conf
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (bonobo-conf-0.1.tar.gz) = 607d28082814cdff1acf855f4d81fcb6
|
||||
MD5 (bonobo-conf-0.2.tar.gz) = c986be0916df20b9aa92f17d6f2f5be4
|
||||
|
20
devel/bonobo-conf/files/patch-ab
Normal file
20
devel/bonobo-conf/files/patch-ab
Normal file
@ -0,0 +1,20 @@
|
||||
--- monikers/Makefile.in.orig Mon Apr 16 07:54:46 2001
|
||||
+++ monikers/Makefile.in Thu Apr 19 21:18:39 2001
|
||||
@@ -169,6 +169,6 @@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
-libmoniker_config_la_LDFLAGS =
|
||||
+libmoniker_config_la_LDFLAGS = -avoid-version
|
||||
libmoniker_config_la_DEPENDENCIES =
|
||||
libmoniker_config_la_OBJECTS = bonobo-moniker-config.lo
|
||||
-libmoniker_gconf_la_LDFLAGS =
|
||||
+libmoniker_gconf_la_LDFLAGS = -avoid-version
|
||||
@ENABLE_GCONF_TRUE@libmoniker_gconf_la_DEPENDENCIES =
|
||||
@@ -181,6 +181,6 @@
|
||||
bonobo_moniker_xmldb_DEPENDENCIES = ../bonobo-conf/libbonobo_conf.la
|
||||
-bonobo_moniker_xmldb_LDFLAGS =
|
||||
+bonobo_moniker_xmldb_LDFLAGS =
|
||||
test_xmldb_OBJECTS = test-xmldb.o bonobo-config-xmldb.o
|
||||
test_xmldb_DEPENDENCIES = ../bonobo-conf/libbonobo_conf.la
|
||||
-test_xmldb_LDFLAGS =
|
||||
+test_xmldb_LDFLAGS = -avoid-version
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
@ -1,6 +1,14 @@
|
||||
lib/bonobo/monikers/libconfig_moniker.a
|
||||
lib/bonobo/monikers/libconfig_moniker.so
|
||||
lib/bonobo/monikers/libconfig_moniker.so.0
|
||||
bin/bonobo-moniker-xmldb
|
||||
bin/cedit
|
||||
include/bonobo-conf/Bonobo_Config.h
|
||||
include/bonobo-conf/bonobo-config-database.h
|
||||
include/bonobo-conf/bonobo-config-utils.h
|
||||
lib/bonobo/monikers/libmoniker_config.so
|
||||
lib/bonobo/monikers/libmoniker_gconf.so
|
||||
lib/bonobo_confConf.sh
|
||||
lib/libbonobo_conf.a
|
||||
lib/libbonobo_conf.so
|
||||
lib/libbonobo_conf.so.0
|
||||
share/aclocal/gnome-macros/aclocal-include.m4
|
||||
share/aclocal/gnome-macros/autogen.sh
|
||||
share/aclocal/gnome-macros/compiler-flags.m4
|
||||
@ -27,6 +35,15 @@ share/aclocal/gnome-macros/gnome.m4
|
||||
share/aclocal/gnome-macros/gperf-check.m4
|
||||
share/aclocal/gnome-macros/linger.m4
|
||||
share/aclocal/gnome-macros/need-declaration.m4
|
||||
share/gnome/idl/Bonobo_PropertyEditor.idl
|
||||
share/gnome/idl/Bonobo_Config.idl
|
||||
share/gnome/oaf/Bonobo_Moniker_config.oaf
|
||||
share/gnome/oaf/Bonobo_Moniker_gconf.oaf
|
||||
share/gnome/oaf/Bonobo_Moniker_xmldb.oaf
|
||||
share/locale/de/LC_MESSAGES/bonobo-conf.mo
|
||||
@dirrm share/gnome/bonobo-conf/html/bonobo-conf
|
||||
@dirrm share/gnome/bonobo-conf/html
|
||||
@dirrm share/gnome/bonobo-conf
|
||||
@dirrm share/aclocal/gnome-macros
|
||||
@dirrm lib/bonobo/monikers
|
||||
@dirrm lib/bonobo
|
||||
@dirrm include/bonobo-conf
|
||||
|
Loading…
Reference in New Issue
Block a user