pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
java-protobuf: Stop including a Makefile.common that no longer exists
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue May 14 20:21:33 2019 -0400
Changeset: 7dd20948fa6f6be8d3cda08789c19b94e65528c2
Modified Files:
java-protobuf/DESCR
java-protobuf/Makefile
Log Message:
java-protobuf: Stop including a Makefile.common that no longer exists
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7dd20948fa6f6be8d3cda08789c19b94e65528c2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
java-protobuf/DESCR | 2 +-
java-protobuf/Makefile | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/java-protobuf/DESCR b/java-protobuf/DESCR
index 47afc5b43c..dd8ab4802f 100644
--- a/java-protobuf/DESCR
+++ b/java-protobuf/DESCR
@@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
-This package contains Python bindings for the Protocol Buffers.
+This package contains Java bindings for the Protocol Buffers.
diff --git a/java-protobuf/Makefile b/java-protobuf/Makefile
index 02f7d1f47c..a1a30aa887 100644
--- a/java-protobuf/Makefile
+++ b/java-protobuf/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:43 wiz Exp $
-.include "../../devel/protobuf/Makefile.common"
+# \todo Replace; no longer exists.
+#.include "../../devel/protobuf/Makefile.common"
DISTNAME= protobuf-java-${PROTOBUFVER}
PKGNAME= java-${DISTNAME:S/-java//}
Home |
Main Index |
Thread Index |
Old Index