FreeBSD Bugzilla – Attachment 55935 Details for
Bug 84429
Update port: ftp/curlpp to 0.5.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
curlpp_0.3.3-0.5.2.diff
curlpp_0.3.3-0.5.2.diff (text/plain), 3.64 KB, created by
Vasil Dimov
on 2005-08-01 14:20:21 UTC
(
hide
)
Description:
curlpp_0.3.3-0.5.2.diff
Filename:
MIME Type:
Creator:
Vasil Dimov
Created:
2005-08-01 14:20:21 UTC
Size:
3.64 KB
patch
obsolete
>diff -urN --exclude=CVS /usr/ports/ftp/curlpp/Makefile curlpp/Makefile >--- /usr/ports/ftp/curlpp/Makefile Tue Jul 19 02:20:58 2005 >+++ curlpp/Makefile Mon Aug 1 15:53:55 2005 >@@ -7,7 +7,7 @@ > # > > PORTNAME= curlpp >-PORTVERSION= 0.3.3 >+PORTVERSION= 0.5.2 > CATEGORIES= ftp > MASTER_SITES= http://rrette.com/ > >@@ -29,6 +29,12 @@ > .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 > BROKEN= "Does not compile on alpha 4.x" > .endif >+ >+pre-everything:: >+ @${ECHO} "" >+ @${ECHO} "NOTE to people using 0.3.x: cURLpp 0.3.x is dead!" >+ @${ECHO} "The current version ${PORTVERSION} is incompatible with the old 0.3.x versions" >+ @${ECHO} "" > > post-patch: > @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in >diff -urN --exclude=CVS /usr/ports/ftp/curlpp/distinfo curlpp/distinfo >--- /usr/ports/ftp/curlpp/distinfo Tue Jul 19 02:20:58 2005 >+++ curlpp/distinfo Mon Aug 1 15:54:03 2005 >@@ -1,2 +1,2 @@ >-MD5 (curlpp-0.3.3.tar.gz) = de71a6cf541db1abaa54037aa67b5849 >-SIZE (curlpp-0.3.3.tar.gz) = 405504 >+MD5 (curlpp-0.5.2.tar.gz) = 5eea4648956238d3f12ec69da71941d2 >+SIZE (curlpp-0.5.2.tar.gz) = 406164 >diff -urN --exclude=CVS /usr/ports/ftp/curlpp/files/patch-src::curlpp-config.in curlpp/files/patch-src::curlpp-config.in >--- /usr/ports/ftp/curlpp/files/patch-src::curlpp-config.in Tue Aug 10 17:57:51 2004 >+++ curlpp/files/patch-src::curlpp-config.in Thu Jan 1 02:00:00 1970 >@@ -1,11 +0,0 @@ >---- curlpp-config.in.orig Tue Aug 10 17:37:23 2004 >-+++ curlpp-config.in Tue Aug 10 17:37:34 2004 >-@@ -70,7 +70,7 @@ >- ;; >- >- --cflags) >-- echo -I@includedir@ @CURLPP_CFLAGS@ >-+ echo -I@includedir@ @CURLPP_CXXFLAGS@ >- ;; >- >- --libs) >diff -urN --exclude=CVS /usr/ports/ftp/curlpp/pkg-plist curlpp/pkg-plist >--- /usr/ports/ftp/curlpp/pkg-plist Tue Jul 19 02:20:58 2005 >+++ curlpp/pkg-plist Mon Aug 1 15:57:30 2005 >@@ -1,20 +1,27 @@ > bin/curlpp-config >-include/curlpp/buffer.hpp >-include/curlpp/curl.hpp >-include/curlpp/curlpp.hpp >-include/curlpp/easy.hpp >-include/curlpp/exception.hpp >-include/curlpp/file_trait.hpp >-include/curlpp/form.hpp >-include/curlpp/ftp_easy.hpp >-include/curlpp/http_easy.hpp >-include/curlpp/info.hpp >-include/curlpp/memory_trait.hpp >-include/curlpp/slist.hpp >-include/curlpp/storage.hpp >-include/curlpp/storage_trait.hpp >-include/curlpp/stream_trait.hpp >-include/curlpp/types.hpp >+include/curlpp/CurlHandle.hpp >+include/curlpp/CurlHandle.inl >+include/curlpp/Easy.hpp >+include/curlpp/Exception.hpp >+include/curlpp/Form.hpp >+include/curlpp/NonCopyable.hpp >+include/curlpp/Option.hpp >+include/curlpp/Option.inl >+include/curlpp/OptionBase.hpp >+include/curlpp/OptionContainer.hpp >+include/curlpp/OptionContainer.inl >+include/curlpp/OptionContainerType.hpp >+include/curlpp/OptionList.hpp >+include/curlpp/OptionSetter.hpp >+include/curlpp/OptionSetter.inl >+include/curlpp/Options.hpp >+include/curlpp/SList.hpp >+include/curlpp/StorageOptions.hpp >+include/curlpp/StorageOptions.inl >+include/curlpp/TypeTrait.hpp >+include/curlpp/cURL.hpp >+include/curlpp/cURLpp.hpp >+include/curlpp/dllfct.h > @dirrm include/curlpp > lib/libcurlpp.a > lib/libcurlpp.so >@@ -27,14 +34,5 @@ > %%PORTDOCS%%%%EXAMPLESDIR%%/example03.cpp > %%PORTDOCS%%%%EXAMPLESDIR%%/example04.cpp > %%PORTDOCS%%%%EXAMPLESDIR%%/example05.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example06.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example07.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example08.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example09.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example10.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example11.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example12.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example13.cpp >-%%PORTDOCS%%%%EXAMPLESDIR%%/example14.cpp > %%PORTDOCS%%@dirrm %%DOCSDIR%% > %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
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 84429
: 55935