FreeBSD Bugzilla – Attachment 191208 Details for
Bug 226352
devel/p4: is missing SSL support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Build p4api with SSL support
226352.diff (text/plain), 644 bytes, created by
Alan Somers
on 2018-03-04 23:46:20 UTC
(
hide
)
Description:
Build p4api with SSL support
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2018-03-04 23:46:20 UTC
Size:
644 bytes
patch
obsolete
>Index: devel/p4/Makefile >=================================================================== >--- devel/p4/Makefile (revision 463601) >+++ devel/p4/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= p4 > PORTVERSION= ${YEAR}.${MAJOR}.${MINOR} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > # Perforce stupidly rerolls their distfiles on a regular basis, updating the > # files' timestamps when they do, which changes the zip file's checksum. Work >@@ -36,6 +36,8 @@ > CCFLAGS="${CFLAGS}" \ > LINKFLAGS="${LDFLAGS}" \ > OSVER=${OSVER} \ >+ SSL="yes" \ >+ SSLPREFIX="/usr/lib" \ > ${JAM} -dx -j${MAKE_JOBS_NUMBER} || true > > do-install:
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 226352
:
191208
|
191209
|
191212