pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin Depend on libfetch from pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/968c98688396
branches:  trunk
changeset: 635417:968c98688396
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jun 05 13:36:38 2014 +0000

description:
Depend on libfetch from pkgsrc.

On NetBSD 5, builtin libfetch is linked against builtin openssl, but
pkgsrc openssl is used to build pkgin, causing a link failure.

ok imil@.

diffstat:

 pkgtools/pkgin/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r b58697c01d3b -r 968c98688396 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Thu Jun 05 12:16:16 2014 +0000
+++ b/pkgtools/pkgin/Makefile   Thu Jun 05 13:36:38 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2014/04/09 07:27:15 obache Exp $
+# $NetBSD: Makefile,v 1.47 2014/06/05 13:36:38 gdt Exp $
 
 GHCOMMIT=              3859170568fbe4fe21b5660dbaeca8d65ac10f1b
 DISTNAME=              ${GHCOMMIT}
 PKGNAME=               pkgin-0.6.4
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            pkgtools
 MASTER_SITES=          https://github.com/NetBSDfr/pkgin/archive/
 
@@ -82,5 +82,6 @@
 
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
+.include "../../net/libfetch/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index