pkgsrc-WIP-changes archive

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

libc++, libc++-abi: lang -> wip



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 17:16:04 2018 +0100
Changeset:	4de73e4ea150a0d285438e3f0927f60edcb45785

Modified Files:
	libc++-abi/Makefile
	libc++/buildlink3.mk

Log Message:
libc++, libc++-abi: lang -> wip

I have no idea if these are still needed at all. AFAICS, they are
ancient versions of lang/libcxx and lang/libcxxabi respectively.

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

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

diffstat:
 libc++-abi/Makefile  | 2 +-
 libc++/buildlink3.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/libc++-abi/Makefile b/libc++-abi/Makefile
index b626ab6d56..7c7794b193 100644
--- a/libc++-abi/Makefile
+++ b/libc++-abi/Makefile
@@ -28,5 +28,5 @@ CMAKE_ARGS.Darwin+=	-DCMAKE_LIBTOOL=/usr/bin/libtool
 post-extract:
 	${MKDIR} ${WRKDIR}/build
 
-.include "../../lang/libc++/buildlink3.mk"
+.include "../../wip/libc++/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/libc++/buildlink3.mk b/libc++/buildlink3.mk
index d1f6199f84..30f92283ee 100644
--- a/libc++/buildlink3.mk
+++ b/libc++/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	libc++
 LIBC++_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libc+++=	libc++>=4.0.0
-BUILDLINK_PKGSRCDIR.libc++?=	../../lang/libc++
+BUILDLINK_PKGSRCDIR.libc++?=	../../wip/libc++
 .endif	# LIBC++_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-libc++


Home | Main Index | Thread Index | Old Index