From 1f76403039e44a228efdcf3c872d17fe90205286 Mon Sep 17 00:00:00 2001 From: zeising Date: Tue, 11 Sep 2018 18:34:27 +0000 Subject: Change x11/xorgproto to become a build dep Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 --- x11-toolkits/gtk12/Makefile | 2 +- x11-toolkits/lesstif/Makefile | 2 +- x11-toolkits/libXaw/Makefile | 2 +- x11-toolkits/libXmu/Makefile | 2 +- x11-toolkits/libXt/Makefile | 2 +- x11-toolkits/py-kivy/Makefile | 1 + x11-toolkits/qt4-gui/Makefile | 2 +- x11-toolkits/v/Makefile | 2 +- x11-toolkits/wxgtk30/Makefile | 2 +- x11-toolkits/wxgtk31/Makefile | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 7f69937262bd..6927fd080c64 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/1.2 PKGNAMESUFFIX= 12 diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index f4f3209c554f..34bbf09a5d85 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -3,7 +3,7 @@ PORTNAME= lesstif PORTVERSION= 0.95.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index f23cac869283..24b371fda578 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libXaw PORTVERSION= 1.0.13 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= x11-toolkits diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index a79df0aa3a1d..815b7d275eb7 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -3,7 +3,7 @@ PORTNAME= libXmu PORTVERSION= 1.1.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= x11-toolkits diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index c5353298f89a..2365f024c8b6 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -3,7 +3,7 @@ PORTNAME= libXt PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile index 6d94bb32d5ef..15d31e6c8fde 100644 --- a/x11-toolkits/py-kivy/Makefile +++ b/x11-toolkits/py-kivy/Makefile @@ -2,6 +2,7 @@ PORTNAME= kivy PORTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 3831ca9f9a4f..1e4fa4c569ce 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gui DISTVERSION= ${QT4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt4- diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index ab71b1d55e4b..782e82f51793 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -3,7 +3,7 @@ PORTNAME= v PORTVERSION= 1.90 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits devel graphics MASTER_SITES= SF/${PORTNAME}gui/V%20GUI/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index 8fe5aeb04461..f3b47505ea8b 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= x11-toolkits PKGNAMESUFFIX= 30-gtk2 diff --git a/x11-toolkits/wxgtk31/Makefile b/x11-toolkits/wxgtk31/Makefile index f13e672869db..172cdb6c4a9d 100644 --- a/x11-toolkits/wxgtk31/Makefile +++ b/x11-toolkits/wxgtk31/Makefile @@ -3,7 +3,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 31-gtk3 -- cgit