FreeBSD Bugzilla – Attachment 138655 Details for
Bug 184698
devel/liblognorm, port update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
liblognorm.diff
liblognorm.diff (text/plain), 2.90 KB, created by
pauls
on 2013-12-11 18:50:00 UTC
(
hide
)
Description:
liblognorm.diff
Filename:
MIME Type:
Creator:
pauls
Created:
2013-12-11 18:50:00 UTC
Size:
2.90 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 336190) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= liblognorm >-PORTVERSION= 0.3.7 >+PORTVERSION= 1.0.0 > CATEGORIES= devel net security > MASTER_SITES= http://www.liblognorm.com/download/files/download/ > >@@ -10,7 +10,7 @@ > > LICENSE= GPLv2 > >-LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ >+LIB_DEPENDS= libjson.so:${PORTSDIR}/devel/json-c \ > libestr.so:${PORTSDIR}/devel/libestr > > USES= pathfix pkgconfig >@@ -17,6 +17,8 @@ > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > >+SUB_FILES= pkg-message >+ > # Try to fix parallel (-jX) builds > post-patch: > @${REINPLACE_CMD} -e \ >Index: distinfo >=================================================================== >--- distinfo (revision 336190) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (liblognorm-0.3.7.tar.gz) = b000ab7aab9ed3d7a2c23303463b5bcceb7bb6538714bd41248d02913a82e223 >-SIZE (liblognorm-0.3.7.tar.gz) = 346903 >+SHA256 (liblognorm-1.0.0.tar.gz) = 01f73c735fd7291c2f1041518f4d005a8100e6be33f07eab00d4f27d1c1934de >+SIZE (liblognorm-1.0.0.tar.gz) = 356929 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 0) >+++ files/pkg-message.in (working copy) >@@ -0,0 +1,19 @@ >+*********************************************************************** >+ >+WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING >+ >+The previous version of liblognorm (0.3.7) used the libee CEE support >+library in its API. >+ >+In 2013, Pavel Levshin converted liblognorm to native JSON, which helped >+improve performance and simplicity for many client applications. >+Unfortunately, this change broke interface compatibility (and there was >+no way to avoid that, obviously...). >+ >+The current library is the result of that effort. Application developers >+are encouraged to switch to this version, as it provides the benefit of >+a simpler API. PREVIOUS VERSIONS ARE INCOMPATIBLE WITH THIS ONE >+ >+WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING >+ >+*********************************************************************** > >Property changes on: files/pkg-message.in >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >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 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 336190) >+++ pkg-plist (working copy) >@@ -1,11 +1,13 @@ > bin/lognormalizer > include/annot.h >+include/enc.h > include/liblognorm.h > include/lognorm.h >+include/parser.h > include/ptree.h > include/samp.h > lib/liblognorm.a > lib/liblognorm.la > lib/liblognorm.so >-lib/liblognorm.so.0 >+lib/liblognorm.so.1 > libdata/pkgconfig/lognorm.pc
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 184698
: 138655