FreeBSD Bugzilla – Attachment 221066 Details for
Bug 252246
news/ifmail: fix the build on -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git(1) diff against the ports tree
0001-news-ifmail-fix-build-libgnuregex.patch (text/plain), 1.48 KB, created by
Kyle Evans
on 2020-12-29 05:44:11 UTC
(
hide
)
Description:
git(1) diff against the ports tree
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2020-12-29 05:44:11 UTC
Size:
1.48 KB
patch
obsolete
>From e0b12773d27963c53681b37d8c81eb3ee873ec32 Mon Sep 17 00:00:00 2001 >From: Kyle Evans <kevans@FreeBSD.org> >Date: Mon, 28 Dec 2020 23:30:44 -0600 >Subject: [PATCH 01/13] news/ifmail: fix build (libgnuregex) > >Signed-off-by: Kyle Evans <kevans@FreeBSD.org> >--- > news/ifmail/Makefile | 4 +- > news/ifmail/files/patch-CONFIG | 3 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile >index 4944c7af098e..d1a44293b66c 100644 >--- a/news/ifmail/Makefile >+++ b/news/ifmail/Makefile >@@ -12,6 +12,8 @@ COMMENT= FidoNet(tm) support package for UN*X platform > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/README > >+LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex >+ > USES= shebangfix > USERS= ifmail > CFLAGS+= -DHAS_STDARG_H -Wall >@@ -48,7 +50,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES > > do-configure: > ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ >- ${WRKSRC}/CONFIG >+ -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/CONFIG > > pre-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/ifmail >diff --git a/news/ifmail/files/patch-CONFIG b/news/ifmail/files/patch-CONFIG >index b92806d33b6d..9c7b1769be00 100644 >--- a/news/ifmail/files/patch-CONFIG >+++ b/news/ifmail/files/patch-CONFIG >@@ -101,11 +101,12 @@ > # SunOS: > #LIBS = > # Solaris: >-@@ -276,6 +276,9 @@ LIBS = -lndbm >+@@ -276,6 +276,10 @@ LIBS = -lndbm > #LIBS = -lcposix -lmalloc -ldbm -linet -lPW > # NeXTSTEP > #LIBS = -lgdbm -lposix > +# FreeBsd: >++LDFLAGS = -L%%LOCALBASE%%/lib > +LIBS = -lgnuregex > + >
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
Flags:
kevans
:
maintainer-approval?
(
dinoex
)
Actions:
View
|
Diff
Attachments on
bug 252246
: 221066