Bug 139884 - audio/akode: fix dependency on libltdl
Summary: audio/akode: fix dependency on libltdl
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 14:00 UTC by Tijl Coosemans
Modified: 2009-10-24 17:50 UTC (History)
0 users

See Also:


Attachments
patch-akode (528 bytes, text/plain)
2009-10-24 14:00 UTC, Tijl Coosemans
no flags Details
file.diff (1.27 KB, patch)
2009-10-24 14:00 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2009-10-24 14:00:13 UTC
In the audio/akode Makefile the USE_AUTOTOOLS variable is assigned twice
thereby erasing the dependency on libltdl.

Fix: The first patch fixes the USE_AUTOTOOLS assignment.
The second patch is an attempt to simplify the Makefile and fix
some portlint warnings.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-24 14:00:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jeremy Messenger 2009-10-24 16:56:52 UTC
Before anyone commit this patch. Make sure to add ':22' in the libltdl, ie:

-USE_AUTOTOOLS=  libltdl
-USE_AUTOTOOLS=  libtool:22
+USE_AUTOTOOLS=  libtool:22 libltdl:22

Cheers,
Mezz


-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-10-24 17:40:32 UTC
makc        2009-10-24 16:40:22 UTC

  FreeBSD ports repository

  Modified files:
    audio/akode          Makefile 
  Log:
  Fix the USE_AUTOTOOLS assignment.
  Minor clean-ups.
  Bump PORTREVISION.
  
  PR:             ports/139884
  Submitted by:   Tijl Coosemans <tijl at ulyssis.org>
  
  Revision  Changes    Path
  1.27      +4 -12     ports/audio/akode/Makefile
_______________________________________________
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 4 Max Brazhnikov freebsd_committer freebsd_triage 2009-10-24 17:44:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!