From owner-svn-ports-all@freebsd.org Fri Oct 30 16:10:17 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E68D455F3D; Fri, 30 Oct 2020 16:10:17 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CN6j50Qvxz4BKX; Fri, 30 Oct 2020 16:10:17 +0000 (UTC) (envelope-from 0mp@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1F5A18FAE; Fri, 30 Oct 2020 16:10:16 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09UGAGDR035076; Fri, 30 Oct 2020 16:10:16 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09UGAFhS035068; Fri, 30 Oct 2020 16:10:15 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202010301610.09UGAFhS035068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Fri, 30 Oct 2020 16:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553700 - in head/x11-fonts: xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-cyrillic xorg-fonts-miscbitmaps xorg-fonts-truetype xorg-fonts-type1 X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/x11-fonts: xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-cyrillic xorg-fonts-miscbitmaps xorg-fonts-truetype xorg-fonts-type1 X-SVN-Commit-Revision: 553700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2020 16:10:17 -0000 Author: 0mp Date: Fri Oct 30 16:10:15 2020 New Revision: 553700 URL: https://svnweb.freebsd.org/changeset/ports/553700 Log: Switch x11-fonts/xorg-fonts-* to USES=metaport Also, remove bugus CONFLICTS. I believe that the FONTDIR could be renamed to _FONTDIR and the RUN_DEPENDS sorted, but let's do it another time to keep the diff small. Also, prefixing non-standard variables with "_" is not officially documented yet in the Porter's Handbook (it's only the convention suggested by portclippy, which itself is not mentioned there yet). Reviewed by: zeising (earlier version) Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D26989 Modified: head/x11-fonts/xorg-fonts-100dpi/Makefile head/x11-fonts/xorg-fonts-75dpi/Makefile head/x11-fonts/xorg-fonts-cyrillic/Makefile head/x11-fonts/xorg-fonts-miscbitmaps/Makefile head/x11-fonts/xorg-fonts-truetype/Makefile head/x11-fonts/xorg-fonts-type1/Makefile Modified: head/x11-fonts/xorg-fonts-100dpi/Makefile ============================================================================== --- head/x11-fonts/xorg-fonts-100dpi/Makefile Fri Oct 30 15:54:00 2020 (r553699) +++ head/x11-fonts/xorg-fonts-100dpi/Makefile Fri Oct 30 16:10:15 2020 (r553700) @@ -4,9 +4,6 @@ PORTNAME= xorg-fonts-100dpi PORTVERSION= 7.7 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org 100dpi bitmap fonts @@ -18,11 +15,8 @@ RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:x11-font ${FONTDIR}/100dpi/charB08.pcf.gz:x11-fonts/font-bitstream-100dpi \ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings -CONFLICTS= XFree86-font100dpi-* +USES= metaport -NO_BUILD= # none -NO_MTREE= yes -NO_INSTALL= yes FONTDIR= ${LOCALBASE}/share/fonts .include Modified: head/x11-fonts/xorg-fonts-75dpi/Makefile ============================================================================== --- head/x11-fonts/xorg-fonts-75dpi/Makefile Fri Oct 30 15:54:00 2020 (r553699) +++ head/x11-fonts/xorg-fonts-75dpi/Makefile Fri Oct 30 16:10:15 2020 (r553700) @@ -4,9 +4,6 @@ PORTNAME= xorg-fonts-75dpi PORTVERSION= 7.7 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org 75dpi bitmap fonts @@ -18,11 +15,8 @@ RUN_DEPENDS= ${FONTDIR}/75dpi/courB08.pcf.gz:x11-fonts ${FONTDIR}/75dpi/charB08.pcf.gz:x11-fonts/font-bitstream-75dpi \ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings -CONFLICTS= XFree86-font75dpi-* +USES= metaport -NO_BUILD= # none -NO_MTREE= yes -NO_INSTALL= yes FONTDIR= ${LOCALBASE}/share/fonts .include Modified: head/x11-fonts/xorg-fonts-cyrillic/Makefile ============================================================================== --- head/x11-fonts/xorg-fonts-cyrillic/Makefile Fri Oct 30 15:54:00 2020 (r553699) +++ head/x11-fonts/xorg-fonts-cyrillic/Makefile Fri Oct 30 16:10:15 2020 (r553700) @@ -4,9 +4,6 @@ PORTNAME= xorg-fonts-cyrillic PORTVERSION= 7.7 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org Cyrillic bitmap fonts @@ -17,11 +14,8 @@ RUN_DEPENDS= ${FONTDIR}/cyrillic/crox1c.pcf.gz:x11-fon ${FONTDIR}/cyrillic/proof9x16.pcf.gz:x11-fonts/font-winitzki-cyrillic \ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings -CONFLICTS= XFree86-fontCyrillic-* +USES= metaport -NO_BUILD= # none -NO_MTREE= yes -NO_INSTALL= yes FONTDIR= ${LOCALBASE}/share/fonts .include Modified: head/x11-fonts/xorg-fonts-miscbitmaps/Makefile ============================================================================== --- head/x11-fonts/xorg-fonts-miscbitmaps/Makefile Fri Oct 30 15:54:00 2020 (r553699) +++ head/x11-fonts/xorg-fonts-miscbitmaps/Makefile Fri Oct 30 16:10:15 2020 (r553700) @@ -4,8 +4,6 @@ PORTNAME= xorg-fonts-miscbitmaps PORTVERSION= 7.7 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org miscellaneous bitmap fonts @@ -24,11 +22,8 @@ RUN_DEPENDS= ${FONTDIR}/misc/arabic24.pcf.gz:x11-fonts ${FONTDIR}/misc/olcursor.pcf.gz:x11-fonts/font-sun-misc \ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings -CONFLICTS= XFree86-fontDefaultBitmaps-* +USES= metaport -NO_BUILD= # none -NO_INSTALL= yes -NO_MTREE= yes FONTDIR= ${LOCALBASE}/share/fonts .include Modified: head/x11-fonts/xorg-fonts-truetype/Makefile ============================================================================== --- head/x11-fonts/xorg-fonts-truetype/Makefile Fri Oct 30 15:54:00 2020 (r553699) +++ head/x11-fonts/xorg-fonts-truetype/Makefile Fri Oct 30 16:10:15 2020 (r553700) @@ -5,9 +5,6 @@ PORTNAME= xorg-fonts-truetype PORTVERSION= 7.7 PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org TrueType fonts @@ -18,9 +15,8 @@ RUN_DEPENDS= ${FONTDIR}/TTF/luximb.ttf:x11-fonts/font- ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings \ ${FONTDIR}/dejavu/DejaVuSans.ttf:x11-fonts/dejavu -NO_BUILD= # none -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport + FONTDIR= ${LOCALBASE}/share/fonts .include Modified: head/x11-fonts/xorg-fonts-type1/Makefile ============================================================================== --- head/x11-fonts/xorg-fonts-type1/Makefile Fri Oct 30 15:54:00 2020 (r553699) +++ head/x11-fonts/xorg-fonts-type1/Makefile Fri Oct 30 16:10:15 2020 (r553700) @@ -4,9 +4,6 @@ PORTNAME= xorg-fonts-type1 PORTVERSION= 7.7 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org Type1 fonts @@ -18,11 +15,8 @@ RUN_DEPENDS= ${FONTDIR}/Type1/UTBI____.afm:x11-fonts/f ${FONTDIR}/Type1/cursor.pfa:x11-fonts/font-xfree86-type1 \ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings -CONFLICTS= XFree86-fontScalable-* +USES= metaport -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes FONTDIR= ${LOCALBASE}/share/fonts .include