Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 20:29:13 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419659 - in head: Mk x11 x11/linux-c6-pixman
Message-ID:  <201608042029.u74KTDVI098032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug  4 20:29:13 2016
New Revision: 419659
URL: https://svnweb.freebsd.org/changeset/ports/419659

Log:
  Add x11/linux-c6-pixman, required by graphics/linux-c6-cairo.
  
  Submitted by:	jkim

Added:
  head/x11/linux-c6-pixman/
  head/x11/linux-c6-pixman/Makefile   (contents, props changed)
  head/x11/linux-c6-pixman/distinfo.i386   (contents, props changed)
  head/x11/linux-c6-pixman/distinfo.x86_64   (contents, props changed)
  head/x11/linux-c6-pixman/pkg-plist.i386   (contents, props changed)
  head/x11/linux-c6-pixman/pkg-plist.x86_64   (contents, props changed)
Modified:
  head/Mk/bsd.linux-apps.mk
  head/x11/Makefile

Modified: head/Mk/bsd.linux-apps.mk
==============================================================================
--- head/Mk/bsd.linux-apps.mk	Thu Aug  4 20:23:23 2016	(r419658)
+++ head/Mk/bsd.linux-apps.mk	Thu Aug  4 20:29:13 2016	(r419659)
@@ -64,7 +64,7 @@ _LINUX_APPS_ALL=	allegro alsalib alsa-pl
 					flac fontconfig freealut gdkpixbuf gdkpixbuf2 gnutls gtk2 hicontheme imlib jasper jpeg libaudiofile \
 					libasyncns libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \
 					libpciaccess libsigcpp20 libsndfile libtasn1 libthai libtheora libvorbis libxml2 mikmod \
-					naslibs ncurses-base openal openmotif openssl openssl-compat pango png \
+					naslibs ncurses-base openal openmotif openssl openssl-compat pango pixman png \
 					pulseaudio-libs scimgtk scimlibs sdl12 sdlimage sdlmixer sdlttf tiff \
 					tcp_wrappers-libs xorglibs ucl ungif upx webauth
 
@@ -459,6 +459,11 @@ pango_DETECT=		${pango${LINUX_DIST_SUFFI
 pango_PORT=			x11-toolkits/linux${LINUX_BASEPORT_NAME}-pango
 pango_DEPENDS=		cairo expat fontconfig xorglibs
 
+pixman_c6_FILE=		${LINUXBASE}/usr/lib/libpixman-1.so.0.32.8
+pixman_c6_64_FILE=	${LINUXBASE}/usr/lib64/libpixman-1.so.0.32.8
+pixman_DETECT=		${pixman${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+pixman_PORT=		x11/linux${LINUX_BASEPORT_NAME}-pixman
+
 png_f10_FILE=		${LINUXBASE}/usr/lib/libpng.so.3.37.0
 png_c6_FILE=		${LINUXBASE}/usr/lib/libpng.so.3.49.0
 png_c6_64_FILE=		${LINUXBASE}/usr/lib64/libpng.so.3.49.0

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Thu Aug  4 20:23:23 2016	(r419658)
+++ head/x11/Makefile	Thu Aug  4 20:29:13 2016	(r419659)
@@ -180,6 +180,7 @@
     SUBDIR += libxkbui
     SUBDIR += libxklavier
     SUBDIR += libxshmfence
+    SUBDIR += linux-c6-pixman
     SUBDIR += linux-c6-xorg-libs
     SUBDIR += linux-f10-xorg-libs
     SUBDIR += listres

Added: head/x11/linux-c6-pixman/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/linux-c6-pixman/Makefile	Thu Aug  4 20:29:13 2016	(r419659)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	pixman
+PORTVERSION=	0.32.8
+CATEGORIES=	x11 linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Low-level pixel manipulation library (Linux CentOS ${LINUX_DIST_VER})
+
+ONLY_FOR_ARCHS=	amd64 i386
+RPMVERSION=	1.el6
+USE_LDCONFIG=	yes
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>

Added: head/x11/linux-c6-pixman/distinfo.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/linux-c6-pixman/distinfo.i386	Thu Aug  4 20:29:13 2016	(r419659)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1470340880
+SHA256 (rpm/i686/centos/6.8/pixman-0.32.8-1.el6.i686.rpm) = da1b43c3836f98229b704eda5aaf3f2b9b4e93ab0e23a905ac449e62c4d604f7
+SIZE (rpm/i686/centos/6.8/pixman-0.32.8-1.el6.i686.rpm) = 239560
+SHA256 (rpm/i686/centos/6.8/pixman-0.32.8-1.el6.src.rpm) = d129fb1fd8a2bfe7d7337daf46b76a48b1c68ee97e362e1224839c871e70f66f
+SIZE (rpm/i686/centos/6.8/pixman-0.32.8-1.el6.src.rpm) = 710121

Added: head/x11/linux-c6-pixman/distinfo.x86_64
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/linux-c6-pixman/distinfo.x86_64	Thu Aug  4 20:29:13 2016	(r419659)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1470340913
+SHA256 (rpm/x86_64/centos/6.8/pixman-0.32.8-1.el6.x86_64.rpm) = d5e9a2ac49bae1bff6fd806367aa0f9125eef6dee1b515a6af6576b883032e91
+SIZE (rpm/x86_64/centos/6.8/pixman-0.32.8-1.el6.x86_64.rpm) = 248564
+SHA256 (rpm/x86_64/centos/6.8/pixman-0.32.8-1.el6.i686.rpm) = da1b43c3836f98229b704eda5aaf3f2b9b4e93ab0e23a905ac449e62c4d604f7
+SIZE (rpm/x86_64/centos/6.8/pixman-0.32.8-1.el6.i686.rpm) = 239560
+SHA256 (rpm/x86_64/centos/6.8/pixman-0.32.8-1.el6.src.rpm) = d129fb1fd8a2bfe7d7337daf46b76a48b1c68ee97e362e1224839c871e70f66f
+SIZE (rpm/x86_64/centos/6.8/pixman-0.32.8-1.el6.src.rpm) = 710121

Added: head/x11/linux-c6-pixman/pkg-plist.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/linux-c6-pixman/pkg-plist.i386	Thu Aug  4 20:29:13 2016	(r419659)
@@ -0,0 +1,2 @@
+usr/lib/libpixman-1.so.0
+usr/lib/libpixman-1.so.0.32.8

Added: head/x11/linux-c6-pixman/pkg-plist.x86_64
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/linux-c6-pixman/pkg-plist.x86_64	Thu Aug  4 20:29:13 2016	(r419659)
@@ -0,0 +1,4 @@
+usr/lib/libpixman-1.so.0
+usr/lib/libpixman-1.so.0.32.8
+usr/lib64/libpixman-1.so.0
+usr/lib64/libpixman-1.so.0.32.8



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