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 /astro | |
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 'astro')
-rw-r--r-- | astro/xephem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index c57aa1272cc7..23d8ba9d54e6 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -10,10 +10,12 @@ MASTER_SITES= http://www.clearskyinstitute.com/xephem/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Interactive astronomical ephemeris program +DEPRECATED= Depends on deprecated libXp + LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig -USES= gmake groff jpeg motif tar:tgz ssl +USES= gmake groff jpeg motif tar:tgz ssl xorg USE_XORG= xp xt xext xmu x11 xft LDFLAGS+= -lfontconfig |