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
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
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>
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>
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"
State Changed From-To: open->closed Committed. Thanks!