cvs commit: ports/dns/bind8 Makefile ports/dns/bind84 Makefile

Doug Barton dougb at FreeBSD.org
Sat Mar 20 14:16:03 PST 2004


dougb       2004/03/20 14:16:03 PST

  FreeBSD ports repository

  Modified files:
    dns/bind8            Makefile 
    dns/bind84           Makefile 
  Log:
  Change the way PORT_REPLACES_BASE_BIND8 works by adding an explicit
  variable for replacing includes as well. Users who replaced the base
  BIND and then attempted to compile other software with -D_REENTRANT
  were having problems because netdb.h has a different definition for
  h_errno.
  
  The idea of replacing includes originated with users who wanted to
  compile apps against the libbind installed by the port, however those
  "power users" can either add the switch to replace includes, or modify
  their own includes slightly to use the "safe" location for the port
  include files (PREFIX/include/bind).
  
  The PR mentions the problem, along with a cast of thousands. :)
  
  Other tuneups for the port are just portlint appeasements.
  
  PR:             ports/64449
  Submitted by:   eik
  
  Revision  Changes    Path
  1.49      +23 -16    ports/dns/bind8/Makefile
  1.7       +23 -16    ports/dns/bind84/Makefile


More information about the cvs-ports mailing list