Fix packaging, which should also fix the cascading failure on the ports
cluster.
This commit is contained in:
parent
97ff74d771
commit
00b8ccf86d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122394
4 changed files with 2 additions and 8 deletions
|
@ -40,14 +40,13 @@ USE_PERL5= yes
|
|||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
REINPLACE_ARGS= -i
|
||||
|
||||
CONFIGURE_TARGET= # Empty
|
||||
CONFIGURE_ARGS+= --enable-threads
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
IGNORE= crashes at runtime
|
||||
|
||||
.if !exists(${JAVABINDIR}/java)
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
@ -67,7 +66,6 @@ BUILD_DEPENDS+= ${JAVAPORT}
|
|||
CONFIGURE_ENV+= PATH=${PATH}:${JAVABINDIR}
|
||||
MAKE_ENV+= PATH=${PATH}:${JAVABINDIR}
|
||||
SCRIPT_ENV+= PATH=${PATH}:${JAVABINDIR}
|
||||
|
||||
.endif
|
||||
|
||||
# The man-pages are put (in spite of FreeBSD's port convention) in a private
|
||||
|
|
|
@ -17,7 +17,6 @@ OTP_LIBS= appmon-2.1.2 \
|
|||
et-1.0 \
|
||||
eva-2.0.4 \
|
||||
gs-1.5.2 \
|
||||
hipe-2.0.2 \
|
||||
ic-4.2.6 \
|
||||
inets-3.0.7 \
|
||||
jinterface-1.2.1.2 \
|
||||
|
|
|
@ -40,14 +40,13 @@ USE_PERL5= yes
|
|||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
REINPLACE_ARGS= -i
|
||||
|
||||
CONFIGURE_TARGET= # Empty
|
||||
CONFIGURE_ARGS+= --enable-threads
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
IGNORE= crashes at runtime
|
||||
|
||||
.if !exists(${JAVABINDIR}/java)
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
@ -67,7 +66,6 @@ BUILD_DEPENDS+= ${JAVAPORT}
|
|||
CONFIGURE_ENV+= PATH=${PATH}:${JAVABINDIR}
|
||||
MAKE_ENV+= PATH=${PATH}:${JAVABINDIR}
|
||||
SCRIPT_ENV+= PATH=${PATH}:${JAVABINDIR}
|
||||
|
||||
.endif
|
||||
|
||||
# The man-pages are put (in spite of FreeBSD's port convention) in a private
|
||||
|
|
|
@ -17,7 +17,6 @@ OTP_LIBS= appmon-2.1.2 \
|
|||
et-1.0 \
|
||||
eva-2.0.4 \
|
||||
gs-1.5.2 \
|
||||
hipe-2.0.2 \
|
||||
ic-4.2.6 \
|
||||
inets-3.0.7 \
|
||||
jinterface-1.2.1.2 \
|
||||
|
|
Loading…
Reference in a new issue