Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 19:38:29 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3830c47cc9e1 - main - math/alberta: Fix building with libtool 2.6
Message-ID:  <6a723fb5.3765d.13eb2aff@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3830c47cc9e10d59afb0d4b66c3132e67d5b4621

commit 3830c47cc9e10d59afb0d4b66c3132e67d5b4621
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-08-04 19:37:12 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-08-04 19:37:49 +0000

    math/alberta: Fix building with libtool 2.6
    
    PR:             296964
    Approved by:    portmgr (fixit blanket)
---
 math/alberta/files/patch-Makefile.ams | 66 +++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/math/alberta/files/patch-Makefile.ams b/math/alberta/files/patch-Makefile.ams
new file mode 100644
index 000000000000..7637aa69cc16
--- /dev/null
+++ b/math/alberta/files/patch-Makefile.ams
@@ -0,0 +1,66 @@
+--- alberta/src/alberta_1d/Makefile.am.orig	2018-11-12 11:36:13 UTC
++++ alberta/src/alberta_1d/Makefile.am
+@@ -49,7 +49,7 @@ nodist_libalberta_1d_la_SOURCES = $(sources)
+ sources += $(lowdim_sources)
+ 
+ nodist_libalberta_1d_la_SOURCES = $(sources)
+-libalberta_1d_la_LIBADD =
++libalberta_1d_la_LIBADD = -lltdl
+ libalberta_1d_la_CPPFLAGS = \
+  $(CPPFLAGS) -DDIM_OF_WORLD=1 \
+  -DALBERTA_DEBUG=0 \
+--- alberta/src/alberta_1d_debug/Makefile.am.orig	2018-11-12 11:36:13 UTC
++++ alberta/src/alberta_1d_debug/Makefile.am
+@@ -49,7 +49,7 @@ nodist_libalberta_1d_debug_la_SOURCES = $(sources)
+ sources += $(lowdim_sources)
+ 
+ nodist_libalberta_1d_debug_la_SOURCES = $(sources)
+-libalberta_1d_debug_la_LIBADD =
++libalberta_1d_debug_la_LIBADD = -lltdl
+ libalberta_1d_debug_la_CPPFLAGS = \
+  $(CPPFLAGS) -DDIM_OF_WORLD=1 \
+  -DALBERTA_DEBUG=1 \
+--- alberta/src/alberta_2d/Makefile.am.orig	2018-11-12 11:36:13 UTC
++++ alberta/src/alberta_2d/Makefile.am
+@@ -49,7 +49,7 @@ nodist_libalberta_2d_la_SOURCES = $(sources)
+ sources += $(lowdim_sources)
+ 
+ nodist_libalberta_2d_la_SOURCES = $(sources)
+-libalberta_2d_la_LIBADD =
++libalberta_2d_la_LIBADD = -lltdl
+ libalberta_2d_la_CPPFLAGS = \
+  $(CPPFLAGS) -DDIM_OF_WORLD=2 \
+  -DALBERTA_DEBUG=0 \
+--- alberta/src/alberta_2d_debug/Makefile.am.orig	2018-11-12 11:36:13 UTC
++++ alberta/src/alberta_2d_debug/Makefile.am
+@@ -49,7 +49,7 @@ nodist_libalberta_2d_debug_la_SOURCES = $(sources)
+ sources += $(lowdim_sources)
+ 
+ nodist_libalberta_2d_debug_la_SOURCES = $(sources)
+-libalberta_2d_debug_la_LIBADD =
++libalberta_2d_debug_la_LIBADD = -lltdl
+ libalberta_2d_debug_la_CPPFLAGS = \
+  $(CPPFLAGS) -DDIM_OF_WORLD=2 \
+  -DALBERTA_DEBUG=1 \
+--- alberta/src/alberta_3d/Makefile.am.orig	2018-11-12 11:36:13 UTC
++++ alberta/src/alberta_3d/Makefile.am
+@@ -49,7 +49,7 @@ nodist_libalberta_3d_la_SOURCES = $(sources)
+ sources += $(lowdim_sources)
+ 
+ nodist_libalberta_3d_la_SOURCES = $(sources)
+-libalberta_3d_la_LIBADD =
++libalberta_3d_la_LIBADD = -lltdl
+ libalberta_3d_la_CPPFLAGS = \
+  $(CPPFLAGS) -DDIM_OF_WORLD=3 \
+  -DALBERTA_DEBUG=0 \
+--- alberta/src/alberta_3d_debug/Makefile.am.orig	2018-11-12 11:36:13 UTC
++++ alberta/src/alberta_3d_debug/Makefile.am
+@@ -49,7 +49,7 @@ nodist_libalberta_3d_debug_la_SOURCES = $(sources)
+ sources += $(lowdim_sources)
+ 
+ nodist_libalberta_3d_debug_la_SOURCES = $(sources)
+-libalberta_3d_debug_la_LIBADD =
++libalberta_3d_debug_la_LIBADD = -lltdl
+ libalberta_3d_debug_la_CPPFLAGS = \
+  $(CPPFLAGS) -DDIM_OF_WORLD=3 \
+  -DALBERTA_DEBUG=1 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a723fb5.3765d.13eb2aff>