From owner-svn-ports-all@freebsd.org Sun Sep 16 11:44:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0666109F4E0; Sun, 16 Sep 2018 11:44:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6255C8901C; Sun, 16 Sep 2018 11:44:39 +0000 (UTC) (envelope-from antoine@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 5009D21B7E; Sun, 16 Sep 2018 11:44:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8GBid1o088563; Sun, 16 Sep 2018 11:44:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8GBib6w088553; Sun, 16 Sep 2018 11:44:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201809161144.w8GBib6w088553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 16 Sep 2018 11:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479890 - in head: emulators/virtio-kmod games/traindirector net/pmf net/stf-6rd-kmod net/userfw sysutils/bsdmoted sysutils/scprotect X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: emulators/virtio-kmod games/traindirector net/pmf net/stf-6rd-kmod net/userfw sysutils/bsdmoted sysutils/scprotect X-SVN-Commit-Revision: 479890 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.27 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: Sun, 16 Sep 2018 11:44:39 -0000 Author: antoine Date: Sun Sep 16 11:44:37 2018 New Revision: 479890 URL: https://svnweb.freebsd.org/changeset/ports/479890 Log: Deprecate ports that do not build on FreeBSD 11+ Modified: head/emulators/virtio-kmod/Makefile head/games/traindirector/Makefile head/net/pmf/Makefile head/net/stf-6rd-kmod/Makefile head/net/userfw/Makefile head/sysutils/bsdmoted/Makefile head/sysutils/scprotect/Makefile Modified: head/emulators/virtio-kmod/Makefile ============================================================================== --- head/emulators/virtio-kmod/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/emulators/virtio-kmod/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -10,6 +10,9 @@ DISTFILES= ${FILE_8} ${FILE_9} MAINTAINER= kuriyama@FreeBSD.org COMMENT= virtio kernel modules port for 8.[234]/9.[01] +DEPRECATED= Does not build on FreeBSD 10+ +EXPIRATION_DATE= 2018-10-31 + ONLY_FOR_ARCHS= amd64 i386 WRKSRC= ${WRKDIR} Modified: head/games/traindirector/Makefile ============================================================================== --- head/games/traindirector/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/games/traindirector/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -12,6 +12,9 @@ COMMENT= Train controller simulation LICENSE= GPLv2 +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 + NO_WRKSUBDIR= yes USES= gmake zip Modified: head/net/pmf/Makefile ============================================================================== --- head/net/pmf/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/net/pmf/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Padrone's Mud Frontend BROKEN_powerpc64= fails to link: ld: cannot find -lreadline +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 WRKSRC= ${WRKDIR}/pmfdir BUILD_WRKSRC= ${WRKDIR}/pmfdir/src Modified: head/net/stf-6rd-kmod/Makefile ============================================================================== --- head/net/stf-6rd-kmod/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/net/stf-6rd-kmod/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -10,6 +10,9 @@ DISTNAME= freebsd-stf-${OSREL}-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= 6rd patched stf(4) kernel modules port for 8.4+ +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 + ONLY_FOR_ARCHS= amd64 i386 WRKSRC= ${WRKDIR} Modified: head/net/userfw/Makefile ============================================================================== --- head/net/userfw/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/net/userfw/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -19,6 +19,8 @@ BROKEN_powerpc= fails to compile BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative BROKEN_FreeBSD_11= fails to build on FreeBSD 11+ BROKEN_FreeBSD_12= fails to build on FreeBSD 11+ +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 SSP_UNSAFE= kernel module does not support ssp USES= cmake:outsource kmod tar:xz uidfix Modified: head/sysutils/bsdmoted/Makefile ============================================================================== --- head/sysutils/bsdmoted/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/sysutils/bsdmoted/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= does not build: warning Make sure new member of socket address initialized BROKEN_FreeBSD_11= does not build (bluetooth changes in 11.x need to be handled) BROKEN_FreeBSD_12= does not build (bluetooth changes in 11.x need to be handled) +DEPRECATED= does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 USES= uidfix PLIST_FILES= sbin/bsdmoted Modified: head/sysutils/scprotect/Makefile ============================================================================== --- head/sysutils/scprotect/Makefile Sun Sep 16 11:21:34 2018 (r479889) +++ head/sysutils/scprotect/Makefile Sun Sep 16 11:44:37 2018 (r479890) @@ -11,6 +11,8 @@ COMMENT= Protect process from killing when the swap sp BROKEN_FreeBSD_11= does not build on FreeBSD 11.x+ BROKEN_FreeBSD_12= does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function) +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 USES= kmod uidfix