FreeBSD Bugzilla – Attachment 191212 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 devel/p4 and devel/py-p4python with SSL support
226352.diff (text/plain), 1.83 KB, created by
Alan Somers
on 2018-03-05 04:01:58 UTC
(
hide
)
Description:
Build devel/p4 and devel/py-p4python with SSL support
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2018-03-05 04:01:58 UTC
Size:
1.83 KB
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: >Index: devel/py-p4python/Makefile >=================================================================== >--- devel/py-p4python/Makefile (revision 463343) >+++ devel/py-p4python/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= p4python > PORTVERSION= 2016.1.1447008 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,8 +16,9 @@ > BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= dos2unix python >+USES= dos2unix python ssl > USE_PYTHON= distutils autoplist >+PYDISTUTILS_BUILDARGS= --ssl ${OPENSSLLIB} > > post-patch: > @${REINPLACE_CMD} -e 's:%%LOCALBASE%%:${LOCALBASE}:' ${WRKSRC}/setup.py >Index: devel/py-p4python/pkg-descr >=================================================================== >--- devel/py-p4python/pkg-descr (revision 463343) >+++ devel/py-p4python/pkg-descr (working copy) >@@ -1,4 +1,4 @@ > The Python bindings for the Perforce Client API provide convenient classes > within Python for communicating with Perforce SCM servers. > >-WWW: https://www.perforce.com/perforce/doc.current/manuals/p4script/03_python.html >+WWW: https://www.perforce.com/perforce/r14.2/manuals/p4script/python.programming.html
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