[Midnightbsd-cvs] mports [17488] trunk/devel/libbonobo: move manpage
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 24 08:26:31 EDT 2014
Revision: 17488
http://svnweb.midnightbsd.org/mports/?rev=17488
Author: laffer1
Date: 2014-09-24 08:26:31 -0400 (Wed, 24 Sep 2014)
Log Message:
-----------
move manpage
Modified Paths:
--------------
trunk/devel/libbonobo/Makefile
trunk/devel/libbonobo/pkg-plist
Added Paths:
-----------
trunk/devel/libbonobo/files/patch-server__Makefile.in
trunk/devel/libbonobo/files/patch-utils__bonobo-slay.in
Removed Paths:
-------------
trunk/devel/libbonobo/files/patch-server::Makefile.in
trunk/devel/libbonobo/files/patch-utils::bonobo-slay.in
Modified: trunk/devel/libbonobo/Makefile
===================================================================
--- trunk/devel/libbonobo/Makefile 2014-09-24 12:23:21 UTC (rev 17487)
+++ trunk/devel/libbonobo/Makefile 2014-09-24 12:26:31 UTC (rev 17488)
@@ -2,7 +2,7 @@
PORTNAME= libbonobo
PORTVERSION= 2.32.0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -9,17 +9,16 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Component and compound document system for GNOME2
+
LICENSE= gpl2
-USE_BZIP2= yes
+USES+= tar:bzip2
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
-USES= gettext pathfix pkgconfig
-USE_BISON= build
-USE_GMAKE= yes
+USES+= bison gettext gmake libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
@@ -30,8 +29,6 @@
LDFLAGS+= -L${LOCALBASE}/lib -pthread
MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
-MAN1= bonobo-activation-server.1
-
post-patch:
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure \
Deleted: trunk/devel/libbonobo/files/patch-server::Makefile.in
===================================================================
--- trunk/devel/libbonobo/files/patch-server::Makefile.in 2014-09-24 12:23:21 UTC (rev 17487)
+++ trunk/devel/libbonobo/files/patch-server::Makefile.in 2014-09-24 12:26:31 UTC (rev 17488)
@@ -1,11 +0,0 @@
---- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005
-+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005
-@@ -225,7 +225,7 @@
- -I$(top_builddir)/bonobo-activation \
- -I$(top_srcdir)/bonobo-activation \
- -DPREFIX=\""$(prefix)"\" \
-- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \
-+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \
- -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \
- $(SERVER_CFLAGS) \
- -DSERVER_CONFDIR=\"$(sysconfdir)\" \
Copied: trunk/devel/libbonobo/files/patch-server__Makefile.in (from rev 17462, trunk/devel/libbonobo/files/patch-server::Makefile.in)
===================================================================
--- trunk/devel/libbonobo/files/patch-server__Makefile.in (rev 0)
+++ trunk/devel/libbonobo/files/patch-server__Makefile.in 2014-09-24 12:26:31 UTC (rev 17488)
@@ -0,0 +1,11 @@
+--- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005
++++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005
+@@ -225,7 +225,7 @@
+ -I$(top_builddir)/bonobo-activation \
+ -I$(top_srcdir)/bonobo-activation \
+ -DPREFIX=\""$(prefix)"\" \
+- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \
++ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \
+ -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \
+ $(SERVER_CFLAGS) \
+ -DSERVER_CONFDIR=\"$(sysconfdir)\" \
Deleted: trunk/devel/libbonobo/files/patch-utils::bonobo-slay.in
===================================================================
--- trunk/devel/libbonobo/files/patch-utils::bonobo-slay.in 2014-09-24 12:23:21 UTC (rev 17487)
+++ trunk/devel/libbonobo/files/patch-utils::bonobo-slay.in 2014-09-24 12:26:31 UTC (rev 17488)
@@ -1,21 +0,0 @@
---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002
-+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002
-@@ -56,15 +56,15 @@
-
- # get Bonobo files
- #
-- at bonobo_dirs = ( "@prefix@/lib/bonobo/servers" );
-+ at bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" );
- foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) {
- if (-d $dir) {
- push @bonobo_dirs, $dir;
- }
- }
- foreach $dir (split(':', $ENV{'GNOME2_PATH'})) {
-- if (-d "$dir/lib/bonobo/servers") {
-- push @bonobo_dirs, "$dir/lib/bonobo/servers";
-+ if (-d "$dir/libdata/bonobo/servers") {
-+ push @bonobo_dirs, "$dir/libdata/bonobo/servers";
- }
- }
-
Copied: trunk/devel/libbonobo/files/patch-utils__bonobo-slay.in (from rev 17462, trunk/devel/libbonobo/files/patch-utils::bonobo-slay.in)
===================================================================
--- trunk/devel/libbonobo/files/patch-utils__bonobo-slay.in (rev 0)
+++ trunk/devel/libbonobo/files/patch-utils__bonobo-slay.in 2014-09-24 12:26:31 UTC (rev 17488)
@@ -0,0 +1,21 @@
+--- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002
++++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002
+@@ -56,15 +56,15 @@
+
+ # get Bonobo files
+ #
+- at bonobo_dirs = ( "@prefix@/lib/bonobo/servers" );
++ at bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" );
+ foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) {
+ if (-d $dir) {
+ push @bonobo_dirs, $dir;
+ }
+ }
+ foreach $dir (split(':', $ENV{'GNOME2_PATH'})) {
+- if (-d "$dir/lib/bonobo/servers") {
+- push @bonobo_dirs, "$dir/lib/bonobo/servers";
++ if (-d "$dir/libdata/bonobo/servers") {
++ push @bonobo_dirs, "$dir/libdata/bonobo/servers";
+ }
+ }
+
Modified: trunk/devel/libbonobo/pkg-plist
===================================================================
--- trunk/devel/libbonobo/pkg-plist 2014-09-24 12:23:21 UTC (rev 17487)
+++ trunk/devel/libbonobo/pkg-plist 2014-09-24 12:26:31 UTC (rev 17488)
@@ -181,6 +181,7 @@
share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo
share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo
share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
+man/man1/bonobo-activation-server.1.gz
@dirrm share/idl/bonobo-activation-2.0
@dirrm share/idl/bonobo-2.0
@dirrm libdata/bonobo/servers
More information about the Midnightbsd-cvs
mailing list