FreeBSD Bugzilla – Attachment 246361 Details for
Bug 275140
devel/{p4,p4api}: Update to 2023.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch toupdate distfiles and version numbers
p4.2023.1.diff (text/plain), 2.47 KB, created by
antonfb
on 2023-11-16 21:30:12 UTC
(
hide
)
Description:
patch toupdate distfiles and version numbers
Filename:
MIME Type:
Creator:
antonfb
Created:
2023-11-16 21:30:12 UTC
Size:
2.47 KB
patch
obsolete
>diff --git a/devel/p4/Makefile.inc b/devel/p4/Makefile.inc >index cbf88951e..c6b4edfd2 100644 >--- a/devel/p4/Makefile.inc >+++ b/devel/p4/Makefile.inc >@@ -1,7 +1,7 @@ > P4VERSION?= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} >-YEAR= 2022 >-MAJOR= 2 >-MINOR= 2407422 >+YEAR= 2023 >+MAJOR= 1 >+MINOR= 2442900 > > JAM?= ${LOCALBASE}/bin/jam > OSVER?= ${OSREL:S/.//} >diff --git a/devel/p4/distinfo b/devel/p4/distinfo >index fb002e83d..c09d0430f 100644 >--- a/devel/p4/distinfo >+++ b/devel/p4/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1679422608 >-SHA256 (p4source-2407422.tgz) = 4355375def3f3d2256d4a92ac1b9960173e7aa97404346c0c74caf23a0905e1b >-SIZE (p4source-2407422.tgz) = 6325949 >+TIMESTAMP = 1684444969 >+SHA256 (p4source-2442900.tgz) = efdc59bf1443a6709998299cdff3a9cc52c5a6de790602ecb6ad70c6f509a496 >+SIZE (p4source-2442900.tgz) = 6569147 >diff --git a/devel/p4/files/patch-Jamrules b/devel/p4/files/patch-Jamrules >index c63b4f543..d8d80e736 100644 >--- a/devel/p4/files/patch-Jamrules >+++ b/devel/p4/files/patch-Jamrules >@@ -1,4 +1,4 @@ >---- Jamrules.orig 2023-01-19 09:37:52 UTC >+--- Jamrules.orig 2022-12-15 10:39:01 UTC > +++ Jamrules > @@ -673,12 +673,11 @@ > # P4BIN is set to ../p4-bin (relative to P4) >@@ -14,7 +14,7 @@ > $(BUILD) > $(TYPE:L) ; > >-@@ -1224,11 +1223,6 @@ >+@@ -1245,11 +1244,6 @@ > OPTIM += -Wno-parentheses -Wno-switch -fwrapv ; > > _mflags = ; >diff --git a/devel/p4/files/patch-zlib_deflate.c b/devel/p4/files/patch-zlib_deflate.c >index b1c8c81fe..b3fafd3b2 100644 >--- a/devel/p4/files/patch-zlib_deflate.c >+++ b/devel/p4/files/patch-zlib_deflate.c >@@ -1,11 +1,11 @@ >---- zlib/deflate.c.orig 2023-04-08 02:21:18 UTC >+--- zlib/deflate.c.orig 2022-11-09 18:15:37 UTC > +++ zlib/deflate.c >-@@ -56,7 +56,7 @@ >+@@ -58,7 +58,7 @@ > * Perforce change. Disable neon speedup (for now) > * on Apple M1 builds. > */ > -#if ( defined( OS_DARWIN ) || defined( OS_MACOSX ) ) && defined(__aarch64__) >-+#if ( defined( OS_DARWIN ) || defined( OS_MACOSX ) || defined( OS_FREEBSD ) ) && defined(__aarch64__) >++#if ( defined( OS_DARWIN ) || defined( OS_MACOSX ) ) && defined(__aarch64__) || defined( OS_FREEBSD ) > #undef __ARM_NEON__ > #undef __ARM_NEON > #endif >diff --git a/devel/p4api/Makefile b/devel/p4api/Makefile >index 970e1f633..dc68a5ed4 100644 >--- a/devel/p4api/Makefile >+++ b/devel/p4api/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= p4api > PORTVERSION= ${YEAR}.${MAJOR}.${MINOR} >-PORTREVISION= 1 > CATEGORIES= devel > # Perforce does not version their distfiles when they patch. > # This does not play well with FreeBSD's conventions.
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
Flags:
antonfb:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 275140
:
246361
|
246363