pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/protobuf-c: remove (mechanical cleanup)
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Wed Sep 23 17:47:30 2015 +0200
Changeset: c1659e5322f16db9ef562d9d8cda3fe02b16962d
Removed Files:
protobuf-c/DESCR
protobuf-c/Makefile
protobuf-c/PLIST
protobuf-c/buildlink3.mk
protobuf-c/distinfo
protobuf-c/patches/patch-configure
Log Message:
wip/protobuf-c: remove (mechanical cleanup)
- pkgsrc/devel/protobuf-c exists
- pkgsrc (1.1.1) >= wip (0.15)
- doc/CHANGES-2015: Added version 1.1.1 [wiedi 2015-06-10]
- wip/protobuf-c last touched [wiz 2013-01-24]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1659e5322f16db9ef562d9d8cda3fe02b16962d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
protobuf-c/DESCR | 2 --
protobuf-c/Makefile | 30 ------------------------------
protobuf-c/PLIST | 8 --------
protobuf-c/buildlink3.mk | 13 -------------
protobuf-c/distinfo | 6 ------
protobuf-c/patches/patch-configure | 22 ----------------------
6 files changed, 81 deletions(-)
diffs:
diff --git a/protobuf-c/DESCR b/protobuf-c/DESCR
deleted file mode 100644
index b627afb..0000000
--- a/protobuf-c/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package provides a code generator and runtime libraries to use
-Protocol Buffers from pure C (not C++)
diff --git a/protobuf-c/Makefile b/protobuf-c/Makefile
deleted file mode 100644
index 1da3941..0000000
--- a/protobuf-c/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/01/13 00:42:39 wongk Exp $
-#
-
-DISTNAME= protobuf-c-0.15
-CATEGORIES= devel
-MASTER_SITES= http://protobuf-c.googlecode.com/files/
-
-MAINTAINER= wongk%apt.homeunix.net@localhost
-HOMEPAGE= http://code.google.com/p/protobuf-c/
-COMMENT= Protocol Buffers for pure C
-LICENSE= modified-bsd
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c++ c
-USE_LIBTOOL= yes
-
-LIBS.SunOS= -lresolv -lsocket -lnsl
-
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= post-patch
-SUBST_FILES.conf= configure
-
-CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS=-L${LOCALBASE}/include
-
-# url2pkg-marker (please do not remove this line.)
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../devel/protobuf/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/protobuf-c/PLIST b/protobuf-c/PLIST
deleted file mode 100644
index 07462ee..0000000
--- a/protobuf-c/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/01/13 00:42:39 wongk Exp $
-bin/protoc-c
-include/google/protobuf-c/protobuf-c-dispatch.h
-include/google/protobuf-c/protobuf-c-private.h
-include/google/protobuf-c/protobuf-c-rpc.h
-include/google/protobuf-c/protobuf-c.h
-lib/libprotobuf-c.la
-lib/pkgconfig/libprotobuf-c.pc
diff --git a/protobuf-c/buildlink3.mk b/protobuf-c/buildlink3.mk
deleted file mode 100644
index 9daa52c..0000000
--- a/protobuf-c/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2013/01/23 23:53:38 thomasklausner Exp $
-
-BUILDLINK_TREE+= protobuf-c
-
-.if !defined(PROTOBUF_C_BUILDLINK3_MK)
-PROTOBUF_C_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.protobuf-c+= protobuf-c>=0.15
-BUILDLINK_PKGSRCDIR.protobuf-c?= ../../wip/protobuf-c
-
-.endif # PROTOBUF_C_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -protobuf-c
diff --git a/protobuf-c/distinfo b/protobuf-c/distinfo
deleted file mode 100644
index fd19ada..0000000
--- a/protobuf-c/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/01/24 00:00:47 thomasklausner Exp $
-
-SHA1 (protobuf-c-0.15.tar.gz) = 4fbd93f492c52154713de1951c0a2133ddd43abb
-RMD160 (protobuf-c-0.15.tar.gz) = 50319bba2b173aafb96dd1fe70550d378e69f871
-Size (protobuf-c-0.15.tar.gz) = 500911 bytes
-SHA1 (patch-configure) = eeaea1bf19736be6f6316ebe4abfa896ad220065
diff --git a/protobuf-c/patches/patch-configure b/protobuf-c/patches/patch-configure
deleted file mode 100644
index 36ffcfe..0000000
--- a/protobuf-c/patches/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2013/01/24 00:00:47 thomasklausner Exp $
-
-Fix unportable test(1) construct.
-
---- configure.orig 2013-01-23 21:26:47.000000000 +0000
-+++ configure
-@@ -16775,13 +16775,13 @@ fi
-
- if test "$with_endianness" != "no"; then
-
-- if test "$with_endianness" == "little"; then
-+ if test "$with_endianness" = "little"; then
-
- is_little_endian=1
-
- else
-
-- if test "$with_endianness" == "big"; then
-+ if test "$with_endianness" = "big"; then
-
- is_little_endian=0
-
Home |
Main Index |
Thread Index |
Old Index