FreeBSD Bugzilla – Attachment 172301 Details for
Bug 210450
[NEW PORT] devel/liteide: Simple, open source, cross-platform Go IDE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
minor style changes
liteide.diff (text/plain), 1.41 KB, created by
Jan Beich
on 2016-07-10 06:33:25 UTC
(
hide
)
Description:
minor style changes
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-07-10 06:33:25 UTC
Size:
1.41 KB
patch
obsolete
>--- devel/liteide/Makefile.orig >+++ devel/liteide/Makefile >@@ -17,6 +17,12 @@ USES= qmake > USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} > USE_GITHUB= yes > GH_ACCOUNT= visualfc >+LDFLAGS+= -Wl,--as-needed >+ >+PORTDOCS= CONTRIBUTORS README.md >+ >+INSTALLS_ICONS= yes >+ICON_SIZES= 16 24 32 48 64 128 > > OPTIONS_DEFINE= DEBUG DOCS > OPTIONS_SINGLE= QT >@@ -24,15 +30,10 @@ OPTIONS_SINGLE_QT= QT4 QT5 > OPTIONS_DEFAULT= QT4 > OPTIONS_SUB= yes > >-QT4_USE= QT4=corelib,gui,network,webkit,xml,moc_build,rcc_build,uic_build >-QT5_USE= QT5=core,gui,widgets,network,webkit,xml,printsupport,buildtools_build gl >- > DEBUG_CONFIGURE_ENABLE= debug > >-PORTDOCS= CONTRIBUTORS README.md >- >-INSTALLS_ICONS= yes >-ICON_SIZES= 16 24 32 48 64 128 >+QT4_USE= QT4=corelib,gui,network,webkit,xml,moc_build,rcc_build,uic_build >+QT5_USE= QT5=core,gui,network,printsupport,widgets,xml,buildtools_build > > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications >@@ -41,7 +42,8 @@ post-install: > (cd ${WRKSRC}/os_deploy/freebsd && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) > .for sz in ${ICON_SIZES} > @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps >- ${INSTALL_DATA} ${WRKSRC}/src/liteapp/images/liteide${sz}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/liteide.png >+ ${INSTALL_DATA} ${WRKSRC}/src/liteapp/images/liteide${sz}.png \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/liteide.png > .endfor > > post-install-DOCS-on:
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 210450
:
171660
|
172119
|
172213
|
172298
| 172301 |
172321