FreeBSD Bugzilla – Attachment 107571 Details for
Bug 148374
=A0 =A0 =A0[PATCH] deskutils/libgcal: update to 0.9.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libgcal-0.9.5.patch
libgcal-0.9.5.patch (text/plain), 3.38 KB, created by
Troels Kofoed Jacobsen
on 2010-07-05 10:40:01 UTC
(
hide
)
Description:
libgcal-0.9.5.patch
Filename:
MIME Type:
Creator:
Troels Kofoed Jacobsen
Created:
2010-07-05 10:40:01 UTC
Size:
3.38 KB
patch
obsolete
>diff -ruN --exclude=3DCVS /usr/ports/deskutils/libgcal/Makefile >/usr/home/tkjacobsen/unix/freebsd/ports/libgcal/Makefile >--- /usr/ports/deskutils/libgcal/Makefile =A0 =A0 =A0 2010-04-03 >12:44:05.000000000 +0200 >+++ /usr/home/tkjacobsen/unix/freebsd/ports/libgcal/Makefile >2010-06-29 18:33:14.000000000 +0200 >@@ -6,8 +6,7 @@ >=A0# > >=A0PORTNAME=3D =A0 =A0 =A0libgcal >-PORTVERSION=3D =A0 0.9.3 >-PORTREVISION=3D =A01 >+PORTVERSION=3D =A0 0.9.5 >=A0CATEGORIES=3D =A0 =A0deskutils >=A0MASTER_SITES=3D =A0${MASTER_SITE_GOOGLE_CODE} > >@@ -19,12 +18,15 @@ >=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0xml2:${PORTSDIR}/textproc/libxml2 > >=A0USE_BZIP2=3D =A0 =A0 yes >-GNU_CONFIGURE=3D yes >+USE_CMAKE=3D =A0 =A0 yes >+CMAKE_ARGS=3D =A0 =A0-DCMAKE_INSTALL_PREFIX=3D"${PREFIX}" \ >+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 -DLIB_INSTALL_DIR=3D"${LOCALBASE}/lib" \ >+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 -DENABLE_TESTS=3DOFF >=A0USE_LDCONFIG=3D =A0yes >=A0USE_GCC=3D =A0 =A0 =A0 4.2+ > >=A0post-patch: >=A0 =A0 =A0 =A0@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/= >pkgconfig,' \ >- =A0 =A0 =A0 =A0 =A0 =A0 =A0 ${WRKSRC}/Makefile.in >+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 ${WRKSRC}/Makefile.am > >=A0.include <bsd.port.mk> >diff -ruN --exclude=3DCVS /usr/ports/deskutils/libgcal/distinfo >/usr/home/tkjacobsen/unix/freebsd/ports/libgcal/distinfo >--- /usr/ports/deskutils/libgcal/distinfo =A0 =A0 =A0 2009-09-03 >21:02:22.000000000 +0200 >+++ /usr/home/tkjacobsen/unix/freebsd/ports/libgcal/distinfo >2010-06-29 18:28:13.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (libgcal-0.9.3.tar.bz2) =3D da5f842905111b0b88ee79049282dac3 >-SHA256 (libgcal-0.9.3.tar.bz2) =3D >9fdd52ea8f98ba3ac06f9d42adeccab3e96dce64bd200469003329094c43fc4c >-SIZE (libgcal-0.9.3.tar.bz2) =3D 646659 >+MD5 (libgcal-0.9.5.tar.bz2) =3D dc6dfabc7c955bd096e7c888a6a18349 >+SHA256 (libgcal-0.9.5.tar.bz2) =3D >d371139b40f498590f078aaafa82dfab565cd5ded967e6b5e80e74c0d1153a76 >+SIZE (libgcal-0.9.5.tar.bz2) =3D 142360 >diff -ruN --exclude=3DCVS >/usr/ports/deskutils/libgcal/files/patch-CMakeLists-txt >/usr/home/tkjacobsen/unix/freebsd/ports/libgcal/files/patch-CMakeLists-txt >--- /usr/ports/deskutils/libgcal/files/patch-CMakeLists-txt >1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/tkjacobsen/unix/freebsd/ports/libgcal/files/patch-CMakeLists-= >txt >=A02010-06-29 18:28:13.000000000 +0200 >@@ -0,0 +1,11 @@ >+--- CMakeLists.txt.orig =A0 =A0 =A0 =A02010-06-29 18:21:22.000000000 +0200 >++++ CMakeLists.txt =A0 =A0 2010-06-29 18:21:35.000000000 +0200 >+@@ -69,7 +69,7 @@ >+ configure_file(${CMAKE_SOURCE_DIR}/libgcal.pc.in >${CMAKE_BINARY_DIR}/libgcal.pc @ONLY) >+ install( >+ =A0 =A0 =A0 FILES "${CMAKE_BINARY_DIR}/libgcal.pc" >+- =A0 =A0 =A0DESTINATION "${GCAL_LIBRARY_INSTALL_DIR}/pkgconfig" >++ =A0 =A0 =A0DESTINATION "libdata/pkgconfig" >+ ) >+ >+ >diff -ruN --exclude=3DCVS /usr/ports/deskutils/libgcal/pkg-plist >/usr/home/tkjacobsen/unix/freebsd/ports/libgcal/pkg-plist >--- /usr/ports/deskutils/libgcal/pkg-plist =A0 =A0 =A02009-08-22 >05:55:25.000000000 +0200 >+++ /usr/home/tkjacobsen/unix/freebsd/ports/libgcal/pkg-plist >2010-06-29 18:28:13.000000000 +0200 >@@ -1,4 +1,5 @@ >=A0include/atom_parser.h >+include/curl_debug_gcal.h >=A0include/gcal.h >=A0include/gcal_parser.h >=A0include/gcal_status.h >@@ -7,8 +8,10 @@ >=A0include/gcontact.h >=A0include/internal_gcal.h >=A0include/xml_aux.h >-lib/libgcal.a >-lib/libgcal.la >=A0lib/libgcal.so >=A0lib/libgcal.so.0 >+lib/libgcal.so.0.9.5 >+lib/LibGCal/cmake/LibGCalConfig.cmake >=A0libdata/pkgconfig/libgcal.pc >+@dirrm lib/LibGCal/cmake >+@dirrm lib/LibGCal
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 148374
: 107571