- update to sablotron-0.51
- bump NEED_VERSION - shared libraries work now! No more static constructors - now depends on the external expat2 libraries - new MASTER_SITE, since other one is very unreliable There are a whole load of new features, the main one being xsl:sort support; check out the homepage for more information
This commit is contained in:
parent
1a3e7a9342
commit
ed50b1de94
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/02/19 18:13:57 danh Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/02/21 19:56:23 avsm Exp $
|
||||
|
||||
DISTNAME= Sablot-0.44
|
||||
PKGNAME= sablotron-0.44
|
||||
DISTNAME= Sablot-0.51
|
||||
PKGNAME= sablotron-0.51
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.330
|
||||
NEED_VERSION= 1.354
|
||||
|
||||
HOMEPAGE= http://www.gingerall.com/
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
@ -14,15 +14,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://download.gingerall.cz/sablot/
|
||||
DISTFILES= Sablot-0.44${EXTRACT_SUFX} Sablot-Expat-1.1.2${EXTRACT_SUFX}
|
||||
MASTER_SITES= http://www.gingerall.cz/download/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
# Shared libraries are currently broken for this port
|
||||
CONFIGURE_ARGS= --disable-shared
|
||||
|
||||
post-extract:
|
||||
@(cd ${WRKDIR}; mv Expat ${DISTNAME})
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,3 @@
|
||||
MD5 (Sablot-0.44.tar.gz) = 35874ea80215fea45f1af28a419c2ce2
|
||||
MD5 (Sablot-Expat-1.1.2.tar.gz) = c2607a890d8f31cdd0ab3d3dc6c896a6
|
||||
RMD160 (Sablot-0.44.tar.gz) = 71ef5b6c24887a3eebacabfff1996c43e4880780
|
||||
RMD160 (Sablot-Expat-1.1.2.tar.gz) = 8fe7d987875637371298054a0e1c134bb94a93c5
|
||||
SHA1 (Sablot-0.44.tar.gz) = 48c7caeb26ea393c35fede11ca2c97706c3adb08
|
||||
SHA1 (Sablot-Expat-1.1.2.tar.gz) = 20bbcc25d444369b5573255c7418b2d25ceeba14
|
||||
MD5 (Sablot-0.51.tar.gz) = 86e30805258a3f61e16796b5ef84b64a
|
||||
RMD160 (Sablot-0.51.tar.gz) = 23f5f74966a6db0d2e99543bec103a50c0b96091
|
||||
SHA1 (Sablot-0.51.tar.gz) = 19f1796ddc474662708c7349ae5431b7e19fed24
|
||||
|
@ -1,5 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2000/09/12 12:12:12 avsm Exp $
|
||||
lib/libsablot.so.43.0
|
||||
lib/libxmlparse.so.2.1
|
||||
lib/libxmltok.so.2.1
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/02/21 19:56:23 avsm Exp $
|
||||
lib/libsablot.so.51.0
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,12 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/12 12:12:12 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/02/21 19:56:23 avsm Exp $
|
||||
bin/sabcmd
|
||||
include/sablot.h
|
||||
include/shandler.h
|
||||
lib/libsablot.a
|
||||
lib/libsablot.la
|
||||
lib/libxmlparse.a
|
||||
lib/libxmlparse.la
|
||||
lib/libxmltok.a
|
||||
lib/libxmltok.la
|
||||
@comment Shared libraries are disabled until they work
|
||||
@comment %%SHARED%%
|
||||
%%SHARED%%
|
||||
|
Loading…
Reference in New Issue
Block a user