1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Upgrade to 1.0.0 RC3.

This commit is contained in:
Oliver Braun 2004-10-16 19:22:09 +00:00
parent 5424425ad5
commit 781918ad2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119620
10 changed files with 10 additions and 62 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= darcs
PORTVERSION= 0.9.23
PORTVERSION= 1.0.0.r3
CATEGORIES= devel
MASTER_SITES= http://www.abridgegame.org/darcs/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= haskell@FreeBSD.org
COMMENT= Yet another replacement for CVS, written in Haskell

View File

@ -1,2 +1,2 @@
MD5 (darcs-0.9.23.tar.gz) = 9bdabbdefaed8ffdfeb0578715e38462
SIZE (darcs-0.9.23.tar.gz) = 377341
MD5 (darcs-1.0.0rc3.tar.gz) = 1c4206244c25a764809fdb0ae3827a8e
SIZE (darcs-1.0.0rc3.tar.gz) = 396541

View File

@ -1,11 +0,0 @@
--- GNUmakefile.orig Thu Aug 5 17:01:57 2004
+++ GNUmakefile Thu Aug 5 17:02:16 2004
@@ -144,7 +144,7 @@
darcs: $(DARCS_OBJS) darcs.lhs $(C_OBJS) rts.o
@echo Linking $@ ...
@rm -f Main.o Main.hi
- @$(GHC) $(GHCFLAGS) $(LDFLAGS) -o $@ $(OPTLCURLFLAGS) $(ZFLAGS) $^
+ @$(GHC) $(GHCFLAGS) $(patsubst -pthread,-optl-pthread,$(LDFLAGS)) -o $@ $(OPTLCURLFLAGS) $(ZFLAGS) $^
External.o: GHCFLAGS += -fffi
Lock.o: GHCFLAGS += -fffi

View File

@ -1,16 +0,0 @@
--- autoconf.mk.in.orig Thu Aug 5 16:59:14 2004
+++ autoconf.mk.in Thu Aug 5 17:00:04 2004
@@ -49,11 +49,11 @@
% : %.lhs
rm -f Main.hi Main.o
- $(GHC) $(GHCFLAGS) $(LDFLAGS) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
+ $(GHC) $(GHCFLAGS) $(patsubst -pthread,-optl-pthread,$(LDFLAGS)) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
% : %.hs
rm -f Main.hi Main.o
- $(GHC) $(GHCFLAGS) $(LDFLAGS) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
+ $(GHC) $(GHCFLAGS) $(patsubst -pthread,-optl-pthread,$(LDFLAGS)) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
%.hi : %.o
@:

View File

@ -14,7 +14,6 @@ etc/darcs/bash_completion.d/darcs
%%PORTDOCS%%%%DOCSDIR%%/examples/zsh_completion_new
%%PORTDOCS%%%%DOCSDIR%%/examples/zsh_completion_old
%%PORTDOCS%%%%DOCSDIR%%/manual/contents.png
%%PORTDOCS%%%%DOCSDIR%%/manual/crossref.png
%%PORTDOCS%%%%DOCSDIR%%/manual/darcs.css
%%PORTDOCS%%%%DOCSDIR%%/manual/darcs.html
%%PORTDOCS%%%%DOCSDIR%%/manual/footnode.html
@ -54,6 +53,7 @@ etc/darcs/bash_completion.d/darcs
%%PORTDOCS%%%%DOCSDIR%%/manual/node1.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node10.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node11.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node12.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node2.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node3.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node4.html

View File

@ -6,9 +6,10 @@
#
PORTNAME= darcs
PORTVERSION= 0.9.23
PORTVERSION= 1.0.0.r3
CATEGORIES= devel
MASTER_SITES= http://www.abridgegame.org/darcs/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
MAINTAINER= haskell@FreeBSD.org
COMMENT= Yet another replacement for CVS, written in Haskell

View File

@ -1,2 +1,2 @@
MD5 (darcs-0.9.23.tar.gz) = 9bdabbdefaed8ffdfeb0578715e38462
SIZE (darcs-0.9.23.tar.gz) = 377341
MD5 (darcs-1.0.0rc3.tar.gz) = 1c4206244c25a764809fdb0ae3827a8e
SIZE (darcs-1.0.0rc3.tar.gz) = 396541

View File

@ -1,11 +0,0 @@
--- GNUmakefile.orig Thu Aug 5 17:01:57 2004
+++ GNUmakefile Thu Aug 5 17:02:16 2004
@@ -144,7 +144,7 @@
darcs: $(DARCS_OBJS) darcs.lhs $(C_OBJS) rts.o
@echo Linking $@ ...
@rm -f Main.o Main.hi
- @$(GHC) $(GHCFLAGS) $(LDFLAGS) -o $@ $(OPTLCURLFLAGS) $(ZFLAGS) $^
+ @$(GHC) $(GHCFLAGS) $(patsubst -pthread,-optl-pthread,$(LDFLAGS)) -o $@ $(OPTLCURLFLAGS) $(ZFLAGS) $^
External.o: GHCFLAGS += -fffi
Lock.o: GHCFLAGS += -fffi

View File

@ -1,16 +0,0 @@
--- autoconf.mk.in.orig Thu Aug 5 16:59:14 2004
+++ autoconf.mk.in Thu Aug 5 17:00:04 2004
@@ -49,11 +49,11 @@
% : %.lhs
rm -f Main.hi Main.o
- $(GHC) $(GHCFLAGS) $(LDFLAGS) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
+ $(GHC) $(GHCFLAGS) $(patsubst -pthread,-optl-pthread,$(LDFLAGS)) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
% : %.hs
rm -f Main.hi Main.o
- $(GHC) $(GHCFLAGS) $(LDFLAGS) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
+ $(GHC) $(GHCFLAGS) $(patsubst -pthread,-optl-pthread,$(LDFLAGS)) $(OPTLCURLFLAGS) $(ZFLAGS) -o $@ $^
%.hi : %.o
@:

View File

@ -14,7 +14,6 @@ etc/darcs/bash_completion.d/darcs
%%PORTDOCS%%%%DOCSDIR%%/examples/zsh_completion_new
%%PORTDOCS%%%%DOCSDIR%%/examples/zsh_completion_old
%%PORTDOCS%%%%DOCSDIR%%/manual/contents.png
%%PORTDOCS%%%%DOCSDIR%%/manual/crossref.png
%%PORTDOCS%%%%DOCSDIR%%/manual/darcs.css
%%PORTDOCS%%%%DOCSDIR%%/manual/darcs.html
%%PORTDOCS%%%%DOCSDIR%%/manual/footnode.html
@ -54,6 +53,7 @@ etc/darcs/bash_completion.d/darcs
%%PORTDOCS%%%%DOCSDIR%%/manual/node1.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node10.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node11.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node12.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node2.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node3.html
%%PORTDOCS%%%%DOCSDIR%%/manual/node4.html