Update to darcs 1.0.4

This commit is contained in:
dons 2005-11-17 09:31:16 +00:00
parent fdbe49edcf
commit 4c7a3d9bde
4 changed files with 25 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2005/05/26 01:45:38 dons Exp $
# $OpenBSD: Makefile,v 1.14 2005/11/17 09:31:16 dons Exp $
COMMENT= "advanced revision control system written in Haskell"
V= 1.0.3
V= 1.0.4
DISTNAME= darcs-${V}
CATEGORIES= devel
HOMEPAGE= http://www.darcs.net/
@ -13,8 +13,11 @@ MODULES= lang/ghc
LIB_DEPENDS= curl.2::net/curl
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/share \
--libexecdir=${PREFIX}/libexec/darcs --sysconfdir=${PREFIX}/share/darcs
CONFIGURE_ARGS= --prefix=${PREFIX} \
--datadir=${PREFIX}/share \
--libexecdir=${PREFIX}/libexec/darcs \
--sysconfdir=${PREFIX}/share/darcs \
--disable-mmap
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CFLAGS=""

View File

@ -1,4 +1,4 @@
MD5 (darcs-1.0.3.tar.gz) = d3fc141d1c91044e45ae74b74fc54728
RMD160 (darcs-1.0.3.tar.gz) = 66e3852ecbe4f92f7f83d0ea48cb8a8c26685678
SHA1 (darcs-1.0.3.tar.gz) = 8feb9f4e42826a05c3cfed888db3c1bbf1f16e12
SIZE (darcs-1.0.3.tar.gz) = 883613
MD5 (darcs-1.0.4.tar.gz) = 0be693b00e4b1bd24906d4f479e78923
RMD160 (darcs-1.0.4.tar.gz) = 5b8e4b2396c1cd7a373e103aa90d8a47802a43de
SHA1 (darcs-1.0.4.tar.gz) = 71ab71a9fa94db74ba3b79fa65b797a129a652f2
SIZE (darcs-1.0.4.tar.gz) = 950528

View File

@ -1,17 +1,18 @@
$OpenBSD: patch-GNUmakefile,v 1.7 2005/05/09 03:41:34 dons Exp $
$OpenBSD: patch-GNUmakefile,v 1.8 2005/11/17 09:31:16 dons Exp $
Don't try to build or install .ps docs, and don't regen the .html docs.
--- GNUmakefile.orig Thu Apr 21 05:00:03 2005
+++ GNUmakefile Mon May 9 12:21:53 2005
@@ -92,9 +92,8 @@ installbin: all
$(INSTALL) -d $(DESTDIR)/$(mandir)/man1
--- GNUmakefile.orig Thu Sep 1 21:33:13 2005
+++ GNUmakefile Mon Sep 12 12:03:02 2005
@@ -103,10 +103,9 @@ installbin: all
$(INSTALL) -d $(DESTDIR)/$(mandir)/man1
$(INSTALL_DATA) darcs.1 $(DESTDIR)/$(mandir)/man1/
-installdocs: darcs.ps manual/index.html
+installdocs:
$(INSTALL) -d $(DESTDIR)/$(datadir)/doc/darcs/manual
test -d $(DESTDIR)/$(datadir)/doc/darcs/manual || \
$(INSTALL) -d $(DESTDIR)/$(datadir)/doc/darcs/manual
- $(INSTALL_DATA) darcs.ps $(DESTDIR)/$(datadir)/doc/darcs
$(INSTALL_DATA) manual/* $(DESTDIR)/$(datadir)/doc/darcs/manual
$(INSTALL) -d $(DESTDIR)/$(datadir)/doc/darcs/examples
test -d $(DESTDIR)/$(datadir)/doc/darcs/examples || \

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.5 2005/05/16 03:17:28 dons Exp $
$OpenBSD: patch-configure,v 1.6 2005/11/17 09:31:16 dons Exp $
Don't build the postscript manual
--- configure.orig Mon May 16 10:27:57 2005
+++ configure Mon May 16 10:29:05 2005
@@ -3798,7 +3798,7 @@ if test "$enable_mmap" = "no"; then
--- configure.orig Thu Sep 1 21:33:16 2005
+++ configure Mon Sep 12 12:02:06 2005
@@ -3980,7 +3980,7 @@ if test "$enable_mmap" = "no"; then
fi
@ -13,7 +13,7 @@ Don't build the postscript manual
INSTALLWHAT="installbin"
BUILDDOC="no"
@@ -4005,7 +4005,7 @@ if test -z "$DVIPS"; then
@@ -4170,7 +4170,7 @@ if test -z "$DVIPS"; then
echo "$as_me: WARNING: Cannot find dvips in your path!" >&2;}
fi
if test ! '(' '(' -z "$LATEX" ')' -o '(' -z "$DVIPS" ')' ')'; then
@ -22,7 +22,7 @@ Don't build the postscript manual
INSTALLWHAT="$INSTALLWHAT installdocs"
BUILDDOC="yes"
fi
@@ -4126,15 +4126,15 @@ fi
@@ -4291,15 +4291,15 @@ fi
echo "$as_me: WARNING: Cannot find hevea in your path either!" >&2;}
MAKEMANUAL="touch manual/index.html; echo Cannot make manual!"
else