-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.

-Fix the build with objformat removal on -CURRENT. [1]
-Bump the PORTREVISION, because of plist change. [1]

PR:		ports/109756 [1]
Submitted by:	rafan [1]
This commit is contained in:
Jeremy Messenger 2007-03-02 18:59:56 +00:00
parent a79a4ddf6c
commit 47eb2d989d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186367
3 changed files with 8 additions and 31 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= libglade PORTNAME= libglade
PORTVERSION= 0.17 PORTVERSION= 0.17
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libglade/0.17 MASTER_SITE_SUBDIR= sources/libglade/0.17
@ -15,12 +15,13 @@ MASTER_SITE_SUBDIR= sources/libglade/0.17
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME glade library COMMENT= GNOME glade library
USE_X_PREFIX= yes USE_XLIB= yes
USE_PERL5= yes USE_PERL5= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb
GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"

View file

@ -1,28 +0,0 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View file

@ -6,15 +6,19 @@ include/libglade-1.0/glade/glade-widget-tree.h
include/libglade-1.0/glade/glade-xml.h include/libglade-1.0/glade/glade-xml.h
include/libglade-1.0/glade/glade.h include/libglade-1.0/glade/glade.h
lib/libglade-bonobo.a lib/libglade-bonobo.a
lib/libglade-bonobo.la
lib/libglade-bonobo.so lib/libglade-bonobo.so
lib/libglade-bonobo.so.4 lib/libglade-bonobo.so.4
lib/libglade-gnome.a lib/libglade-gnome.a
lib/libglade-gnome.la
lib/libglade-gnome.so lib/libglade-gnome.so
lib/libglade-gnome.so.4 lib/libglade-gnome.so.4
lib/libglade-gnomedb.a lib/libglade-gnomedb.a
lib/libglade-gnomedb.la
lib/libglade-gnomedb.so lib/libglade-gnomedb.so
lib/libglade-gnomedb.so.4 lib/libglade-gnomedb.so.4
lib/libglade.a lib/libglade.a
lib/libglade.la
lib/libglade.so lib/libglade.so
lib/libglade.so.4 lib/libglade.so.4
libdata/pkgconfig/libglade-bonobo.pc libdata/pkgconfig/libglade-bonobo.pc