pkgsrc-WIP-changes archive

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

libmd: moved buidlink category references from wip to devel.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Thu Jun 30 17:26:21 2022 +0200
Changeset:	1321b3bb48445bb3cd95a6131c578138cad64112

Modified Files:
	got-portable/Makefile
	libmd/buildlink3.mk

Log Message:
libmd: moved buidlink category references from wip to devel.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1321b3bb48445bb3cd95a6131c578138cad64112

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 got-portable/Makefile | 2 +-
 libmd/buildlink3.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/got-portable/Makefile b/got-portable/Makefile
index 27ee219d29..6c4c1f195c 100644
--- a/got-portable/Makefile
+++ b/got-portable/Makefile
@@ -40,7 +40,7 @@ post-patch:
 .if ${OPSYS} == "Linux"
 # compatibility macros and functions for Linux.
 .include "../../devel/libbsd/buildlink3.mk"
-.include "../../wip/libmd/buildlink3.mk"
+.include "../../devel/libmd/buildlink3.mk"
 .endif
 
 .if ${OPSYS} == "Darwin"
diff --git a/libmd/buildlink3.mk b/libmd/buildlink3.mk
index e9fa128f7d..f8743f9a07 100644
--- a/libmd/buildlink3.mk
+++ b/libmd/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	libmd
 LIBMD_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libmd+=	libmd>=1.0.4
-BUILDLINK_PKGSRCDIR.libmd?=	../../wip/libmd
+BUILDLINK_PKGSRCDIR.libmd?=	../../devel/libmd
 .endif	# LIBMD_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-libmd


Home | Main Index | Thread Index | Old Index