Bug 117631 - benchmarks/siege: [PATCH]: Unbreak on 7.x+
Summary: benchmarks/siege: [PATCH]: Unbreak on 7.x+
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: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 16:20 UTC by Philip M. Gollucci
Modified: 2007-11-03 19:32 UTC (History)
0 users

See Also:


Attachments
file.diff (2.75 KB, patch)
2007-10-29 16:20 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 2007-10-29 16:20:02 UTC
-ldl no longer exists on 7.x+

Removed this from $LIBS in the configure script.

dl was for dlopen which is part of libc on freebsd.

Fix: Apply patch 
note new file (files/patch-configure)


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-29 17:22:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-03 19:29:19 UTC
araujo      2007-11-03 19:29:09 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/siege     Makefile 
  Added files:
    benchmarks/siege/files patch-configure 
  Log:
  - Mark as unbroken on 7.X.
  
  PR:             ports/117631
  Submitted by:   Philip M. Golluci <pgollucci@p6m7g8.com>
  Approved by:    portmgr (pav), itetcu (mentor, implicit), jmelo (maintainer, implicit)
  
  Revision  Changes    Path
  1.27      +7 -15     ports/benchmarks/siege/Makefile
  1.1       +65 -0     ports/benchmarks/siege/files/patch-configure (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 3 Marcelo Araujo freebsd_committer freebsd_triage 2007-11-03 19:32:04 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!