- upgrade to sablotron-0.44
- remove patch that has been merged into the source tree - bump NEED_VERSION - MASTER_SITE updated since the homepage has been rearranged - use EXTRACT_SUFX instead of hardcoding .tar.gz in DISTFILES
This commit is contained in:
parent
9c276aa129
commit
bf3b3b9704
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/12 12:12:11 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2000/09/14 14:04:19 avsm Exp $
|
||||
|
||||
DISTNAME= Sablot-0.43
|
||||
PKGNAME= sablotron-0.43
|
||||
DISTNAME= Sablot-0.44
|
||||
PKGNAME= sablotron-0.44
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.328
|
||||
NEED_VERSION= 1.330
|
||||
|
||||
HOMEPAGE= http://www.gingerall.com/
|
||||
MAINTAINER= avsm@openbsd.org
|
||||
@ -14,8 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.gingerall.com/download/
|
||||
DISTFILES= Sablot-0.43.tar.gz Sablot-Expat-1.1.2.tar.gz
|
||||
MASTER_SITES= http://download.gingerall.cz/sablot/
|
||||
DISTFILES= Sablot-0.44${EXTRACT_SUFX} Sablot-Expat-1.1.2${EXTRACT_SUFX}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (Sablot-0.43.tar.gz) = 3ae4726fc2d2be95ce621601ca674f66
|
||||
MD5 (Sablot-0.44.tar.gz) = 35874ea80215fea45f1af28a419c2ce2
|
||||
MD5 (Sablot-Expat-1.1.2.tar.gz) = c2607a890d8f31cdd0ab3d3dc6c896a6
|
||||
RMD160 (Sablot-0.43.tar.gz) = 62ce85613b006f6de67a412f4e4ae72e4ef65e7d
|
||||
RMD160 (Sablot-0.44.tar.gz) = 71ef5b6c24887a3eebacabfff1996c43e4880780
|
||||
RMD160 (Sablot-Expat-1.1.2.tar.gz) = 8fe7d987875637371298054a0e1c134bb94a93c5
|
||||
SHA1 (Sablot-0.43.tar.gz) = 61a6dd975ed846a5f7b308ec4b842d6f59a9ccc4
|
||||
SHA1 (Sablot-0.44.tar.gz) = 48c7caeb26ea393c35fede11ca2c97706c3adb08
|
||||
SHA1 (Sablot-Expat-1.1.2.tar.gz) = 20bbcc25d444369b5573255c7418b2d25ceeba14
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-sablot_h,v 1.2 2000/09/13 13:58:41 avsm Exp $
|
||||
--- Sablot/engine/sablot.h.orig Wed Sep 6 16:34:25 2000
|
||||
+++ Sablot/engine/sablot.h Wed Sep 6 16:34:34 2000
|
||||
@@ -43,7 +43,7 @@ header file for Sablot.cpp
|
||||
typedef void *SablotHandle;
|
||||
#include "shandler.h"
|
||||
|
||||
-#if defined(__linux__) || defined(__BORLANDC__) || defined(__unix)
|
||||
+#if defined(__linux__) || defined(__BORLANDC__) || defined(__unix) || defined(__unix__)
|
||||
#define DllImpExp extern
|
||||
#else //__linux__ || __BORLANDC__ || __unix
|
||||
#ifdef SablotAsExport
|
Loading…
Reference in New Issue
Block a user