|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= p4 |
4 |
PORTNAME= p4 |
| 5 |
PORTVERSION= ${YEAR}.${MAJOR}.${MINOR} |
5 |
PORTVERSION= ${YEAR}.${MAJOR}.${MINOR} |
| 6 |
PORTREVISION= 2 |
6 |
PORTREVISION= 3 |
| 7 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
| 8 |
# Perforce stupidly rerolls their distfiles on a regular basis, updating the |
8 |
# Perforce stupidly rerolls their distfiles on a regular basis, updating the |
| 9 |
# files' timestamps when they do, which changes the zip file's checksum. Work |
9 |
# files' timestamps when they do, which changes the zip file's checksum. Work |
|
Lines 33-38
Link Here
|
| 33 |
|
33 |
|
| 34 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
| 35 |
|
35 |
|
|
|
36 |
.if ${OSVERSION} >= 1200085 |
| 37 |
# P4 needs a patch for compatibility with OpenSSL 1.1.1 |
| 38 |
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-net_netsslcredentials.cc |
| 39 |
.endif |
| 40 |
|
| 36 |
.include "Makefile.inc" |
41 |
.include "Makefile.inc" |
| 37 |
|
42 |
|
| 38 |
# Sadly, Jam always returns 1 even on success. Ignore its return value and |
43 |
# Sadly, Jam always returns 1 even on success. Ignore its return value and |