Minor update to 2.3.12, needed by some upcomming ports.
ok jolan@
This commit is contained in:
parent
4405e25404
commit
d0ed528342
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2002/09/22 15:37:35 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2003/06/13 21:54:14 marcm Exp $
|
||||
|
||||
COMMENT= "high-performance 2D graphics library"
|
||||
|
||||
VERSION= 2.3.10
|
||||
VERSION= 2.3.12
|
||||
DISTNAME= libart_lgpl-${VERSION}
|
||||
PKGNAME= libart-${VERSION}
|
||||
CATEGORIES= graphics
|
||||
@ -11,6 +11,7 @@ HOMEPAGE= http://www.artofcode.com/libart.html
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
# lgpl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libart_lgpl-2.3.10.tar.gz) = f2f0f65e36381cc3cadc1ad8c27faa57
|
||||
RMD160 (libart_lgpl-2.3.10.tar.gz) = 77de4d0f6b659232420c1e223d3e12cdec4eaa34
|
||||
SHA1 (libart_lgpl-2.3.10.tar.gz) = 99fb3adafa1039350039c7fc1103f3edded410e9
|
||||
MD5 (libart_lgpl-2.3.12.tar.gz) = 4d988ca78024e9de92f11764fd583257
|
||||
RMD160 (libart_lgpl-2.3.12.tar.gz) = f304f283f3ca47d368337849927c85d47934e81d
|
||||
SHA1 (libart_lgpl-2.3.12.tar.gz) = 93f4661f7b5726acf5bbcbf3dc493453c34eed34
|
||||
|
@ -1,25 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2002/07/28 04:43:26 brad Exp $
|
||||
--- configure.orig Thu Jul 18 23:30:47 2002
|
||||
+++ configure Thu Jul 18 23:31:21 2002
|
||||
@@ -4792,8 +4792,8 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -4802,8 +4802,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1 2002/07/28 04:43:26 brad Exp $
|
||||
--- ltmain.sh.orig Thu Jul 18 23:43:13 2002
|
||||
+++ ltmain.sh Thu Jul 18 23:44:34 2002
|
||||
@@ -1060,6 +1060,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/13 21:54:14 marcm Exp $
|
||||
--- ltmain.sh.orig Sat Feb 8 06:47:44 2003
|
||||
+++ ltmain.sh Sat Jun 7 10:00:08 2003
|
||||
@@ -1085,6 +1085,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1 2002/07/28 04:43:26 brad Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1496,6 +1507,9 @@ compiler."
|
||||
@@ -1525,6 +1536,9 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
@ -29,7 +29,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1 2002/07/28 04:43:26 brad Exp $
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4446,40 +4460,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4580,40 +4594,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2002/07/28 07:24:21 brad Exp $
|
||||
lib/libart_lgpl_2.so.5.10
|
||||
DYNLIBDIR(%B)
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2003/06/13 21:54:15 marcm Exp $
|
||||
lib/libart_lgpl_2.so.5.12
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/07/28 07:22:39 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/06/13 21:54:15 marcm Exp $
|
||||
bin/libart2-config
|
||||
include/libart-2.0/libart_lgpl/art_affine.h
|
||||
include/libart-2.0/libart_lgpl/art_alphagamma.h
|
||||
@ -48,5 +48,6 @@ lib/libart_lgpl_2.a
|
||||
lib/libart_lgpl_2.la
|
||||
lib/pkgconfig/libart-2.0.pc
|
||||
%%SHARED%%
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@dirrm include/libart-2.0/libart_lgpl
|
||||
@dirrm include/libart-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user