Bug 135396 - [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support
Summary: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 04:20 UTC by Philip M. Gollucci
Modified: 2009-06-10 07:00 UTC (History)
1 user (show)

See Also:


Attachments
apu-dbm-libs.patch (1.30 KB, patch)
2009-06-10 01:19 UTC, Philip M. Gollucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci freebsd_committer freebsd_triage 2009-06-09 04:20:04 UTC
-ldb* is never added to APRUTIL_EXPORT_LIBS so that apu-config.in -> apu-1-config
can report on whats there using (i.e. from subversion)

    SVN_DB_LIBS="${SVN_DB_LIBS-`$apu_config --libs | sed -e 's/.*\(-ldb[^[:space:]]*\).*/\1/' | $EGREP -- '-ldb[^[:space:]]*'`}"

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-09 11:27:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Over to maintainer
Comment 2 Philip M. Gollucci 2009-06-10 01:19:16 UTC
> -ldb* is never added to APRUTIL_EXPORT_LIBS so that apu-config.in -> apu-1-config
> can report on whats there using (i.e. from subversion)
A patch, waiting on upstream decision.... (T-1 one day before I just drop in 
for now)


-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
Consultant          - P6M7G8 Inc.                http://p6m7g8.net
Senior Sys Admin    - RideCharge, Inc.           http://ridecharge.com
Contractor          - PositiveEnergyUSA          http://positiveenergyusa.com
ASF Member          - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation         http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
Comment 3 wrowe 2009-06-10 01:45:22 UTC
Philip M. Gollucci wrote:
>> -ldb* is never added to APRUTIL_EXPORT_LIBS so that apu-config.in ->
>> apu-1-config
>> can report on whats there using (i.e. from subversion)
> A patch, waiting on upstream decision.... (T-1 one day before I just
> drop in for now)

Foolish question, but for reference is identical to Bojan's second iteration?
Comment 4 Philip M. Gollucci 2009-06-10 02:29:18 UTC
William A. Rowe, Jr. wrote:
> Philip M. Gollucci wrote:
>>> -ldb* is never added to APRUTIL_EXPORT_LIBS so that apu-config.in ->
>>> apu-1-config
>>> can report on whats there using (i.e. from subversion)
>> A patch, waiting on upstream decision.... (T-1 one day before I just
>> drop in for now)
> 
> Foolish question, but for reference is identical to Bojan's second iteration?
correct, this helps out people that want a stop gap until we settle on
something.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-06-10 06:53:44 UTC
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@apr.apache.org (wrowe, bojan) [3],
                  b.f. [2],  Anonymous <swell.k@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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2009-06-10 06:53:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!