Bug 166187 - devel/subversion: incorrect dependencies for subversion-static
Summary: devel/subversion: incorrect dependencies for subversion-static
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 22:20 UTC by slw
Modified: 2012-04-01 19:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description slw 2012-03-16 22:20:01 UTC
Build subversion with option STATIC produce package with dependencies:

# pkg_info -r subversion-1.7.3
Information for subversion-1.7.3:

Depends on:
Dependency: expat-2.0.1_2
Dependency: neon29-0.29.6_4
Dependency: pkg-config-0.25_1
Dependency: sqlite3-3.7.10
Dependency: libiconv-1.13.1_2
Dependency: apr-ipv6-devrandom-sqlite3-1.4.5.1.3.12_1

Static binaries of this package don't need any.

How-To-Repeat: Build subversion with option STATIC
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-17 04:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-01 19:45:17 UTC
lev         2012-04-01 18:45:05 UTC

  FreeBSD ports repository

  Modified files:
    devel/subversion     Makefile Makefile.common distinfo 
                         pkg-plist 
    devel/subversion/files build-outputs.mk 
                           extra-patch-enhanced-keyword 
  Log:
   (1) Update to 1.7.4.
   (2) Remove all run-time dependencies for static build.
   (3) Check for incompatible options, like static and KDE Wallet.
   (4) Move FreeBSD extended API to private include file.
   (5) Fix build of mod_dontdothat.
  
  PR:             [2] ports/166187, [5] ports/165390, [4] ports/165311.
  Feature safe: yes
  
  Revision  Changes    Path
  1.143     +36 -14    ports/devel/subversion/Makefile
  1.60      +20 -9     ports/devel/subversion/Makefile.common
  1.85      +6 -6      ports/devel/subversion/distinfo
  1.7       +31 -11    ports/devel/subversion/files/build-outputs.mk
  1.2       +26 -30    ports/devel/subversion/files/extra-patch-enhanced-keyword
  1.46      +3 -1      ports/devel/subversion/pkg-plist
_______________________________________________
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 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2012-04-01 19:45:47 UTC
State Changed
From-To: open->closed

Fixed.