pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libmd: add buildlink3.mk. Also fix reference in DESCR.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Thu Jun 23 00:23:33 2022 +0200
Changeset: ab69c0ac42f1f7ee4ce47ec8b6c22e25616da04a
Modified Files:
libmd/DESCR
libmd/Makefile
Added Files:
libmd/buildlink3.mk
Log Message:
libmd: add buildlink3.mk. Also fix reference in DESCR.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab69c0ac42f1f7ee4ce47ec8b6c22e25616da04a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libmd/DESCR | 12 ++++++------
libmd/Makefile | 2 +-
libmd/buildlink3.mk | 12 ++++++++++++
3 files changed, 19 insertions(+), 7 deletions(-)
diffs:
diff --git a/libmd/DESCR b/libmd/DESCR
index 9f35bb64f0..fd70cc77fa 100644
--- a/libmd/DESCR
+++ b/libmd/DESCR
@@ -3,9 +3,9 @@ either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD,
macOS, Solaris) libraries and lacking on others like GNU systems.
The intention here is to have a library with extremely permissive
-licenses (see below), that can be used by any project; that has a very
-small scope and as such can be part of the base system on most
-distributions; and that has a compatible API with the implementations on
-other systems and those that other projects are embedding, so that they
-can switch to use the system library instead of duplicating the same
-code all over the place.
+licenses, that can be used by any project; that has a very small scope
+and as such can be part of the base system on most distributions; and
+that has a compatible API with the implementations on other systems and
+those that other projects are embedding, so that they can switch to use
+the system library instead of duplicating the same code all over the
+place.
diff --git a/libmd/Makefile b/libmd/Makefile
index bb94c4bf23..2b83666748 100644
--- a/libmd/Makefile
+++ b/libmd/Makefile
@@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= vms%retrobsd.ddns.net@localhost
HOMEPAGE= https://www.hadrons.org/software/libmd/
-COMMENT= Message Digest functions from BSD systems=
+COMMENT= Message Digest functions from BSD systems
LICENSE= modified-bsd AND 2-clause-bsd AND isc AND beer-ware
GNU_CONFIGURE= yes
diff --git a/libmd/buildlink3.mk b/libmd/buildlink3.mk
new file mode 100644
index 0000000000..e9fa128f7d
--- /dev/null
+++ b/libmd/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= libmd
+
+.if !defined(LIBMD_BUILDLINK3_MK)
+LIBMD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libmd+= libmd>=1.0.4
+BUILDLINK_PKGSRCDIR.libmd?= ../../wip/libmd
+.endif # LIBMD_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libmd
Home |
Main Index |
Thread Index |
Old Index