CVS log for ports/multimedia/nmm/Attic/Makefile
Up to [FreeBSD] / ports / multimedia / nmm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16
Wed Jan 20 19:14:53 2010 UTC (2 years ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.15: +1 -1 lines
2010-01-08 audio/dino: has been broken for 7 months 2010-01-08 devel/asis-gpl: has been broken for 3 months 2010-01-08 devel/florist-gpl: has been broken for 3 months 2010-01-08 devel/kdesvn: has been broken for 4 months 2010-01-08 devel/radrails: has been broken for 3 months 2010-01-08 devel/rubygem-rtags: has been broken for 5 months 2010-01-12 games/hattrickorganizer: Has been broken for quite some time 2010-01-08 games/laughingman: has been broken for 3 months 2010-01-08 devel/aunit: has been broken for 3 months 2010-01-18 devel/gdb53: has been broken for 3 months 2010-01-08 lang/ccscript: has been broken for 4 months 2010-01-08 lang/gnat-glade: has been broken for 3 months 2010-01-08 lang/xsb: has been broken for 6 months 2010-01-08 multimedia/nmm: has been broken for 3 months 2010-01-08 multimedia/sabbu: has been broken for 3 months 2010-01-08 net/adasockets: has been broken for 3 months 2010-01-08 textproc/bidiv: has been broken for 3 months 2010-01-08 textproc/xmlada-gps: has been broken for 3 months
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Dec 8 14:30:04 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -0 lines
This port has been broken for 3+ months, thus - Mark DEPRECATED and schedule for expiration in one month With hat: portmgr
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 21 09:25:14 2009 UTC (2 years, 5 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
Mark BROKEN: does not build
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:51 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -11 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:11:14 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- update to jpeg7 Tested by: pav on pointyhat
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 6 21:25:56 2009 UTC (2 years, 7 months ago) by naddy
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 8 18:45:36 2009 UTC (3 years ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Replace libdvdread with the version maintained by the mplayer group -Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 21 19:51:58 2009 UTC (3 years ago) by pav
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -0 lines
- Mark BROKEN on amd64/7: segfaults during build Reported by: pointyhat
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 10 07:35:17 2008 UTC (3 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -1 lines
Mark as broken on sparc64. Hat: portmgr
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:48 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:57:00 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 Tested by: exp build run (erwin)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 25 12:24:03 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:48:13 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 6 08:40:55 2008 UTC (3 years, 9 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
Fix build on 6.x. No portrevision bump, as there was no package available anyway (people which build this with the port may not have FFMPEH support, but as I hope I will have time to work a little bit more on the port tomorrow which would include a revision bump, I don't think it matters much ATM). Tested by: miwi (build with 6.3 tinderbox)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 25 15:54:16 2008 UTC (3 years, 9 months ago) by netchild
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
- Patch: TCP_CORK (Linux) is similar to TCP_NOPUSH (since FreeBSD 4.5) - TODO removal: OSS audio support is available already
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 22 12:12:06 2008 UTC (3 years, 9 months ago) by netchild
Branches: MAIN
WIP of the NMM port (to allow further, distributed enhancements), see below for what NMM is. Status so far: - compiles and installs (KDE integration should be possible with this) - doesn't segfault when doing a ruidemental test - doesn't provide the complete plugin set (no RTP, no shoutcast, no OSS audio (any volunteers to develop this?), ...) - TODO list integrated into the port Makefile From pkg-descr: ---snip--- The Network-Integrated Multimedia Middleware (NMM) provides an architecture that allows to create distributed multimedia application easily: local and remote multimedia devices or software components can be controlled transparently and integrated into a common multimedia processing flow graph. As an example, this allows for the quick and easy development of an application that receives TV from a remote device -- including the transparent control of the distributed TV receiver. Even a PDA with only limited computational power can run such an application: the media conversions needed to adapt the audio and video content to the resources provided by the PDA can be distributed within the network. While the distribution is transparent for developers, no overhead is added to all locally operating parts of the application. WWW: http://www.motama.com/ ---snip---
