Commit graph

27 commits

Author SHA1 Message Date
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
kristerw
c37255ce10 Update darcs to 2.0.2.
Changes since 1.0.9 includes

  * New Feature: Include patch count in darcs --version, for example,
    2.0.1 (+ 32 patches) (David Roundy)

  * New Feature: darcs put --no-set-default and --set-default (Nicolas
    Pouillard)

  * UI changes: --extended-help is now called --overview, no more
    --verify-hash, no more send --unified (David Roundy, Eric Kow)

  * New Feature: Check for and repair patches which remove non-empty files
    (issue815, David Roundy)

  * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers)

  * User Experience: Make darcs changes --interactive behave more like other
    interactive commands (Eric Kow)

  * New Feature: Colorize added and removed lines, if the environment variable
    DARCS_DO_COLOR_LINES=True (Nicolas Pouillard)

  * New Feature: --remote-repodir flag to allow separate default repositories
    for push, pull and send (issue792, Eric Kow)

  * New Feature: darcs changes --count (David Roundy)

  * New Feature: Add a 'show authors' command (Eric Kow)

  * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML
    environment variables are made available for the posthook system, allowing
    for more easier options to to integrate darcs with other systems. (David
    Roundy, Mark Stosberg)

  * New Feature: Automatically create the the global cache if we define we
    want to use it. (David Roundy, Trent Buck)

and numerous performance improvements and bugfixes.
2008-07-20 00:38:44 +00:00
kristerw
981becbeb4 Update darcs to version 1.0.9.
Changes in this release consists mostly of minor bug fixes.
2008-03-17 15:59:05 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
kristerw
7c7ee35590 Make darcs compile when using GHC 6.6.
Bump PKGREVISION.
2007-03-24 17:58:04 +00:00
wiz
9b5f815b2d Add "scm" to CATEGORIES to make it easy to find source control management
related packages.
2007-02-17 20:59:46 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
agc
880481d11e Update darcs from 1.0.4 to 1.0.8, the latest stable version, with
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-10-17 21:43:38 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
jlam
4dd4a66c0d We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards so
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-22 15:12:07 +00:00
wiz
d63e65f2fa Manually add dependency on gmp. Should be implied by ghc dependency,
but that doesn't seem to work.

Workaround for PR 33100.
Bump PKGREVISION.
2006-03-19 15:54:13 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
wiz
5430d4b6b7 Reset PKGREVISION after update to 1.0.4 (hi augustss!). 2005-11-22 19:07:44 +00:00
augustss
23ed39743b Upgrade to darcs version 1.0.4. No change log available. 2005-11-22 12:57:48 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
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-11 18:50:23 +00:00
tonio
bf09fc2238 Oups, latex.buildlink3.mk -> tex.buildlink3.mk 2005-11-08 18:53:02 +00:00
tonio
853804dae4 converted to use tex.buildlink3.mk
set LATEX_DEPMETHOD= build
2005-11-08 18:50:03 +00:00
tonio
79e0837037 Change dependancy from teTeX to teTeX-bin, to avoid problems with teTeX3
bump PKGREVISION
2005-09-29 14:28:37 +00:00
augustss
1110fb44df Install the bash completions in the example directory. 2005-05-28 09:14:39 +00:00
augustss
68510da4c0 Add a file. 2005-05-28 08:45:48 +00:00
augustss
b6c10f9b87 Don't install bash completions. 2005-05-27 13:35:24 +00:00
augustss
1b73115f57 Update to 1.0.3 so it works with ghc 6.4. 2005-05-27 13:04:04 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
augustss
23b60e436a Add darcs, a distributed revision control system. 2005-04-28 15:05:15 +00:00