FreeBSD Bugzilla – Attachment 24527 Details for
Bug 41945
[patch] bsd.port.mk: does not run ACLOCAL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portmk.patch
portmk.patch (text/plain), 796 bytes, created by
Bruce M Simpson
on 2002-08-23 16:10:02 UTC
(
hide
)
Description:
portmk.patch
Filename:
MIME Type:
Creator:
Bruce M Simpson
Created:
2002-08-23 16:10:02 UTC
Size:
796 bytes
patch
obsolete
>--- bsd.port.mk.orig Fri Aug 23 15:46:18 2002 >+++ bsd.port.mk Fri Aug 23 16:03:31 2002 >@@ -154,6 +154,9 @@ > # and ACLOCAL{,_DIR} variables. > # Implies USE_AUTOMAKE. If set with > # unknown value, defaults to 14. >+# >+# USE_ACLOCAL - Says that the port needs ACLOCAL to be run. >+# > # AUTOMAKE - Set to path of GNU automake if not in $PATH (default: > # according to USE_AUTOMAKE_VER value) > # AUTOMAKE_ARGS - Pass these args to ${AUTOMAKE} if ${USE_AUTOMAKE_VER} is set. >@@ -2241,6 +2244,10 @@ > > .if !target(do-configure) > do-configure: >+.if defined(USE_ACLOCAL) >+ @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} \ >+ --acdir=${ACLOCAL_DIR}) >+.endif > .if defined(USE_AUTOMAKE) > @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} ${AUTOMAKE} \ > ${AUTOMAKE_ARGS})
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41945
: 24527