Update to 1.0.3 from marcm@
This commit is contained in:
parent
26f1611d53
commit
c435e22f83
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2002/11/14 20:16:27 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2003/01/24 22:29:52 couderc Exp $
|
||||
|
||||
COMMENT= "open-source, cross-platform WYSIWYG word processor"
|
||||
|
||||
VERSION= 1.0.2
|
||||
VERSION= 1.0.3
|
||||
DISTNAME= abiword-${VERSION}
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -25,7 +25,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu autoconf
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-libpng=${LOCALBASE}/lib \
|
||||
--with-libxml2 \
|
||||
--disable-debug
|
||||
@ -58,7 +58,8 @@ post-patch:
|
||||
@mv ${PFILE} ${PFILE}.orig
|
||||
@sed -e s/tmpnam/mkstemp/ ${PFILE}.orig > ${PFILE}
|
||||
@cd ${WRKDIR}/abiword-${VERSION}; \
|
||||
patch < ${FILESDIR}/patch-wv_libole2_Makefile_in
|
||||
patch < ${FILESDIR}/patch-wv_libole2_Makefile_in; \
|
||||
patch < ${FILESDIR}/patch-psiconf_configure
|
||||
|
||||
.if ${FLAVOR:L:Mgnome}
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793
|
||||
RMD160 (abiword-1.0.2.tar.gz) = 029005ce44dd1cc94b6322784347d45ea55978f7
|
||||
SHA1 (abiword-1.0.2.tar.gz) = c7a3f2ee7b00d5e5f32b43514fa170521991d3c2
|
||||
MD5 (abiword-1.0.3.tar.gz) = 01336526136b7fbc66328d80931710e3
|
||||
RMD160 (abiword-1.0.3.tar.gz) = a9187ba990fb8c59cb2de4d4a7a7282216726315
|
||||
SHA1 (abiword-1.0.3.tar.gz) = 45961eba73a09d46807130f0689f31dd3022a3a1
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_wp_main_unix_GNUmakefile_in,v 1.1 2002/10/17 18:37:13 couderc Exp $
|
||||
--- src/wp/main/unix/GNUmakefile.in.orig Fri May 31 14:19:15 2002
|
||||
+++ src/wp/main/unix/GNUmakefile.in Mon Sep 9 11:12:24 2002
|
||||
@@ -628,11 +628,13 @@ install-exec-local: install-wrapper
|
||||
$OpenBSD: patch-src_wp_main_unix_GNUmakefile_in,v 1.2 2003/01/24 22:29:52 couderc Exp $
|
||||
--- src/wp/main/unix/GNUmakefile.in.orig Thu Sep 12 02:26:29 2002
|
||||
+++ src/wp/main/unix/GNUmakefile.in Fri Nov 15 17:05:58 2002
|
||||
@@ -719,11 +719,13 @@ install-exec-local: install-wrapper
|
||||
@if test -f $(DESTDIR)/$(bindir)/abiword; then \
|
||||
echo "$(DESTDIR)/$(bindir)/abiword is a regular file - I'm not going to create a link."; \
|
||||
else \
|
||||
@ -11,9 +11,9 @@ $OpenBSD: patch-src_wp_main_unix_GNUmakefile_in,v 1.1 2002/10/17 18:37:13 couder
|
||||
|
||||
install-wrapper:
|
||||
- @$(top_srcdir)/src/pkg/common/unix/scripts/makewrapper.sh AbiWord $(pkgdatadir) $(bindir) $(DESTDIR)
|
||||
+ $(top_srcdir)/src/pkg/common/unix/scripts/makewrapper.sh AbiWord \
|
||||
+ @$(top_srcdir)/src/pkg/common/unix/scripts/makewrapper.sh AbiWord \
|
||||
+ $(LOCALBASE)/share/AbiSuite $(LOCALBASE)/bin \
|
||||
+ `echo $(PREFIX) | sed -e s#$(LOCALBASE)##`
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user