FreeBSD Bugzilla – Attachment 229308 Details for
Bug 259669
comms/xastir: Update to 2.1.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional patch to add extract dependencies so that port will build even if autotools not already installed
0002-Correctly-specify-extract-dependencies.patch (text/plain), 903 bytes, created by
russo
on 2021-11-06 01:08:54 UTC
(
hide
)
Description:
Additional patch to add extract dependencies so that port will build even if autotools not already installed
Filename:
MIME Type:
Creator:
russo
Created:
2021-11-06 01:08:54 UTC
Size:
903 bytes
patch
obsolete
>From 292dfaa26f127bf79e1c8ddf8d083bdd486360e9 Mon Sep 17 00:00:00 2001 >From: Tom Russo <russo@bogodyn.org> >Date: Fri, 5 Nov 2021 19:04:46 -0600 >Subject: [PATCH 2/2] Correctly specify extract dependencies > >bootstrap.sh, run during post-extract, depends on autoconf and automake. >Make sure these are installed *before* extraction is done. >--- > comms/xastir/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile >index 94717a596809..e69ed088d366 100644 >--- a/comms/xastir/Makefile >+++ b/comms/xastir/Makefile >@@ -11,6 +11,8 @@ COMMENT= X Amateur Station Tracking and Information Reporting > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >+EXTRACT_DEPENDS= autoconf>=2.60:devel/autoconf \ >+ automake>=0:devel/automake > BUILD_DEPENDS= xfontsel:x11-fonts/xfontsel > RUN_DEPENDS= wget:ftp/wget > LIB_DEPENDS= libfreetype.so:print/freetype2 \ >-- >2.33.1 >
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 259669
:
229305
|
229306
|
229307
| 229308