aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-02-20 16:37:01 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2018-02-20 16:37:01 +0800
commit1811c8715849c26c31d876f94cf9038aa636a83f (patch)
tree5dfbe182c7ac3585f9095e3ceef7ad320a40b10d /emulators
parentb32c46702d87eb38bafa078b3855464d476a747b (diff)
downloadfreebsd-ports-gnome-1811c8715849c26c31d876f94cf9038aa636a83f.tar.gz
freebsd-ports-gnome-1811c8715849c26c31d876f94cf9038aa636a83f.tar.zst
freebsd-ports-gnome-1811c8715849c26c31d876f94cf9038aa636a83f.zip
Remove the wine-staging port which has been BROKEN (and is not fixable
as such, since the latest patchset no longer applies to current versions of Wine). This is logical consequence of r462267 removing the STAGING option from emulators/wine-devel with the follow rationale: Remove the STAGING option which has been marked BROKEN for 11 weeks now that the Wine Staging tree has been declared suspended yesterday, cf. https://www.wine-staging.com/news/2018-02-17-future-wine-staging.html .
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/wine-staging/Makefile17
2 files changed, 0 insertions, 18 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index bced35421f8e..4f62e7b15c70 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -173,7 +173,6 @@
SUBDIR += wine-gecko-devel
SUBDIR += wine-mono
SUBDIR += wine-mono-devel
- SUBDIR += wine-staging
SUBDIR += winetricks
SUBDIR += wxmupen64plus
SUBDIR += x48
diff --git a/emulators/wine-staging/Makefile b/emulators/wine-staging/Makefile
deleted file mode 100644
index 2228a41be369..000000000000
--- a/emulators/wine-staging/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: Kris Moore <kmoore@FreeBSD.org>
-# $FreeBSD$
-
-PKGNAMESUFFIX= -staging
-
-COMMENT= Wine built with the Staging patchset
-
-CONFLICTS_INSTALL= wine-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \
- i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
-
-OPTIONS_SLAVE= STAGING
-OPTIONS_DEFAULT= LIBXSLT MPG123 HAL V4L X11
-
-MASTERDIR= ${.CURDIR}/../wine-devel
-PLIST= ${MASTERDIR}/pkg-plist
-
-.include "${MASTERDIR}/Makefile"