diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-02-02 19:04:42 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-02-02 19:47:26 +0100 |
commit | 9de6263623295969602b804a137bfcef776d051c (patch) | |
tree | be27208ad353964e19d3a8807e6914e66497d0fb /math/libhomfly/files/patch-configure.ac | |
parent | math/libtexprintf: Use upstream release archive (diff) |
math/libhomfly: Improve port
* Use upstream release archive
* Add LICENSE_FILE definition
* Add libgc.so:devel/boehm-gc to LIB_DEPENDS
* Remove USES= autoreconf
* Remove local patch (fixed in release archive)
PR: 284104
Approved by: portmgr (maintainer timeout, 2+ weeks)
Diffstat (limited to 'math/libhomfly/files/patch-configure.ac')
-rw-r--r-- | math/libhomfly/files/patch-configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/math/libhomfly/files/patch-configure.ac b/math/libhomfly/files/patch-configure.ac deleted file mode 100644 index cb366c337c12..000000000000 --- a/math/libhomfly/files/patch-configure.ac +++ /dev/null @@ -1,8 +0,0 @@ ---- configure.ac.orig 2018-11-08 13:08:16 UTC -+++ configure.ac -@@ -1,4 +1,4 @@ --AC_INIT([libhomfly], [1.02r5], [mmarco@unizar.es]) -+AC_INIT([libhomfly], [1.02r6], [mmarco@unizar.es]) - AC_CONFIG_AUX_DIR([build-aux]) - AC_CONFIG_MACRO_DIR([m4]) - AM_INIT_AUTOMAKE([foreign -Wall]) |