FreeBSD Bugzilla – Attachment 223028 Details for
Bug 254071
textproc/discount: Change to shared library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
discount-change-to-shared-library.patch
discount.patch (text/plain), 1.41 KB, created by
Yuri Victorovich
on 2021-03-06 18:04:27 UTC
(
hide
)
Description:
discount-change-to-shared-library.patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2021-03-06 18:04:27 UTC
Size:
1.41 KB
patch
obsolete
>Index: textproc/discount/Makefile >=================================================================== >--- textproc/discount/Makefile (revision 567254) >+++ textproc/discount/Makefile (working copy) >@@ -2,8 +2,9 @@ > # $FreeBSD$ > > PORTNAME= discount >-PORTVERSION= 2.2.7 > DISTVERSIONPREFIX= v >+DISTVERSION= 2.2.7 >+PORTREVISION= 1 > CATEGORIES= textproc devel > > MAINTAINER= sunpoet@FreeBSD.org >@@ -18,7 +19,7 @@ > GH_ACCOUNT= Orc > > CFLAGS+= -fPIC >-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man >+CONFIGURE_ARGS= --prefix=${PREFIX} --shared --mandir=${MANPREFIX}/man > CONFIGURE_SCRIPT= configure.sh > HAS_CONFIGURE= yes > MAKE_JOBS_UNSAFE= yes # libmarkdown is used before it is built >@@ -38,4 +39,10 @@ > SAMPLES_INSTALL_TARGET= install install.samples > TAB8_CONFIGURE_ON= --with-tabstops=8 > >+post-configure: >+ @${REINPLACE_CMD} -e 's|/sbin/ldconfig|#&|' ${WRKSRC}/librarian.sh >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmarkdown.so.* >+ > .include <bsd.port.mk> >Index: textproc/discount/pkg-plist >=================================================================== >--- textproc/discount/pkg-plist (revision 567254) >+++ textproc/discount/pkg-plist (working copy) >@@ -3,7 +3,9 @@ > %%SAMPLES%%bin/mkd2html > %%SAMPLES%%bin/theme > include/mkdio.h >-lib/libmarkdown.a >+lib/libmarkdown.so >+lib/libmarkdown.so.2 >+lib/libmarkdown.so.2.2.7 > libdata/pkgconfig/libmarkdown.pc > %%SAMPLES%%man/man1/makepage.1.gz > man/man1/markdown.1.gz
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 254071
: 223028 |
223029