FreeBSD Bugzilla – Attachment 227924 Details for
Bug 258520
devel/libelf: Make fetchable and Makefile cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libelf
libelf-fixup.patch (text/plain), 1.80 KB, created by
Daniel Engberg
on 2021-09-15 19:01:49 UTC
(
hide
)
Description:
Patch for libelf
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-09-15 19:01:49 UTC
Size:
1.80 KB
patch
obsolete
>diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile >index 992a98242528..0c355adfe0f0 100644 >--- a/devel/libelf/Makefile >+++ b/devel/libelf/Makefile >@@ -1,53 +1,42 @@ > # Created by: roam@FreeBSD.org > > PORTNAME= libelf >-PORTVERSION= 0.8.13 >+DISTVERSION= 0.8.13 > PORTREVISION= 3 > CATEGORIES= devel >-MASTER_SITES= http://www.mr511.de/software/ \ >- SUNSITE/libs >+MASTER_SITES= NETBSD > > MAINTAINER= rodrigo@FreeBSD.org > COMMENT= Public ELF file access library similar to libelf(3) in Solaris > > LICENSE= LGPL20 > >+USES= desthack pathfix >+GNU_CONFIGURE= yes >+USE_LDCONFIG= yes >+ > CONFLICTS_INSTALL= elfutils > >-OPTIONS_DEFINE= EXTENDED NLS SANITY >+CONFIGURE_ARGS= --enable-shared --disable-compat >+ >+OPTIONS_DEFINE= EXTENDED NLS SANITY > OPTIONS_DEFAULT= EXTENDED SANITY > >-EXTENDED_DESC= ELF format extensions >-SANITY_DESC= Avoid loading invalid ELF files >+EXTENDED_DESC= ELF format extensions >+SANITY_DESC= Avoid loading invalid ELF files > >-.include <bsd.port.options.mk> >+EXTENDED_CONFIGURE_ENABLE= extended-format >+NLS_USES= gettext localbase:ldflags >+NLS_CONFIGURE_ENABLE= nls >+NLS_LDFLAGS= -lintl >+SANITY_CONFIGURE_ENABLE= sanity-checks > >-GNU_CONFIGURE= yes >-CONFIGURE_ARGS+= --enable-shared --disable-compat >-USE_LDCONFIG= yes >-USES= desthack pathfix >+.include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MNLS} >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib -lintl >-CONFIGURE_ARGS+= --enable-nls >-USES+= gettext > PLIST_SUB+= GETTEXT="" > .else >-CONFIGURE_ARGS+= --disable-nls > PLIST_SUB+= GETTEXT="@comment " > .endif > >-.if ${PORT_OPTIONS:MEXTENDED} >-CONFIGURE_ARGS+= --enable-extended-format >-.else >-CONFIGURE_ARGS+= --disable-extended-format >-.endif >- >-.if ${PORT_OPTIONS:MSANITY} >-CONFIGURE_ARGS+= --enable-sanity-checks >-.else >-CONFIGURE_ARGS+= --disable-sanity-checks >-.endif >- > .include <bsd.port.mk>
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 258520
: 227924