pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc add a "curl" module.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/624e70bebb68
branches:  trunk
changeset: 585858:624e70bebb68
user:      chs <chs%pkgsrc.org@localhost>
date:      Sun Feb 27 15:54:03 2011 +0000

description:
add a "curl" module.

diffstat:

 emulators/suse113_linux/emulator.mk |  3 ++-
 mk/emulator/linux.mk                |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r c864717342a1 -r 624e70bebb68 emulators/suse113_linux/emulator.mk
--- a/emulators/suse113_linux/emulator.mk       Sun Feb 27 15:53:21 2011 +0000
+++ b/emulators/suse113_linux/emulator.mk       Sun Feb 27 15:54:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emulator.mk,v 1.1.1.1 2010/09/24 01:28:06 chs Exp $
+# $NetBSD: emulator.mk,v 1.2 2011/02/27 15:54:03 chs Exp $
 #
 # This file is included by linux-suse.mk in the emulator framework.
 #
@@ -25,6 +25,7 @@
 DEPENDS_suse-11.3.base?=       suse_base${_SUSE_VERSION_REQD}:../../emulators/suse113_base
 DEPENDS_suse-11.3.compat?=     suse_compat${_SUSE_VERSION_REQD}:../../emulators/suse113_compat
 DEPENDS_suse-11.3.cups?=       suse_libcups${_SUSE_VERSION_REQD}:../../emulators/suse113_libcups
+DEPENDS_suse-11.3.curl?=       suse_libcurl${_SUSE_VERSION_REQD}:../../emulators/suse113_libcurl
 DEPENDS_suse-11.3.expat?=      suse_expat${_SUSE_VERSION_REQD}:../../emulators/suse113_expat
 DEPENDS_suse-11.3.fontconfig?= suse_fontconfig${_SUSE_VERSION_REQD}:../../emulators/suse113_fontconfig
 DEPENDS_suse-11.3.freetype2?=  suse_freetype2${_SUSE_VERSION_REQD}:../../emulators/suse113_freetype2
diff -r c864717342a1 -r 624e70bebb68 mk/emulator/linux.mk
--- a/mk/emulator/linux.mk      Sun Feb 27 15:53:21 2011 +0000
+++ b/mk/emulator/linux.mk      Sun Feb 27 15:54:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: linux.mk,v 1.7 2010/09/24 17:08:35 chs Exp $
+# $NetBSD: linux.mk,v 1.8 2011/02/27 15:54:03 chs Exp $
 #
 # Linux binary emulation framework
 #
@@ -42,6 +42,7 @@
 _EMUL_MODULES+=                base
 _EMUL_MODULES+=                compat
 _EMUL_MODULES+=                cups
+_EMUL_MODULES+=                curl
 _EMUL_MODULES+=                expat
 _EMUL_MODULES+=                fontconfig
 _EMUL_MODULES+=                freetype2



Home | Main Index | Thread Index | Old Index