diff options
author | joerg <joerg> | 2008-04-02 15:33:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-02 15:33:14 +0000 |
commit | dba7edd08cc653fb9e37b2b445edb6fa28a20bd7 (patch) | |
tree | e46e301164ebf52c61e36f756381d08430abbb91 /net/libfetch/buildlink3.mk | |
parent | 97c8a8560dfe752b6aeffd85c14be07c0459f5b7 (diff) | |
download | pkgsrc-dba7edd08cc653fb9e37b2b445edb6fa28a20bd7.tar.gz |
libfetch-2.1:
- remove most of the debug junk
- fix a buffer overflow in the config parser
- replace stdio usage with a simple abstract IO framework. currently
without explicit buffering, but that might be added later
Diffstat (limited to 'net/libfetch/buildlink3.mk')
-rw-r--r-- | net/libfetch/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libfetch/buildlink3.mk b/net/libfetch/buildlink3.mk index 05527697010..d3c764935e7 100644 --- a/net/libfetch/buildlink3.mk +++ b/net/libfetch/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/07 01:48:22 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2008/04/02 15:33:14 joerg Exp $ BUILDLINK_DEPMETHOD.libfetch?= build @@ -14,7 +14,7 @@ BUILDLINK_PACKAGES+= libfetch BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libfetch .if ${LIBFETCH_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.0 +BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.1 BUILDLINK_PKGSRCDIR.libfetch?= ../../net/libfetch .endif # LIBFETCH_BUILDLINK3_MK |