From owner-svn-ports-head@freebsd.org Thu Aug 4 20:29:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51E2FBAF4EB; Thu, 4 Aug 2016 20:29:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15A371C3C; Thu, 4 Aug 2016 20:29:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74KTEG2098039; Thu, 4 Aug 2016 20:29:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74KTDVI098032; Thu, 4 Aug 2016 20:29:13 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201608042029.u74KTDVI098032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 4 Aug 2016 20:29:13 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 20:29:15 -0000 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 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