FreeBSD Bugzilla – Attachment 207117 Details for
Bug 240287
www/miniflux: Switch to USES=go:modules, fix build with go1.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
miniflux-2.0.17.patch (text/plain), 1.10 KB, created by
Dmitri Goutnik
on 2019-09-02 18:03:37 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-09-02 18:03:37 UTC
Size:
1.10 KB
patch
obsolete
>Index: www/miniflux/Makefile >=================================================================== >--- www/miniflux/Makefile (revision 510819) >+++ www/miniflux/Makefile (working copy) >@@ -12,7 +12,7 @@ > > RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > >-USES= go pgsql >+USES= go:modules pgsql > > USERS= miniflux > GROUPS= miniflux >@@ -23,8 +23,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= miniflux > >-GO_PKGNAME= miniflux.app >-GO_TARGET= ${GO_PKGNAME} >+GO_TARGET= miniflux.app > GO_BUILDFLAGS= -ldflags="-X miniflux.app/version.Version=${DISTVERSION} \ > -X miniflux.app/version.BuildDate=$$(date +'%Y-%m-%dT%H:%M:%SZ')" > >@@ -32,11 +31,9 @@ > PGSQL_SERVER_DESC= Install the PostgreSQL Server Component > PGSQL_SERVER_VARS= WANT_PGSQL=server,contrib > >-do-install: >- ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/miniflux.app ${STAGEDIR}${PREFIX}/bin/miniflux >+post-install: >+ ${MV} ${STAGEDIR}${PREFIX}/bin/miniflux.app ${STAGEDIR}${PREFIX}/bin/miniflux > ${INSTALL_MAN} ${WRKSRC}/miniflux.1 ${STAGEDIR}${PREFIX}/man/man1/ >- >-post-install: > ${INSTALL_DATA} ${FILESDIR}/miniflux.env.sample \ > ${STAGEDIR}${PREFIX}/etc >
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:
dmgk
:
maintainer-approval?
(
krion
)
Actions:
View
|
Diff
Attachments on
bug 240287
: 207117