Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 11:09:39 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545527 - in head/devel/distcc: . files
Message-ID:  <202008201109.07KB9dx8080082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Aug 20 11:09:38 2020
New Revision: 545527
URL: https://svnweb.freebsd.org/changeset/ports/545527

Log:
  devel/distcc: Add an entry to pkg-message for those upgrading from pre-3.3
  
  The message is based on the one from the release notes:
  https://github.com/distcc/distcc/releases/tag/v3.3.3

Modified:
  head/devel/distcc/Makefile
  head/devel/distcc/files/pkg-message.in

Modified: head/devel/distcc/Makefile
==============================================================================
--- head/devel/distcc/Makefile	Thu Aug 20 11:00:06 2020	(r545526)
+++ head/devel/distcc/Makefile	Thu Aug 20 11:09:38 2020	(r545527)
@@ -5,7 +5,7 @@
 PORTNAME=	distcc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/devel/distcc/files/pkg-message.in
==============================================================================
--- head/devel/distcc/files/pkg-message.in	Thu Aug 20 11:00:06 2020	(r545526)
+++ head/devel/distcc/files/pkg-message.in	Thu Aug 20 11:09:38 2020	(r545527)
@@ -29,4 +29,12 @@ Note that remote daemons currently won't work if they 
 resolve the reverse DNS of the master machine
 EOM
 }
+{ type: upgrade
+  maximum_version: "3.3"
+  message: <<EOM
+Those upgrading from pre-3.3 must run update-distcc-symlinks on
+every server machine, and add manually (see MASQUERADING of distcc(1))
+those compilers it does not detect.
+EOM
+}
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008201109.07KB9dx8080082>