Files
macports-ports/databases/openldap/files/patch-soelim-name.diff
Dave AlluredandGitHub 5a5a25e198 openldap: Reduce dependencies (#26700)
* Replace heavy port groff with lightweight mandoc
* Needed only to build man pages with "soelim"
* Recursive dependencies for openldap reduced from 103 to 33

See: https://trac.macports.org/ticket/69601
2024-11-21 20:22:14 -05:00

14 lines
328 B
Diff

Replace soelim command from heavy port groff with lightweight mandoc.
--- build/top.mk.orig 2024-05-21 11:19:11
+++ build/top.mk 2024-11-21 16:43:14
@@ -153,7 +153,7 @@
MANCOMPRESS=$(CAT)
MANCOMPRESSSUFFIX=
-SOELIM=soelim
+SOELIM=msoelim
INCLUDEDIR= $(top_srcdir)/include
LDAP_INCPATH= -I$(LDAP_INCDIR) -I$(INCLUDEDIR)