Bug 133826 - [maintainer update] multimedia/mlt: fix upgrading (before 7.2 release)
Summary: [maintainer update] multimedia/mlt: fix upgrading (before 7.2 release)
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-18 01:20 UTC by Alberto Villa
Modified: 2009-04-25 17:21 UTC (History)
0 users

See Also:


Attachments
file.diff (2.06 KB, patch)
2009-04-18 01:20 UTC, Alberto Villa
no flags Details | Diff
mlt-0.3.6.txt (7.62 KB, text/plain; charset="UTF-8")
2009-04-22 10:54 UTC, Alberto Villa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa 2009-04-18 01:20:01 UTC
port cannot be upgraded if an older version is installed, because LDFLAGS make it link to old mlt libraries

Fix: here's a patch to update the port (no PORTREVISION bump i guess); patches were sent to upstream

added files:
files/patch-src-modules-resample-Makefile
files/patch-src-modules-vorbis-Makefile

Patch attached with submission follows:
How-To-Repeat: 1. install mlt 0.3.2
2. upgade to mlt 0.3.6
3. crash
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2009-04-19 08:36:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 Alberto Villa 2009-04-20 10:24:30 UTC
there are still problems with this, i'm sorry, my test wasn't so comprehensive
please, wait for a new patch...
-- 
Alberto Villa <villa.alberto@gmail.com>
Comment 3 Alberto Villa 2009-04-22 10:54:00 UTC
i saw that ports have been tagged... anyway:
forget the submitted patch, here's a new one

added files:
files/patch-src-modules-avformat-Makefile
files/patch-src-modules-dv-Makefile
files/patch-src-modules-gtk2-Makefile
files/patch-src-modules-jackrack-Makefile
files/patch-src-modules-resample-Makefile
files/patch-src-modules-sdl-Makefile
files/patch-src-modules-sox-Makefile
files/patch-src-modules-vorbis-Makefile
files/patch-src-modules-westley-Makefile
-- 
Alberto Villa <villa.alberto@gmail.com>
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-04-25 17:16:50 UTC
makc        2009-04-25 16:16:40 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/kdenlive  Makefile 
    multimedia/mlt       Makefile 
    multimedia/mlt++     Makefile 
  Added files:
    multimedia/mlt/files patch-src-modules-avformat-Makefile 
                         patch-src-modules-dv-Makefile 
                         patch-src-modules-gtk2-Makefile 
                         patch-src-modules-jackrack-Makefile 
                         patch-src-modules-resample-Makefile 
                         patch-src-modules-sdl-Makefile 
                         patch-src-modules-sox-Makefile 
                         patch-src-modules-vorbis-Makefile 
                         patch-src-modules-westley-Makefile 
  Log:
  Fix linking when previous version is installed.
  Bump PORTREVISION for dependent ports.
  
  PR:             ports/133826
  Submitted by:   Alberto Villa (maintainer)
  
  Revision  Changes    Path
  1.3       +1 -1      ports/multimedia/kdenlive/Makefile
  1.3       +1 -0      ports/multimedia/mlt++/Makefile
  1.4       +1 -2      ports/multimedia/mlt/Makefile
  1.1       +29 -0     ports/multimedia/mlt/files/patch-src-modules-avformat-Makefile (new)
  1.1       +13 -0     ports/multimedia/mlt/files/patch-src-modules-dv-Makefile (new)
  1.1       +22 -0     ports/multimedia/mlt/files/patch-src-modules-gtk2-Makefile (new)
  1.1       +15 -0     ports/multimedia/mlt/files/patch-src-modules-jackrack-Makefile (new)
  1.1       +16 -0     ports/multimedia/mlt/files/patch-src-modules-resample-Makefile (new)
  1.1       +13 -0     ports/multimedia/mlt/files/patch-src-modules-sdl-Makefile (new)
  1.1       +23 -0     ports/multimedia/mlt/files/patch-src-modules-sox-Makefile (new)
  1.1       +18 -0     ports/multimedia/mlt/files/patch-src-modules-vorbis-Makefile (new)
  1.1       +13 -0     ports/multimedia/mlt/files/patch-src-modules-westley-Makefile (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 5 Max Brazhnikov freebsd_committer freebsd_triage 2009-04-25 17:21:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!