summaryrefslogtreecommitdiff
path: root/devel/darcs
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Make darcs compile when using GHC 6.6.kristerw4-3/+211
Bump PKGREVISION.
2007-02-17Add "scm" to CATEGORIES to make it easy to find source control managementwiz1-2/+2
related packages.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-1/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-10-17Update darcs from 1.0.4 to 1.0.8, the latest stable version, withagc3-52/+38
thanks to Don Stewart for the nudge. Changes from 1.0.4nb2 to 1.0.8: + performance much improved + a lot of bugs fixed + some improved functionality
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-03-22We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards sojlam1-3/+1
that "gmp" is registered as a direct dependency for any package that includes ghc/buildlink3.mk to get ghc as a build dependency. This is needed since software built by ghc requires routines from the "gmp" shared library. This fixes PR pkg/33100. Remove the workaround in devel/darcs and x11/wxhaskell.
2006-03-19Manually add dependency on gmp. Should be implied by ghc dependency,wiz1-2/+4
but that doesn't seem to work. Workaround for PR 33100. Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-2/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-22Reset PKGREVISION after update to 1.0.4 (hi augustss!).wiz1-2/+1
2005-11-22Upgrade to darcs version 1.0.4. No change log available.augustss3-28/+48
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08Oups, latex.buildlink3.mk -> tex.buildlink3.mktonio1-2/+2
2005-11-08converted to use tex.buildlink3.mktonio1-2/+3
set LATEX_DEPMETHOD= build
2005-09-29Change dependancy from teTeX to teTeX-bin, to avoid problems with teTeX3tonio1-2/+3
bump PKGREVISION
2005-05-28Install the bash completions in the example directory.augustss3-9/+18
2005-05-28Add a file.augustss1-1/+2
2005-05-27Don't install bash completions.augustss3-3/+16
2005-05-27Update to 1.0.3 so it works with ghc 6.4.augustss2-9/+7
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-28Add darcs, a distributed revision control system.augustss4-0/+94