diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-27 16:18:58 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-27 16:18:58 +0000 |
commit | 45ce25247b07425c64998e793024710d3aa9bb7f (patch) | |
tree | 72bc682db7324dda39a47cabefefeacb5492a743 /audio/xmmix | |
parent | Sync with openjdk11 (diff) |
Deprecate x11/libXp, it is deprecated upstream
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff
Sprinkle USES=xorg as needed.
Discussed with: bapt
Notes
Notes:
svn path=/head/; revision=513046
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 2f35189aed2d..d076b91c9848 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -11,9 +11,11 @@ MASTER_SITES= http://ftp.twaren.net/BSD/OpenBSD/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Motif-based audio mixer +DEPRECATED= Depends on deprecated libXp + WRKSRC= ${WRKDIR}/xmmix-1.2 -USES= imake motif +USES= imake motif xorg USE_XORG= x11 xext sm ice xt xp PLIST_FILES= bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp \ |