cvs commit: ports/devel/apr Makefile ports/devel/apr/files patch-apr-util-1.3.7__apu-config.in

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Jun 10 05:53:28 UTC 2009


pgollucci    2009-06-10 05:53:27 UTC

  FreeBSD ports repository

  Modified files:
    devel/apr            Makefile 
  Added files:
    devel/apr/files      patch-apr-util-1.3.7__apu-config.in 
  Log:
  - Respect CC/CCFLAGS [1]
  - use -pthread instead of -lpthread [2]
  - It was only ever accidental that -ldb showed up in apu-config --libs
    Subversion doesn't actually even use it (apr_dbm*).
    APR/Util is supposed to auto load the backed db library without the app
    ever know which one it was.  Subversion uses db _directly_.
    Subversion 1.6.3 should account for this. [3]
  - Convert to bsd.options.mk
  - Bump PORTREVISION
  
  PR:             ports/135396 [3], ports/134453 [2], ports/132432 [1]
  Submitted by:   dev at apr.apache.org (wrowe, bojan) [3],
                  b.f. [2],  Anonymous <swell.k at gmail.com> [1]
  
  Revision  Changes    Path
  1.81      +9 -3      ports/devel/apr/Makefile
  1.1       +39 -0     ports/devel/apr/files/patch-apr-util-1.3.7__apu-config.in (new)


More information about the cvs-ports mailing list