Wed May 18 21:04:07 2016 UTC ()
Update to 1.02

* Add freetype2 library of latest NetBSD-current native xorg


(ryoon)
diff -r1.170 -r1.171 pkgsrc/pkgtools/x11-links/Makefile
diff -r1.65 -r1.66 pkgsrc/pkgtools/x11-links/buildlink3.mk
diff -r1.23 -r1.24 pkgsrc/pkgtools/x11-links/files/xorg.freetype2

cvs diff -r1.170 -r1.171 pkgsrc/pkgtools/x11-links/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/x11-links/Makefile 2015/12/27 18:56:33 1.170
+++ pkgsrc/pkgtools/x11-links/Makefile 2016/05/18 21:04:07 1.171
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.170 2015/12/27 18:56:33 sevan Exp $ 1# $NetBSD: Makefile,v 1.171 2016/05/18 21:04:07 ryoon Exp $
2# 2#
3# NOTE: If you update this package, then you'll likely need to also update 3# NOTE: If you update this package, then you'll likely need to also update
4# the x11-links dependency in buildlink3.mk to the correct version, 4# the x11-links dependency in buildlink3.mk to the correct version,
5# usually the most recent. 5# usually the most recent.
6 6
7PKGNAME= x11-links-1.01 7PKGNAME= x11-links-1.02
8CATEGORIES= pkgtools x11 8CATEGORIES= pkgtools x11
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html 11HOMEPAGE= http://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
12COMMENT= Shadow tree of links to native X11 headers and libraries 12COMMENT= Shadow tree of links to native X11 headers and libraries
13LICENSE= original-bsd 13LICENSE= original-bsd
14 14
15.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
16.if ${OPSYS} == "OpenBSD" 16.if ${OPSYS} == "OpenBSD"
17CHECK_SHLIBS_SUPPORTED= no 17CHECK_SHLIBS_SUPPORTED= no
18.endif 18.endif
19 19
20NOT_FOR_PLATFORM= DragonFly-*-* 20NOT_FOR_PLATFORM= DragonFly-*-*

cvs diff -r1.65 -r1.66 pkgsrc/pkgtools/x11-links/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/pkgtools/x11-links/buildlink3.mk 2015/12/27 18:56:33 1.65
+++ pkgsrc/pkgtools/x11-links/buildlink3.mk 2016/05/18 21:04:07 1.66
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: buildlink3.mk,v 1.65 2015/12/27 18:56:33 sevan Exp $ 1# $NetBSD: buildlink3.mk,v 1.66 2016/05/18 21:04:07 ryoon Exp $
2# 2#
3# Don't include this file manually! It will be included as necessary 3# Don't include this file manually! It will be included as necessary
4# by bsd.buildlink3.mk. 4# by bsd.buildlink3.mk.
5 5
6# x11-links is sorted first in mk/buildlink3/bsd.buildlink3.mk, 6# x11-links is sorted first in mk/buildlink3/bsd.buildlink3.mk,
7# so that symlinks created from it can be overriden by other packages. 7# so that symlinks created from it can be overriden by other packages.
8# 8#
9 9
10BUILDLINK_TREE+= x11-links 10BUILDLINK_TREE+= x11-links
11 11
12.if !defined(X11_LINKS_BUILDLINK3_MK) 12.if !defined(X11_LINKS_BUILDLINK3_MK)
13X11_LINKS_BUILDLINK3_MK:= 13X11_LINKS_BUILDLINK3_MK:=
14 14
15BUILDLINK_API_DEPENDS.x11-links+= x11-links>=1.01 15BUILDLINK_API_DEPENDS.x11-links+= x11-links>=1.02
16BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links 16BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
17BUILDLINK_DEPMETHOD.x11-links?= build 17BUILDLINK_DEPMETHOD.x11-links?= build
18 18
19# Force all of the helper programs, headers and libraries to be symlinked 19# Force all of the helper programs, headers and libraries to be symlinked
20# into ${BUILDLINK_X11_DIR}. 20# into ${BUILDLINK_X11_DIR}.
21# 21#
22BUILDLINK_CONTENTS_FILTER.x11-links= \ 22BUILDLINK_CONTENTS_FILTER.x11-links= \
23 ${EGREP} '(bin/.*|include.*/|\.h$$|\.pc$$|/lib[^/]*$$)' 23 ${EGREP} '(bin/.*|include.*/|\.h$$|\.pc$$|/lib[^/]*$$)'
24 24
25# Rename the symlinks so that they appear in ${BUILDLINK_X11_DIR}/include 25# Rename the symlinks so that they appear in ${BUILDLINK_X11_DIR}/include
26# and ${BUILDLINK_X11_DIR}/lib. 26# and ${BUILDLINK_X11_DIR}/lib.
27# 27#
28BUILDLINK_FNAME_TRANSFORM.x11-links+= -e "s|/share/x11-links/|/|" 28BUILDLINK_FNAME_TRANSFORM.x11-links+= -e "s|/share/x11-links/|/|"

cvs diff -r1.23 -r1.24 pkgsrc/pkgtools/x11-links/files/xorg.freetype2 (expand / switch to unified diff)

--- pkgsrc/pkgtools/x11-links/files/xorg.freetype2 2015/11/17 11:18:38 1.23
+++ pkgsrc/pkgtools/x11-links/files/xorg.freetype2 2016/05/18 21:04:07 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: xorg.freetype2,v 1.23 2015/11/17 11:18:38 sevan Exp $ 1# $NetBSD: xorg.freetype2,v 1.24 2016/05/18 21:04:07 ryoon Exp $
2# 2#
3bin/freetype-config 3bin/freetype-config
4include/freetype2/config/ftconfig.h 4include/freetype2/config/ftconfig.h
5include/freetype2/config/ftheader.h 5include/freetype2/config/ftheader.h
6include/freetype2/config/ftmodule.h 6include/freetype2/config/ftmodule.h
7include/freetype2/config/ftoption.h 7include/freetype2/config/ftoption.h
8include/freetype2/config/ftstdlib.h 8include/freetype2/config/ftstdlib.h
9include/freetype2/freetype.h 9include/freetype2/freetype.h
10include/freetype2/freetype/config/ftconfig-32.h 10include/freetype2/freetype/config/ftconfig-32.h
11include/freetype2/freetype/config/ftconfig-64.h 11include/freetype2/freetype/config/ftconfig-64.h
12include/freetype2/freetype/config/ftconfig.h 12include/freetype2/freetype/config/ftconfig.h
13include/freetype2/freetype/config/ftheader.h 13include/freetype2/freetype/config/ftheader.h
14include/freetype2/freetype/config/ftmodule.h 14include/freetype2/freetype/config/ftmodule.h
@@ -109,26 +109,27 @@ include/freetype2/ttunpat.h @@ -109,26 +109,27 @@ include/freetype2/ttunpat.h
109include/ft2build.h 109include/ft2build.h
110lib/libfreetype.6.3.16.dylib 110lib/libfreetype.6.3.16.dylib
111lib/libfreetype.6.dylib 111lib/libfreetype.6.dylib
112lib/libfreetype.a 112lib/libfreetype.a
113lib/libfreetype.dylib 113lib/libfreetype.dylib
114lib/libfreetype.la 114lib/libfreetype.la
115lib/libfreetype.so 115lib/libfreetype.so
116lib/libfreetype.so.17 116lib/libfreetype.so.17
117lib/libfreetype.so.17.0 117lib/libfreetype.so.17.0
118lib/libfreetype.so.17.2.11 118lib/libfreetype.so.17.2.11
119lib/libfreetype.so.17.4.11 119lib/libfreetype.so.17.4.11
120lib/libfreetype.so.18.0 120lib/libfreetype.so.18.0
121lib/libfreetype.so.18.0.12 121lib/libfreetype.so.18.0.12
 122lib/libfreetype.so.18.0.13
122lib/libfreetype.so.18.1 123lib/libfreetype.so.18.1
123lib/libfreetype.so.18.3 124lib/libfreetype.so.18.3
124lib/libfreetype.so.20.0 125lib/libfreetype.so.20.0
125lib/libfreetype.so.22.0 126lib/libfreetype.so.22.0
126lib/libfreetype.so.23.0 127lib/libfreetype.so.23.0
127lib/libfreetype.so.24.0 128lib/libfreetype.so.24.0
128lib/libfreetype.so.24.1 129lib/libfreetype.so.24.1
129lib/libfreetype.so.6 130lib/libfreetype.so.6
130lib/libfreetype.so.6.3.17 131lib/libfreetype.so.6.3.17
131lib/libfreetype.so.7 132lib/libfreetype.so.7
132lib/libfreetype.so.7.1 133lib/libfreetype.so.7.1
133lib/libfreetype.so.7.2 134lib/libfreetype.so.7.2
134lib/libfreetype.so.7.3 135lib/libfreetype.so.7.3