|
Lines 116-127
Link Here
|
| 116 |
CONFIGURE_ARGS+= --with-fpectl |
116 |
CONFIGURE_ARGS+= --with-fpectl |
| 117 |
.endif |
117 |
.endif |
| 118 |
|
118 |
|
| 119 |
.if ${OSVERSION} >= 700000 |
119 |
.if ${OSVERSION} >= 800000 |
| 120 |
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 |
120 |
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd7 |
|
|
121 |
.elif ${OSVERSION} >= 700000 |
| 122 |
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd8 |
| 121 |
.elif ${OSVERSION} >= 600000 |
123 |
.elif ${OSVERSION} >= 600000 |
| 122 |
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7 |
124 |
PLATFORMS=plat-freebsd4 plat-freebsd5 plat-freebsd7 plat-freebsd8 |
| 123 |
.else |
125 |
.else |
| 124 |
PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7 |
126 |
PLATFORMS=plat-freebsd4 plat-freebsd6 plat-freebsd7 plat-freebsd8 |
| 125 |
.endif |
127 |
.endif |
| 126 |
|
128 |
|
| 127 |
pre-patch: |
129 |
pre-patch: |
|
Lines 156-161
Link Here
|
| 156 |
${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist |
158 |
${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist |
| 157 |
.endif |
159 |
.endif |
| 158 |
|
160 |
|
|
|
161 |
@${CP} -R ${PATCH_WRKSRC}/Lib/plat-freebsd7 \ |
| 162 |
${PATCH_WRKSRC}/Lib/plat-freebsd8 |
| 163 |
|
| 159 |
post-configure: |
164 |
post-configure: |
| 160 |
${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${SHARED_WRKSRC} -xf - |
165 |
${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${SHARED_WRKSRC} -xf - |
| 161 |
${LN} -sf ${PYTHON_WRKSRC}/Lib ${WRKSRC}/Lib |
166 |
${LN} -sf ${PYTHON_WRKSRC}/Lib ${WRKSRC}/Lib |