Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 22:04:25 +0000 (UTC)
From:      Ade Lovett <ade@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.autotools.mk
Message-ID:  <200511192204.jAJM4PLC045036@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ade         2005-11-19 22:04:25 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.autotools.mk 
  Log:
  Add a pre-everything:: target that will print out appropriate warnings
  if a port is still using the old autotools Makefile constructs.
  
  For example:
  
      *** AUTOTOOLS WARNING for x11/electricsheep
      This port is using old autotools constructs which wil be
      disappearing on 1st January 2006
  
      In most cases, this warning can be fixed by removing
      all the old constructs and replacing them with:
        USE_AUTOTOOLS=  libtool:13
  
  The first line should be easily parseable by portbuild and tinderbox
  clusters to flag such ports.
  
  I'll be doing a few more sweeps of the ports tree to pick up on any
  such ports over the coming weeks, before turning off the old system
  and marking the port BROKEN in such cases.
  
  Revision  Changes    Path
  1.19      +11 -1     ports/Mk/bsd.autotools.mk



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