FreeBSD Bugzilla – Attachment 172943 Details for
Bug 211342
[maintainer][patch] net/ntpa: License issues & faster builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
ntpa-0.6.2.diff (text/plain), 2.17 KB, created by
Carsten Larsen
on 2016-07-24 17:16:53 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Carsten Larsen
Created:
2016-07-24 17:16:53 UTC
Size:
2.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 419008) >+++ Makefile (working copy) >@@ -9,17 +9,20 @@ > MAINTAINER= cs@innolan.dk > COMMENT= NTP data collection and charting > >-LICENSE= MIT >+LICENSE= MIT GPLv2+ >+LICENSE_COMB= dual >+LICENSE_FILE_GPLv2+ = ${WRKSRC}/MySql/COPYING > > OPTIONS_DEFINE= WEBFILES GRAPH >-OPTIONS_DEFAULT= PGSQL >+OPTIONS_DEFAULT= PGSQL MYSQL > OPTIONS_MULTI= DATABASE > OPTIONS_MULTI_DATABASE= PGSQL MYSQL >+ > WEBFILES_IMPLIES= GRAPH > WEBFILES_DESC= Install web files > GRAPH_DESC= Graph generation (requires Cairo) > PGSQL_DESC= PostgreSQL Connector >-MYSQL_DESC= MySQL Connector (GPL) >+MYSQL_DESC= MySQL Connector (GPLv2) > DATABASE_DESC= Database provider > > GRAPH_LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus \ >@@ -42,6 +45,12 @@ > SUB_FILES= ntpad ntpav ntpac > WRKSRC= ${WRKDIR}/anguist-ntpa-9204e1e36b8d > >+do-patch-MYSQL-off: >+ @${REINPLACE_CMD} '/E9DF5ED1-4CBD-4226-B931-9A51610AC14D/,+1 d' ${WRKSRC}/Ntp.Analyzer.sln >+ >+do-patch-PGSQL-off: >+ @${REINPLACE_CMD} '/9D13B739-62B1-4190-B386-7A9547304EB3/,+1 d' ${WRKSRC}/Ntp.Analyzer.sln >+ > pre-install: > @${MKDIR} ${WRKSRC}/script > ${MV} ${WRKDIR}/ntpad ${WRKSRC}/script/ntpa >Index: files/patch-examples_ntpa.conf >=================================================================== >--- files/patch-examples_ntpa.conf (nonexistent) >+++ files/patch-examples_ntpa.conf (working copy) >@@ -0,0 +1,18 @@ >+--- examples/ntpa.conf.orig 2016-07-24 15:58:08 UTC >++++ examples/ntpa.conf >+@@ -152,6 +152,8 @@ Server { >+ Destinations { >+ File about.html >+ } >++ >++ Link about.html >+ } >+ >+ ############### Bootstrap menu ############## >+@@ -289,4 +291,4 @@ Server { >+ Link peers/delay- >+ } >+ } >+-} >+\ No newline at end of file >++} > >Property changes on: files/patch-examples_ntpa.conf >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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:
cs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 211342
: 172943