pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libuv: remove, devel/libuv is newer.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Nov 6 10:21:12 2015 +0100
Changeset: 8a8c69bddfe22414732839ee186b48787a742a14
Modified Files:
Makefile
Removed Files:
libuv/DESCR
libuv/Makefile
libuv/PLIST
libuv/buildlink3.mk
libuv/distinfo
libuv/patches/patch-autogen.sh
Log Message:
libuv: remove, devel/libuv is newer.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a8c69bddfe22414732839ee186b48787a742a14
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
libuv/DESCR | 7 -------
libuv/Makefile | 28 ----------------------------
libuv/PLIST | 13 -------------
libuv/buildlink3.mk | 12 ------------
libuv/distinfo | 6 ------
libuv/patches/patch-autogen.sh | 17 -----------------
7 files changed, 84 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 54e6d73..3a441ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1569,7 +1569,6 @@ SUBDIR+= libucl
SUBDIR+= libuna
SUBDIR+= libunibilium
SUBDIR+= libunwind
-SUBDIR+= libuv
SUBDIR+= libvalhalla
SUBDIR+= libvc
SUBDIR+= libvg
diff --git a/libuv/DESCR b/libuv/DESCR
deleted file mode 100644
index 4eabaf0..0000000
--- a/libuv/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-libuv is used as the platform layer for node.js
-
-libuv enforces an asynchronous, event-driven style of programming.
-Its core job is to provide an event loop and callback based
-notifications of I/O and other activities. libuv offers core
-utilities like timers, non-blocking networking support, asynchronous
-file system access, child processes and more.
diff --git a/libuv/Makefile b/libuv/Makefile
deleted file mode 100644
index c4c2a3e..0000000
--- a/libuv/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2015/05/08 18:17:30 jonthn Exp $
-#
-
-DISTNAME= libuv-1.5.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-HOMEPAGE= https://github.com/libuv/libuv
-COMMENT= Asynchronous event library, platform layer of node.js
-LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd
-
-USE_TOOLS+= autoconf automake aclocal gmake
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-HEADERS= uv-bsd.h uv-darwin.h uv-linux.h uv-sunos.h uv-unix.h uv-win.h
-
-pre-configure:
- ${RUN} cd ${WRKSRC} && sh autogen.sh
-
-post-install:
- for f in ${HEADERS}; do \
- ${INSTALL_DATA} ${WRKSRC}/include/$$f ${DESTDIR}${PREFIX}/include/$$f; \
- done
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libuv/PLIST b/libuv/PLIST
deleted file mode 100644
index 6a3c572..0000000
--- a/libuv/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/07 21:55:50 jonthn Exp $
-include/uv-bsd.h
-include/uv-darwin.h
-include/uv-errno.h
-include/uv-linux.h
-include/uv-sunos.h
-include/uv-threadpool.h
-include/uv-unix.h
-include/uv-version.h
-include/uv-win.h
-include/uv.h
-lib/libuv.la
-lib/pkgconfig/libuv.pc
diff --git a/libuv/buildlink3.mk b/libuv/buildlink3.mk
deleted file mode 100644
index f9e734a..0000000
--- a/libuv/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/12/07 21:55:50 jonthn Exp $
-
-BUILDLINK_TREE+= libuv
-
-.if !defined(LIBUV_BUILDLINK3_MK)
-LIBUV_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libuv+= libuv>=1.0.0
-BUILDLINK_PKGSRCDIR.libuv?= ../../wip/libuv
-.endif # LIBUV_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libuv
diff --git a/libuv/distinfo b/libuv/distinfo
deleted file mode 100644
index d1602cf..0000000
--- a/libuv/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/05/08 18:17:30 jonthn Exp $
-
-SHA1 (libuv-1.5.0.tar.gz) = d7badf464344fa8fa416895ca9c40a489d2daaac
-RMD160 (libuv-1.5.0.tar.gz) = dd85a6edc3b86a63cf8cb0157d0a776e82c509f1
-Size (libuv-1.5.0.tar.gz) = 1023438 bytes
-SHA1 (patch-autogen.sh) = 55a344c1c4d32b2b95f86cdfb294441a040adcde
diff --git a/libuv/patches/patch-autogen.sh b/libuv/patches/patch-autogen.sh
deleted file mode 100644
index 15284a0..0000000
--- a/libuv/patches/patch-autogen.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-autogen.sh,v 1.1 2014/12/07 21:55:50 jonthn Exp $
-
-Use libtoolize on Darwin instead of glibtoolize
-
---- autogen.sh.orig 2014-12-01 19:48:53.000000000 +0000
-+++ autogen.sh
-@@ -16,10 +16,6 @@
-
- cd `dirname "$0"`
-
--if [ "$LIBTOOLIZE" = "" ] && [ "`uname`" = "Darwin" ]; then
-- LIBTOOLIZE=glibtoolize
--fi
--
- ACLOCAL=${ACLOCAL:-aclocal}
- AUTOCONF=${AUTOCONF:-autoconf}
- AUTOMAKE=${AUTOMAKE:-automake}
Home |
Main Index |
Thread Index |
Old Index