mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Mark BROKEN on FreeBSD-4;
- Fix build on the cluster (unzip used during post-install). Reported by: pointyhat via Kris
This commit is contained in:
parent
abe3fc08c9
commit
fe092f1c76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151112
@ -27,6 +27,9 @@ LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES+= doc_components-${DOCVERSION}${EXTRACT_SUFX}:dat
|
||||
DOCVERSION= 2005-09-27
|
||||
. if defined(PACKAGE_BUILDING) # unzip is used during post-install:
|
||||
RUN_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
|
||||
. endif
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/kicad-dev
|
||||
@ -54,6 +57,10 @@ RUN_DEPENDS+= konqueror:${PORTSDIR}/x11/kdebase3
|
||||
RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on ${OSVERSION}"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
for f in `${FIND} ${WRKSRC} -name ${MAKEFILE}`; do \
|
||||
${CP} $$f $$f.dos && \
|
||||
|
@ -27,6 +27,9 @@ LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES+= doc_components-${DOCVERSION}${EXTRACT_SUFX}:dat
|
||||
DOCVERSION= 2005-09-27
|
||||
. if defined(PACKAGE_BUILDING) # unzip is used during post-install:
|
||||
RUN_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
|
||||
. endif
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/kicad-dev
|
||||
@ -54,6 +57,10 @@ RUN_DEPENDS+= konqueror:${PORTSDIR}/x11/kdebase3
|
||||
RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on ${OSVERSION}"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
for f in `${FIND} ${WRKSRC} -name ${MAKEFILE}`; do \
|
||||
${CP} $$f $$f.dos && \
|
||||
|
Loading…
Reference in New Issue
Block a user