Update to 0.2.
This commit is contained in:
parent
db457d0427
commit
edf7730f86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45712
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
@ -18,11 +18,11 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= pango.0:${PORTSDIR}/x11-toolkits/pango \
|
||||
glib-1.3.5:${PORTSDIR}/devel/glib13
|
||||
glib-1.3.6:${PORTSDIR}/devel/glib13
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (atk-0.1.tar.gz) = 537033078f8f7a895aac838ae871d684
|
||||
MD5 (atk-0.2.tar.gz) = 1ab565a3651696ecf1bd88cabf2493af
|
||||
|
14
accessibility/atk/files/patch-Makefile.in
Normal file
14
accessibility/atk/files/patch-Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Wed Aug 1 20:32:06 2001
|
||||
+++ Makefile.in Wed Aug 1 20:33:45 2001
|
||||
@@ -96,7 +96,7 @@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
|
||||
-SUBDIRS = atk tests docs
|
||||
+SUBDIRS = atk
|
||||
|
||||
EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in
|
||||
|
18
accessibility/atk/files/patch-ltmain.sh
Normal file
18
accessibility/atk/files/patch-ltmain.sh
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/07/23 09:45:58 1.1
|
||||
+++ ltmain.sh 2001/07/23 09:46:28
|
||||
@@ -4175,10 +4175,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if 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"
|
@ -11,13 +11,15 @@ include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
include/atk-1.0/atk/atktable.h
|
||||
include/atk-1.0/atk/atktext.h
|
||||
include/atk-1.0/atk/atkutil.h
|
||||
include/atk-1.0/atk/atkvalue.h
|
||||
lib/libatk.so
|
||||
lib/libatk.so.0
|
||||
lib/libatk.so.2
|
||||
libdata/pkgconfig/atk.pc
|
||||
@dirrm include/atk-1.0/atk
|
||||
@dirrm include/atk-1.0
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
@ -18,11 +18,11 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= pango.0:${PORTSDIR}/x11-toolkits/pango \
|
||||
glib-1.3.5:${PORTSDIR}/devel/glib13
|
||||
glib-1.3.6:${PORTSDIR}/devel/glib13
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (atk-0.1.tar.gz) = 537033078f8f7a895aac838ae871d684
|
||||
MD5 (atk-0.2.tar.gz) = 1ab565a3651696ecf1bd88cabf2493af
|
||||
|
14
devel/atk/files/patch-Makefile.in
Normal file
14
devel/atk/files/patch-Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Wed Aug 1 20:32:06 2001
|
||||
+++ Makefile.in Wed Aug 1 20:33:45 2001
|
||||
@@ -96,7 +96,7 @@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
|
||||
-SUBDIRS = atk tests docs
|
||||
+SUBDIRS = atk
|
||||
|
||||
EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in
|
||||
|
18
devel/atk/files/patch-ltmain.sh
Normal file
18
devel/atk/files/patch-ltmain.sh
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/07/23 09:45:58 1.1
|
||||
+++ ltmain.sh 2001/07/23 09:46:28
|
||||
@@ -4175,10 +4175,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if 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"
|
@ -11,13 +11,15 @@ include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
include/atk-1.0/atk/atktable.h
|
||||
include/atk-1.0/atk/atktext.h
|
||||
include/atk-1.0/atk/atkutil.h
|
||||
include/atk-1.0/atk/atkvalue.h
|
||||
lib/libatk.so
|
||||
lib/libatk.so.0
|
||||
lib/libatk.so.2
|
||||
libdata/pkgconfig/atk.pc
|
||||
@dirrm include/atk-1.0/atk
|
||||
@dirrm include/atk-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user