aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-06-08 12:13:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-06-08 12:13:46 +0000
commitf099d068fcacbcc86cba65c6a9217fa7dcef32fe (patch)
treeea72f45e6ee6985e1c66566dc44f5e0880ae4522 /print
parent3cdc2974feaa291701ee4f7e7fcc75fb8d2de179 (diff)
downloadports-f099d068fcacbcc86cba65c6a9217fa7dcef32fe.tar.gz
ports-f099d068fcacbcc86cba65c6a9217fa7dcef32fe.zip
Update CentOS 7 ports to 7.6.1810.
This adds some new ports: converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango. graphics/linux-c7-libglvnd required by graphics/linux-c7-dri. graphics/linux-c7-wayland required by graphics/linux-c7-dri. print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it depends on graphics/linux-c7-png now. Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL Vendor-Neutral Dispatch library) which allows some applications to use Mesa while others use Nvidia OpenGL. The x11/nvidia-driver* ports have been changed so versions above 390.42 now use CentOS libglvnd and no longer install a bundled copy. PR: 229431 Submitted by: pkubaj (partly)
Notes
Notes: svn path=/head/; revision=503722
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/linux-c7-cups-libs/Makefile4
-rw-r--r--print/linux-c7-cups-libs/distinfo14
-rw-r--r--print/linux-c7-freetype/Makefile19
-rw-r--r--print/linux-c7-freetype/distinfo7
-rw-r--r--print/linux-c7-freetype/pkg-plist.amd648
-rw-r--r--print/linux-c7-freetype/pkg-plist.i3866
-rw-r--r--print/linux-c7-harfbuzz/Makefile4
-rw-r--r--print/linux-c7-harfbuzz/distinfo14
-rw-r--r--print/linux-c7-harfbuzz/pkg-plist.amd646
-rw-r--r--print/linux-c7-harfbuzz/pkg-plist.i3864
11 files changed, 64 insertions, 23 deletions
diff --git a/print/Makefile b/print/Makefile
index f82e5435a592..6b52ac9fee71 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -115,6 +115,7 @@
SUBDIR += lilypond-devel
SUBDIR += linux-c6-cups-libs
SUBDIR += linux-c7-cups-libs
+ SUBDIR += linux-c7-freetype
SUBDIR += linux-c7-harfbuzz
SUBDIR += lout
SUBDIR += lprps
diff --git a/print/linux-c7-cups-libs/Makefile b/print/linux-c7-cups-libs/Makefile
index 9fd458087c49..a56066d81ed7 100644
--- a/print/linux-c7-cups-libs/Makefile
+++ b/print/linux-c7-cups-libs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cups
PORTVERSION= 1.6.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
@@ -16,7 +16,7 @@ CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
-RPMVERSION= 29.el7
+RPMVERSION= 35.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= avahi-libs openssl
diff --git a/print/linux-c7-cups-libs/distinfo b/print/linux-c7-cups-libs/distinfo
index 37d3c3273e3f..df064026efd6 100644
--- a/print/linux-c7-cups-libs/distinfo
+++ b/print/linux-c7-cups-libs/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1507237592
-SHA256 (centos/cups-libs-1.6.3-29.el7.i686.rpm) = d9dabe324188becadf81c383d1e25b2844484d78b684e2f8fbf514c86e2fbe6d
-SIZE (centos/cups-libs-1.6.3-29.el7.i686.rpm) = 366236
-SHA256 (centos/cups-libs-1.6.3-29.el7.x86_64.rpm) = 73435806ceec461382ddd87323bf16c5e0b34a42062566b3db0976fda2843b4d
-SIZE (centos/cups-libs-1.6.3-29.el7.x86_64.rpm) = 364648
-SHA256 (centos/cups-1.6.3-29.el7.src.rpm) = eb01bd6c1be127b3e4f20580c86810341906e68205ad3763ce0e6c13b0d299b3
-SIZE (centos/cups-1.6.3-29.el7.src.rpm) = 8480742
+TIMESTAMP = 1530377648
+SHA256 (centos/cups-libs-1.6.3-35.el7.i686.rpm) = 94b337fc97f6647e11f5d673165f94a2a32c58fb0f6a9383a5f28b750f96f87a
+SIZE (centos/cups-libs-1.6.3-35.el7.i686.rpm) = 367456
+SHA256 (centos/cups-libs-1.6.3-35.el7.x86_64.rpm) = fb00ded679396d4752767dd8129d3fd381d3c7f8c2ffc728d3a835bee21e3e24
+SIZE (centos/cups-libs-1.6.3-35.el7.x86_64.rpm) = 365828
+SHA256 (centos/cups-1.6.3-35.el7.src.rpm) = 238051436610469e2233162020af2b4367c0d516ac2c7e05d9c7764d2077bdac
+SIZE (centos/cups-1.6.3-35.el7.src.rpm) = 8488417
diff --git a/print/linux-c7-freetype/Makefile b/print/linux-c7-freetype/Makefile
new file mode 100644
index 000000000000..a76422c3ad1a
--- /dev/null
+++ b/print/linux-c7-freetype/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= freetype
+PORTVERSION= 2.8
+CATEGORIES= print linux
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Font rendering engine (Linux CentOS ${LINUX_DIST_VER})
+
+DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr
+RPMVERSION= 12.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= png
+USE_LINUX_RPM= yes
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>
diff --git a/print/linux-c7-freetype/distinfo b/print/linux-c7-freetype/distinfo
new file mode 100644
index 000000000000..f3c42a850406
--- /dev/null
+++ b/print/linux-c7-freetype/distinfo
@@ -0,0 +1,7 @@
+TIMESTAMP = 1556533831
+SHA256 (centos/freetype-2.8-12.el7.i686.rpm) = f7e88eff161bce032773746aecb93932e94a26ed2af7156e4018d9d23a522101
+SIZE (centos/freetype-2.8-12.el7.i686.rpm) = 385864
+SHA256 (centos/freetype-2.8-12.el7.x86_64.rpm) = 95b67d5ada6a7a05d511ebd23dacb27d713221c4f5688da4cbe7bdca192acffb
+SIZE (centos/freetype-2.8-12.el7.x86_64.rpm) = 388688
+SHA256 (centos/freetype-2.8-12.el7.src.rpm) = b8ff95c7279c48c927b3f6bafa622403ba1c836586f4f2793d70a9c0915ddd06
+SIZE (centos/freetype-2.8-12.el7.src.rpm) = 4276134
diff --git a/print/linux-c7-freetype/pkg-plist.amd64 b/print/linux-c7-freetype/pkg-plist.amd64
new file mode 100644
index 000000000000..e2cb44cbfc8d
--- /dev/null
+++ b/print/linux-c7-freetype/pkg-plist.amd64
@@ -0,0 +1,8 @@
+usr/lib/libfreetype.so.6
+usr/lib/libfreetype.so.6.14.0
+usr/lib64/libfreetype.so.6
+usr/lib64/libfreetype.so.6.14.0
+%%PORTDOCS%%%%DOCSDIR%%/README
+usr/share/licenses/freetype-2.8/FTL.TXT
+usr/share/licenses/freetype-2.8/GPLv2.TXT
+usr/share/licenses/freetype-2.8/LICENSE.TXT
diff --git a/print/linux-c7-freetype/pkg-plist.i386 b/print/linux-c7-freetype/pkg-plist.i386
new file mode 100644
index 000000000000..9020dbcab4ac
--- /dev/null
+++ b/print/linux-c7-freetype/pkg-plist.i386
@@ -0,0 +1,6 @@
+usr/lib/libfreetype.so.6
+usr/lib/libfreetype.so.6.14.0
+%%PORTDOCS%%%%DOCSDIR%%/README
+usr/share/licenses/freetype-2.8/FTL.TXT
+usr/share/licenses/freetype-2.8/GPLv2.TXT
+usr/share/licenses/freetype-2.8/LICENSE.TXT
diff --git a/print/linux-c7-harfbuzz/Makefile b/print/linux-c7-harfbuzz/Makefile
index 6c76554216ad..73fc38de9e14 100644
--- a/print/linux-c7-harfbuzz/Makefile
+++ b/print/linux-c7-harfbuzz/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
PORTNAME= harfbuzz
-PORTVERSION= 1.3.2
+PORTVERSION= 1.7.5
CATEGORIES= print linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER})
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-RPMVERSION= 1.el7
+RPMVERSION= 2.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= graphite2
diff --git a/print/linux-c7-harfbuzz/distinfo b/print/linux-c7-harfbuzz/distinfo
index f6f6fe7a577f..549578e756cb 100644
--- a/print/linux-c7-harfbuzz/distinfo
+++ b/print/linux-c7-harfbuzz/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1507237648
-SHA256 (centos/harfbuzz-1.3.2-1.el7.i686.rpm) = f55aaba2875fea33c7b5412a575d160f0e77cff1d5be5003fe557354030b7651
-SIZE (centos/harfbuzz-1.3.2-1.el7.i686.rpm) = 179704
-SHA256 (centos/harfbuzz-1.3.2-1.el7.x86_64.rpm) = 39a10a9e6a396468d9a906490b57f095ed68c61e1f5c3366848a079535ba4615
-SIZE (centos/harfbuzz-1.3.2-1.el7.x86_64.rpm) = 181176
-SHA256 (centos/harfbuzz-1.3.2-1.el7.src.rpm) = f0ac75775c15766570c4aefa3628d9fd4d2f9473ca180d900ea5a0a9ca000593
-SIZE (centos/harfbuzz-1.3.2-1.el7.src.rpm) = 1359159
+TIMESTAMP = 1556485359
+SHA256 (centos/harfbuzz-1.7.5-2.el7.i686.rpm) = db07a5560c2a369a94e823499ba16f36e026adff0276e95ec979cda512fc10d0
+SIZE (centos/harfbuzz-1.7.5-2.el7.i686.rpm) = 272200
+SHA256 (centos/harfbuzz-1.7.5-2.el7.x86_64.rpm) = 3b99fde0c10155533b6e60202089d6e8ba99cf8aef0dea593164d9da90b08a21
+SIZE (centos/harfbuzz-1.7.5-2.el7.x86_64.rpm) = 273576
+SHA256 (centos/harfbuzz-1.7.5-2.el7.src.rpm) = e2210717e9af674b181e1054e3834893ba1bf63b972dc5891e0a595bb7a3876b
+SIZE (centos/harfbuzz-1.7.5-2.el7.src.rpm) = 2323484
diff --git a/print/linux-c7-harfbuzz/pkg-plist.amd64 b/print/linux-c7-harfbuzz/pkg-plist.amd64
index d400ae8d2c93..798dc384f6f3 100644
--- a/print/linux-c7-harfbuzz/pkg-plist.amd64
+++ b/print/linux-c7-harfbuzz/pkg-plist.amd64
@@ -1,8 +1,8 @@
usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.10302.0
+usr/lib/libharfbuzz.so.0.10705.0
usr/lib64/libharfbuzz.so.0
-usr/lib64/libharfbuzz.so.0.10302.0
+usr/lib64/libharfbuzz.so.0.10705.0
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
-usr/share/licenses/harfbuzz-1.3.2/COPYING
+usr/share/licenses/harfbuzz-1.7.5/COPYING
diff --git a/print/linux-c7-harfbuzz/pkg-plist.i386 b/print/linux-c7-harfbuzz/pkg-plist.i386
index bb2740a30ce8..064edbe328ab 100644
--- a/print/linux-c7-harfbuzz/pkg-plist.i386
+++ b/print/linux-c7-harfbuzz/pkg-plist.i386
@@ -1,6 +1,6 @@
usr/lib/libharfbuzz.so.0
-usr/lib/libharfbuzz.so.0.10302.0
+usr/lib/libharfbuzz.so.0.10705.0
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
-usr/share/licenses/harfbuzz-1.3.2/COPYING
+usr/share/licenses/harfbuzz-1.7.5/COPYING