[Midnightbsd-cvs] mports [17331] trunk/devel/libical: libical 1.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 15 21:57:05 EDT 2014


Revision: 17331
          http://svnweb.midnightbsd.org/mports/?rev=17331
Author:   laffer1
Date:     2014-09-15 21:57:05 -0400 (Mon, 15 Sep 2014)
Log Message:
-----------
libical 1.0

Modified Paths:
--------------
    trunk/devel/libical/Makefile
    trunk/devel/libical/distinfo
    trunk/devel/libical/files/patch-configure
    trunk/devel/libical/pkg-descr
    trunk/devel/libical/pkg-plist

Added Paths:
-----------
    trunk/devel/libical/files/patch-CMakeLists.txt

Property Changed:
----------------
    trunk/devel/libical/files/patch-configure

Modified: trunk/devel/libical/Makefile
===================================================================
--- trunk/devel/libical/Makefile	2014-09-16 01:53:48 UTC (rev 17330)
+++ trunk/devel/libical/Makefile	2014-09-16 01:57:05 UTC (rev 17331)
@@ -1,32 +1,29 @@
 # $MidnightBSD$
 
 PORTNAME=	libical
-PORTVERSION=	0.44
+PORTVERSION=	1.0
 CATEGORIES=	devel
 MASTER_SITES=	SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	An implementation of the IETF's Calendaring and Scheduling protocols 
-LICENSE=	lgpl
+COMMENT=	Implementation of the IETF's Calendaring and Scheduling protocols 
 
-USE_GNOME=	gnomehack
-USE_AUTOTOOLS=	libtool
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+LICENSE_COMB=	dual
+LICENSE=	mpl lgpl2.1
+
+USES=		cmake gmake pathfix perl5
+USE_PERL5=	build
 USE_LDCONFIG=	yes
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
 
-.if !defined(WITHOUT_PYTHON)
-CONFIGURE_ARGS=	--enable-python=yes
-USE_PYTHON=	yes
-.else
-CONFIGURE_ARGS=	--enable-python=no
-.endif
+MAKE_JOBS_UNSAFE= yes
 
 .include <bsd.port.pre.mk>
+
 .if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CONFIGURE_ENV+=	CFLAGS="${CFLAGS} -fPIC"
+CFLAGS+=	-fPIC
 .endif
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libical*.so.1.0.0
+
 .include <bsd.port.post.mk>

Modified: trunk/devel/libical/distinfo
===================================================================
--- trunk/devel/libical/distinfo	2014-09-16 01:53:48 UTC (rev 17330)
+++ trunk/devel/libical/distinfo	2014-09-16 01:57:05 UTC (rev 17331)
@@ -1,4 +1,2 @@
-MD5 (libical-0.44.tar.gz) = e0403c31e1ed82569325685f8c15959c
-SHA256 (libical-0.44.tar.gz) = 20a4750df8f4dedd718b55117b8351989e0dfa4ad2c966a383550ed43e6a72d8
-RMD160 (libical-0.44.tar.gz) = 5640ffd3ff01807e49d9090000510c4959218c39
-SIZE (libical-0.44.tar.gz) = 1149067
+SHA256 (libical-1.0.tar.gz) = 7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7
+SIZE (libical-1.0.tar.gz) = 1199483

Added: trunk/devel/libical/files/patch-CMakeLists.txt
===================================================================
--- trunk/devel/libical/files/patch-CMakeLists.txt	                        (rev 0)
+++ trunk/devel/libical/files/patch-CMakeLists.txt	2014-09-16 01:57:05 UTC (rev 17331)
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig	2013-05-04 23:25:27.000000000 +0200
++++ CMakeLists.txt	2013-12-01 00:16:33.000000000 +0100
+@@ -201,4 +201,4 @@
+ set(PTHREAD_LIBS "${CMAKE_THREAD_LIBS_INIT}")
+ 
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libical.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libical.pc @ONLY)
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libical.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig)

Modified: trunk/devel/libical/files/patch-configure
===================================================================
--- trunk/devel/libical/files/patch-configure	2014-09-16 01:53:48 UTC (rev 17330)
+++ trunk/devel/libical/files/patch-configure	2014-09-16 01:57:05 UTC (rev 17331)
@@ -1,11 +1,11 @@
---- configure.orig	2009-04-13 19:05:37.000000000 -0400
-+++ configure	2009-04-13 19:05:00.000000000 -0400
-@@ -20096,7 +20096,7 @@ case "$host" in
+--- configure.orig	2013-11-30 20:59:36.000000000 +0100
++++ configure	2013-11-30 20:59:36.000000000 +0100
+@@ -15429,7 +15429,7 @@
      use_builtin_timezone=yes
      os_win32=yes
      ;;
 -*linux*)
-+*linux*|*freebsd*)
++*linux*|*dragonfly*|*freebsd*)
      use_builtin_timezone=no
      os_win32=no
      ;;


Property changes on: trunk/devel/libical/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/devel/libical/pkg-descr
===================================================================
--- trunk/devel/libical/pkg-descr	2014-09-16 01:53:48 UTC (rev 17330)
+++ trunk/devel/libical/pkg-descr	2014-09-16 01:57:05 UTC (rev 17331)
@@ -3,7 +3,4 @@
 parses iCal components and provides a C API for manipulating the
 component properties, parameters, and subcomponents.
 
-WWW: http://www.softwarestudio.org/libical/
-
-/Joe Kelsey
-joe at zircon.seattle.wa.us
+WWW: http://freeassociation.sourceforge.net/

Modified: trunk/devel/libical/pkg-plist
===================================================================
--- trunk/devel/libical/pkg-plist	2014-09-16 01:53:48 UTC (rev 17330)
+++ trunk/devel/libical/pkg-plist	2014-09-16 01:57:05 UTC (rev 17331)
@@ -45,16 +45,16 @@
 include/libical/vcc.h
 include/libical/vobject.h
 lib/libical.a
-lib/libical.la
 lib/libical.so
-lib/libical.so.44
+lib/libical.so.1
+lib/libical.so.1.0.0
 lib/libicalss.a
-lib/libicalss.la
 lib/libicalss.so
-lib/libicalss.so.44
+lib/libicalss.so.1
+lib/libicalss.so.1.0.0
 lib/libicalvcal.a
-lib/libicalvcal.la
 lib/libicalvcal.so
-lib/libicalvcal.so.44
+lib/libicalvcal.so.1
+lib/libicalvcal.so.1.0.0
 libdata/pkgconfig/libical.pc
 @dirrm include/libical



More information about the Midnightbsd-cvs mailing list