Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= poudriere |
3 |
PORTNAME= poudriere |
4 |
DISTVERSION= 3.2.99.20180105 |
4 |
DISTVERSION= 3.2.99.20180105 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= ports-mgmt |
6 |
CATEGORIES= ports-mgmt |
7 |
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ |
7 |
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ |
8 |
http://mirror.shatow.net/freebsd/${PORTNAME}/ \ |
8 |
http://mirror.shatow.net/freebsd/${PORTNAME}/ \ |
Lines 24-52
Link Here
|
24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
25 |
ETCDIR= ${PREFIX}/etc/poudriere.d |
25 |
ETCDIR= ${PREFIX}/etc/poudriere.d |
26 |
|
26 |
|
27 |
OPTIONS_DEFINE= ZSH QEMU EXAMPLES |
27 |
OPTIONS_DEFINE= DIALOG4PORTS ZSH QEMU EXAMPLES |
28 |
OPTIONS_DEFAULT=ZSH |
28 |
OPTIONS_DEFAULT=DIALOG4PORTS ZSH |
29 |
OPTIONS_SUB= yes |
29 |
OPTIONS_SUB= yes |
30 |
|
30 |
|
31 |
RUN_DEPENDS+= ca_root_nss>=0:security/ca_root_nss |
31 |
RUN_DEPENDS+= ca_root_nss>=0:security/ca_root_nss |
32 |
RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests |
32 |
RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests |
33 |
|
33 |
|
|
|
34 |
DIALOG4PORTS_DESC= Install dialog4ports (necessary for options command) as runtime dependency |
35 |
DIALOG4PORTS_RUN_DEPENDS+= dialog4ports>0:ports-mgmt/dialog4ports |
34 |
QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures |
36 |
QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures |
35 |
QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static |
37 |
QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static |
36 |
|
38 |
|
37 |
.include <bsd.port.options.mk> |
|
|
38 |
|
39 |
# rm -x support came in 10.0. A bundled rm is used if not supported in base. |
40 |
# While <10 is technically not supported in the Ports Tree, Poudriere |
41 |
# detects this and it being a package build tool it should still be |
42 |
# supported as a user may be installing this to build packages for upgrading |
43 |
# their system to a supported release. |
44 |
.if ${OSVERSION} < 1000000 |
45 |
PLIST_SUB+= RM="" |
46 |
.else |
47 |
PLIST_SUB+= RM="@comment " |
48 |
.endif |
49 |
|
50 |
post-patch: |
39 |
post-patch: |
51 |
${CP} -f ${WRKSRC}/src/bin/poudriere ${WRKSRC}/poudriere |
40 |
${CP} -f ${WRKSRC}/src/bin/poudriere ${WRKSRC}/poudriere |
52 |
${REINPLACE_CMD} \ |
41 |
${REINPLACE_CMD} \ |