View | Details | Raw Unified | Return to bug 40289 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/lang/njs/Makefile (-5 / +5 lines)
Lines 18-33 Link Here
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
21
.if defined(NOPORTDOCS)
22
USE_REINPLACE=	yes
23
.endif
21
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
22
CONFIGURE_ARGS=	--enable-shared
25
CONFIGURE_ARGS=	--enable-shared
23
26
24
MAN1=	js.1 jsdas.1
27
MAN1=	js.1 jsdas.1
25
28
26
post-extract:
29
post-extract:
27
	${RM} ${WRKSRC}/docs/js.info*
30
	@${RM} ${WRKSRC}/docs/js.info*
28
29
post-patch:
30
	${PERL} -pi -e 's:=makeinfo:="makeinfo --no-split":g' ${WRKSRC}/configure
31
31
32
pre-configure:
32
pre-configure:
33
	@if [ -f ${LOCALBASE}/include/js.h ]; then \
33
	@if [ -f ${LOCALBASE}/include/js.h ]; then \
Lines 39-45 Link Here
39
39
40
pre-install:
40
pre-install:
41
.if defined(NOPORTDOCS)
41
.if defined(NOPORTDOCS)
42
	${PERL} -pi -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile
42
	@${REINPLACE_CMD} -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile
43
.endif
43
.endif
44
44
45
post-install:
45
post-install:
(-)/usr/ports/lang/njs/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	Fri Jan 15 08:39:56 1999
2
+++ configure	Sun Jul  7 14:04:03 2002
3
@@ -791,7 +791,7 @@
4
 # an executable is not found, even if stderr is redirected.
5
 # Redirect stdin to placate older versions of autoconf.  Sigh.
6
 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
7
-   MAKEINFO=makeinfo
8
+   MAKEINFO="makeinfo --no-split"
9
    echo "$ac_t""found" 1>&6
10
 else
11
    MAKEINFO="$missing_dir/missing makeinfo"

Return to bug 40289