FreeBSD Bugzilla – Attachment 215472 Details for
Bug 247187
devel/date: restore libtz.so after r538356
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
bug247187.diff (text/plain), 1.53 KB, created by
Jan Beich
on 2020-06-12 00:22:16 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2020-06-12 00:22:16 UTC
Size:
1.53 KB
patch
obsolete
>From 566cbbbc2f76bbb215e3c549bc1ca3582b9967c4 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Fri, 12 Jun 2020 00:16:05 +0000 >Subject: [PATCH] devel/date: restore libtz.so after r538356 > >PR: 247187 >Approved by: yuri (maintainer) >--- > devel/date/Makefile | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > >diff --git a/devel/date/Makefile b/devel/date/Makefile >index 1e6e1d6c40ab..0d617917dbce 100644 >--- a/devel/date/Makefile >+++ b/devel/date/Makefile >@@ -3,6 +3,7 @@ > PORTNAME= date > DISTVERSIONPREFIX= v > DISTVERSION= 3.0.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >@@ -11,7 +12,6 @@ COMMENT= Date and time library based on the C++11/14/17 <chrono> header > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/typeof/boost/chrono/chrono.hpp:devel/boost-libs > LIB_DEPENDS= libcurl.so:ftp/curl > TEST_DEPENDS= bash:shells/bash > >@@ -20,13 +20,17 @@ USE_GITHUB= yes > GH_ACCOUNT= HowardHinnant > USE_LDCONFIG= yes > >-CMAKE_ON= BUILD_SHARED_LIBS >+CMAKE_ON= BUILD_SHARED_LIBS BUILD_TZ_LIB > CMAKE_OFF= ENABLE_DATE_TESTING > > PLIST_FILES= include/date/date.h \ >+ include/date/tz.h \ > lib/cmake/date/dateConfig.cmake \ > lib/cmake/date/dateConfigVersion.cmake \ >- lib/cmake/date/dateTargets.cmake >+ lib/cmake/date/dateTargets-${CMAKE_BUILD_TYPE:tl}.cmake \ >+ lib/cmake/date/dateTargets.cmake \ >+ lib/libdate-tz.so \ >+ lib/libdate-tz.so.2.4.1 > > do-test: > @cd ${WRKSRC} && ${REINPLACE_CMD} 's|!/bin/bash|!${LOCALBASE}/bin/bash|' compile_fail.sh test_fail.sh
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247187
: 215472