Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 18:57:06 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368987 - head/x11/libXcm
Message-ID:  <201409221857.s8MIv6Se055554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon Sep 22 18:57:05 2014
New Revision: 368987
URL: http://svnweb.freebsd.org/changeset/ports/368987
QAT: https://qat.redports.org/buildarchive/r368987/

Log:
  x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la files

Modified:
  head/x11/libXcm/Makefile
  head/x11/libXcm/distinfo
  head/x11/libXcm/pkg-plist

Modified: head/x11/libXcm/Makefile
==============================================================================
--- head/x11/libXcm/Makefile	Mon Sep 22 18:50:18 2014	(r368986)
+++ head/x11/libXcm/Makefile	Mon Sep 22 18:57:05 2014	(r368987)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libXcm
 PORTVERSION=	0.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 MASTER_SITES=	SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
 
@@ -11,8 +11,8 @@ COMMENT=	X Colour Management Library
 
 LICENSE=	MIT
 
-XORG_CAT=	lib
-USES=		libtool:keepla pathfix pkgconfig
+USES=		libtool pathfix pkgconfig
+GNU_CONFIGURE=	yes
 USE_XORG=	xfixes xmu
 INSTALL_TARGET=	install-strip
 

Modified: head/x11/libXcm/distinfo
==============================================================================
--- head/x11/libXcm/distinfo	Mon Sep 22 18:50:18 2014	(r368986)
+++ head/x11/libXcm/distinfo	Mon Sep 22 18:57:05 2014	(r368987)
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/libXcm-0.5.3.tar.bz2) = 04bda6aa4e8b1ef61815ebfc7760277856a5fd3b347948e0d99cf0ec78b03050
-SIZE (xorg/lib/libXcm-0.5.3.tar.bz2) = 303829
+SHA256 (libXcm-0.5.3.tar.gz) = 5c5fd9f1d3ab79e5fceab434e78ebd516b6cf274d0dd3a95ca589f40461fe35e
+SIZE (libXcm-0.5.3.tar.gz) = 365458

Modified: head/x11/libXcm/pkg-plist
==============================================================================
--- head/x11/libXcm/pkg-plist	Mon Sep 22 18:50:18 2014	(r368986)
+++ head/x11/libXcm/pkg-plist	Mon Sep 22 18:57:05 2014	(r368987)
@@ -4,19 +4,15 @@ include/X11/Xcm/XcmEdidParse.h
 include/X11/Xcm/XcmEvents.h
 include/X11/Xcm/XcmVersion.h
 lib/cmake/Xcm/XcmConfig.cmake
-lib/libXcm.la
 lib/libXcm.so
 lib/libXcm.so.0
 lib/libXcm.so.0.0.5
-lib/libXcmDDC.la
 lib/libXcmDDC.so
 lib/libXcmDDC.so.0
 lib/libXcmDDC.so.0.0.5
-lib/libXcmEDID.la
 lib/libXcmEDID.so
 lib/libXcmEDID.so.0
 lib/libXcmEDID.so.0.0.5
-lib/libXcmX11.la
 lib/libXcmX11.so
 lib/libXcmX11.so.0
 lib/libXcmX11.so.0.0.5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221857.s8MIv6Se055554>