From owner-svn-ports-all@freebsd.org Fri Sep 27 16:19:02 2019 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 21B89126F5B; Fri, 27 Sep 2019 16:19:02 +0000 (UTC) (envelope-from zeising@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) server-signature RSA-PSS (4096 bits) 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 46fxnK6zGqz40st; Fri, 27 Sep 2019 16:19:01 +0000 (UTC) (envelope-from zeising@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 CE62A1B6FB; Fri, 27 Sep 2019 16:19:01 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8RGJ1xw037747; Fri, 27 Sep 2019 16:19:01 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8RGIxn0037730; Fri, 27 Sep 2019 16:18:59 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909271618.x8RGIxn0037730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 27 Sep 2019 16:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513046 - in head: astro/xephem audio/xmcd audio/xmmix biology/ncbi-toolkit deskutils/xmdiary ftp/llnlxdir ftp/llnlxftp graphics/SciPlot misc/xtar multimedia/mpeg2play science/afni text... X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head: 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 x11/libXp X-SVN-Commit-Revision: 513046 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.29 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, 27 Sep 2019 16:19:02 -0000 Author: zeising Date: Fri Sep 27 16:18:58 2019 New Revision: 513046 URL: https://svnweb.freebsd.org/changeset/ports/513046 Log: 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 Modified: head/astro/xephem/Makefile head/audio/xmcd/Makefile head/audio/xmmix/Makefile head/biology/ncbi-toolkit/Makefile head/deskutils/xmdiary/Makefile head/ftp/llnlxdir/Makefile head/ftp/llnlxftp/Makefile head/graphics/SciPlot/Makefile head/misc/xtar/Makefile head/multimedia/mpeg2play/Makefile head/science/afni/Makefile head/textproc/mgdiff/Makefile head/x11/libXp/Makefile Modified: head/astro/xephem/Makefile ============================================================================== --- head/astro/xephem/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/astro/xephem/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -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 Modified: head/audio/xmcd/Makefile ============================================================================== --- head/audio/xmcd/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/audio/xmcd/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -10,11 +10,13 @@ MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Motif CD player +DEPRECATED= Depends on deprecated libXp + LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ libFLAC.so:audio/flac RUN_DEPENDS+= lame:audio/lame -USES= imake motif ncurses +USES= imake motif ncurses xorg USE_XORG= x11 xext xaw xmu xp xpm xt sm ice PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH:S/powerpc64/powerpc/} OPSYS=${OPSYS} SUB_FILES= pkg-message Modified: head/audio/xmmix/Makefile ============================================================================== --- head/audio/xmmix/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/audio/xmmix/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -11,9 +11,11 @@ MASTER_SITES= http://ftp.twaren.net/BSD/OpenBSD/distfi 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 \ Modified: head/biology/ncbi-toolkit/Makefile ============================================================================== --- head/biology/ncbi-toolkit/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/biology/ncbi-toolkit/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -12,6 +12,8 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= NCBI development toolkit, including BLAST 2 and GenBank/Entrez support +DEPRECATED= Depends on deprecated libXp + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgmp.so:math/gmp \ libgnutls.so:security/gnutls \ @@ -25,7 +27,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libunistring.so:devel/libunistring \ libXp.so:x11/libXp -USES= gettext-runtime iconv jpeg motif +USES= gettext-runtime iconv jpeg motif xorg USE_XORG= x11 xau xext xft xmu xrender xt SUB_FILES= pkg-message Modified: head/deskutils/xmdiary/Makefile ============================================================================== --- head/deskutils/xmdiary/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/deskutils/xmdiary/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -10,8 +10,10 @@ MASTER_SITES= XCONTRIB/office MAINTAINER= mi@aldan.algebra.com COMMENT= Personal and group calendar utility +DEPRECATED= Depends on deprecated libXp + NO_CDROM= Do not sell for profit -USES= imake motif +USES= imake motif xorg USE_XORG= x11 xext xp xpm xt post-patch: Modified: head/ftp/llnlxdir/Makefile ============================================================================== --- head/ftp/llnlxdir/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/ftp/llnlxdir/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -11,10 +11,12 @@ DISTNAME= llnlxdir2_1_2 MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client with drag-and-drop file transfer +DEPRECATED= Depends on deprecated libXp + PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir man/man1/xdir.1.gz WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources -USES= imake motif tar:Z +USES= imake motif tar:Z xorg USE_XORG= ice sm x11 xext xp xt .include Modified: head/ftp/llnlxftp/Makefile ============================================================================== --- head/ftp/llnlxftp/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/ftp/llnlxftp/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -11,10 +11,12 @@ DISTNAME= llnlxftp2.1 MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client +DEPRECATED= Depends on deprecated libXp + PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \ man/man1/xftp.1.gz WRKSRC= ${WRKDIR}/llnlxftp2.1/sources -USES= imake motif tar:Z +USES= imake motif tar:Z xorg USE_XORG= ice sm x11 xext xp xt CFLAGS+= -Wno-implicit-int \ Modified: head/graphics/SciPlot/Makefile ============================================================================== --- head/graphics/SciPlot/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/graphics/SciPlot/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -10,9 +10,11 @@ MASTER_SITES= XCONTRIB/widgets MAINTAINER= thierry@FreeBSD.org COMMENT= Full-featured Xt widget to display 2D data in a graph +DEPRECATED= Depends on deprecated libXp + LICENSE= GPLv2 -USES= imake motif +USES= imake motif xorg USE_XORG= xp xt x11 MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME} USE_LDCONFIG= yes Modified: head/misc/xtar/Makefile ============================================================================== --- head/misc/xtar/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/misc/xtar/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -10,7 +10,9 @@ MASTER_SITES= XCONTRIB/utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file -USES= motif +DEPRECATED= Depends on deprecated libXp + +USES= motif xorg USE_XORG= ice sm x11 xext xp xt MAKEFILE= Makefile.noimake ALL_TARGET= ${PORTNAME} Modified: head/multimedia/mpeg2play/Makefile ============================================================================== --- head/multimedia/mpeg2play/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/multimedia/mpeg2play/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -10,7 +10,9 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages MAINTAINER= ports@FreeBSD.org COMMENT= Program to play mpeg-2 movies on X displays -USES= imake motif +DEPRECATED= Depends on deprecated libXp + +USES= imake motif xorg USE_XORG= x11 xext xp xt ALL_TARGET= mpeg2play Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/science/afni/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -9,6 +9,8 @@ CATEGORIES= science biology graphics perl5 python MAINTAINER= jwb@FreeBSD.org COMMENT= Advanced Functional Neuro Imaging +DEPRECATED= Depends on deprecated libXp + LICENSE= GPLv2 BROKEN_sparc64= Does not compile: "undefined reference to '_mcount'" @@ -28,7 +30,7 @@ RUN_DEPENDS= endian:sysutils/endian \ R:math/R USES= compiler:openmp gettext gl gmake gnome iconv jpeg:run motif \ - perl5 python shebangfix tar:xz + perl5 python shebangfix tar:xz xorg USE_GNOME= glib20 USE_GITHUB= yes Modified: head/textproc/mgdiff/Makefile ============================================================================== --- head/textproc/mgdiff/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/textproc/mgdiff/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -11,9 +11,11 @@ DISTNAME= ${PORTNAME} MAINTAINER= portmaster@BSDforge.com COMMENT= Graphical front end to the UNIX diff command +DEPRECATED= Depends on deprecated libXp + LICENSE= MIT -USES= imake motif +USES= imake motif xorg USE_XORG= ice sm x11 xext xmu xp xt DESKTOP_ENTRIES= "mgdiff" "GUI front end to the UNIX diff command" \ Modified: head/x11/libXp/Makefile ============================================================================== --- head/x11/libXp/Makefile Fri Sep 27 15:44:38 2019 (r513045) +++ head/x11/libXp/Makefile Fri Sep 27 16:18:58 2019 (r513046) @@ -10,11 +10,13 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X print library +DEPRECATED= Deprecated upstream + LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -XORG_CAT= lib +USES= cpe xorg xorg-cat:lib USE_XORG= x11 xext xau xorgproto -USES+= cpe CPE_PRODUCT= libxp CPE_VENDOR= x