mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Update to 1.3.13.
This commit is contained in:
parent
ee8bcbc6da
commit
8208ef1d0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102039
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= at-spi
|
||||
PORTVERSION= 1.3.12
|
||||
PORTVERSION= 1.3.13
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3
|
||||
@ -17,12 +17,16 @@ COMMENT= An Assistive Technology Service Provider Interface
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo
|
||||
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/at-spi-1.3.12.tar.bz2) = f6a45cbe7497e9522ac3a2ca86d3a7aa
|
||||
SIZE (gnome2/at-spi-1.3.12.tar.bz2) = 428156
|
||||
MD5 (gnome2/at-spi-1.3.13.tar.bz2) = 73a451166fe07906dacc335c803963b2
|
||||
SIZE (gnome2/at-spi-1.3.13.tar.bz2) = 457567
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Tue Jun 11 03:51:37 2002
|
||||
+++ Makefile.in Tue Jun 11 03:52:06 2002
|
||||
@@ -127,7 +127,7 @@
|
||||
X_LIBS = @X_LIBS@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
|
||||
-SUBDIRS = docs idl libspi registryd atk-bridge cspi test
|
||||
+SUBDIRS = docs idl libspi registryd atk-bridge cspi
|
||||
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc
|
@ -1,11 +0,0 @@
|
||||
--- atk-bridge/Makefile.in.orig Sat Apr 12 01:06:28 2003
|
||||
+++ atk-bridge/Makefile.in Sat Apr 12 01:06:48 2003
|
||||
@@ -147,7 +147,7 @@
|
||||
|
||||
LDFLAGS = @LDFLAGS@ -no-undefined -module -avoid-version
|
||||
|
||||
-libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) $(top_builddir)/libspi/libspi.la
|
||||
+libatk_bridge_la_LIBADD = $(ATK_BRIDGE_LIBS) -L$(top_builddir)/libspi/.libs $(top_builddir)/libspi/libspi.la
|
||||
|
||||
CFLAGS = @CFLAGS@ $(ATK_BRIDGE_CFLAGS)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
@ -1,13 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure 2002/04/26 13:02:36 1.1
|
||||
+++ configure 2002/04/26 13:02:46
|
||||
@@ -6712,6 +6712,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- docs/reference/cspi/Makefile.in 2002/04/12 10:18:10 1.1
|
||||
+++ docs/reference/cspi/Makefile.in 2002/04/12 10:18:49
|
||||
@@ -146,7 +146,7 @@
|
||||
|
||||
INSTALLDIR = $(prefix)/share/gtk-doc
|
||||
|
||||
-HTML_DIR = ${datadir}/gtk-doc/html
|
||||
+HTML_DIR = ${prefix}/share/doc
|
||||
|
||||
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- intltool-merge.in.orig Wed Nov 12 15:29:28 2003
|
||||
+++ intltool-merge.in Wed Nov 12 15:31:54 2003
|
||||
@@ -858,7 +858,7 @@
|
||||
if ($MULTIPLE_OUTPUT) {
|
||||
for my $lang (sort keys %po_files_by_lang) {
|
||||
if ( ! -e $lang ) {
|
||||
- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
|
||||
+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
|
||||
}
|
||||
open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
|
||||
my $tree = readXml($FILE);
|
@ -60,7 +60,6 @@ share/gnome/idl/at-spi-1.0/Accessibility_Table.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Text.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Value.idl
|
||||
@dirrm share/gnome/idl/at-spi-1.0
|
||||
@dirrm share/doc/at-spi-cspi
|
||||
@dirrm lib/orbit-2.0
|
||||
@dirrm include/at-spi-1.0/libspi
|
||||
@dirrm include/at-spi-1.0/cspi
|
||||
|
Loading…
Reference in New Issue
Block a user