diff options
author | richard <richard> | 2014-09-10 10:14:07 +0000 |
---|---|---|
committer | richard <richard> | 2014-09-10 10:14:07 +0000 |
commit | 95c24d1d93846f644ee1ed43b1e6cf921612be69 (patch) | |
tree | 840e30c2264db0b7bf1933e5ab743f6e3f16f35d /devel/zlib | |
parent | 0d119b140a70b48cd26602e93df0f74ade54ce5b (diff) | |
download | pkgsrc-95c24d1d93846f644ee1ed43b1e6cf921612be69.tar.gz |
adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:
[extensions]
hgnested =
See `hg help hgnested` for the complete list of commands.
For more information please visit the following website:
http://code.google.com/p/hgnested/
Diffstat (limited to 'devel/zlib')
-rw-r--r-- | devel/zlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index 9f5c5268a07..d8f06a0b451 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2013/11/30 11:14:10 richard Exp $ +# $NetBSD: Makefile,v 1.49 2014/09/10 10:14:08 richard Exp $ DISTNAME= zlib-1.2.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ http://zlib.net/ @@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE+= zlib.pc.in CFLAGS+= ${CPPFLAGS} LDFLAGS.Cygwin= -no-undefined +LDFLAGS.SunOS+= -Wl,-zignore # avoid unused reference to libgcc_s.so SUBST_CLASSES+= pc SUBST_MESSAGE.pc= pkg-config file substitutions |