Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.7_3 09 Oct 2007 18:20:07 |
ahze |
Chase libtheora lib version |
1.1.7_2 24 Sep 2007 14:52:19 |
nobutaka |
Add WITH_WAVPACK knob for WavPack support.
PR: ports/116227
Submitted by: Dar <dar.quonb@gmail.com> |
1.1.7_1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.1.7_1 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
1.1.7 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.1.7 16 Jul 2007 12:45:15 |
nobutaka |
Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.
PR: ports/114622
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
1.1.7 15 Jul 2007 15:21:33 |
nobutaka |
Update to 1.1.7.
Use OPTIONS. |
1.1.4_6 25 May 2007 11:25:19 |
pav |
- Fix build of XvMC plugin with new X.org, unmark BROKEN
- While here, fix DTS decoder runtime |
1.1.4_5 25 May 2007 01:15:30 |
kris |
BROKEN: Incorrect pkg-plist |
1.1.4_5 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.4_4 01 May 2007 20:07:41 |
pav |
- Rename libdts to libdca and update to 0.0.5
Repocopy by: marcus |
1.1.4_4 29 Apr 2007 19:37:08 |
mezz |
Chase with the update of graphics/libcaca, bump the PORTREVISION on these
ports. Only two ports that aren't tested and I get no respone back from the
maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The
rest other ports have been tested or/and submitted by the maintainers (Thanks!). |
1.1.4_3 05 Apr 2007 19:28:20 |
koitsu |
* LIB_DEPENDS changes (require libdvdread.so.5)
* PORTREVISION increment
Reviewed by: philip |
1.1.4_2 23 Feb 2007 22:51:12 |
mezz |
Chase the shared library version of speex, bump the PORTREVISION. |
1.1.4_1 18 Feb 2007 16:07:49 |
nobutaka |
Fix internal compiler error on amd64 and remove the workaround.
Submitted by: ariff |
1.1.4_1 18 Feb 2007 15:25:46 |
nobutaka |
- Don't install .a files.
- Add USE_GCC=4.1+ for amd64 to avoid internal compiler error. [*]
PR: ports/109213 [*]
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [*] |
1.1.4 17 Feb 2007 18:41:16 |
jylefort |
Add missing plist file
Reported by: mich |
1.1.4 15 Feb 2007 08:34:53 |
jylefort |
- Update to 1.1.4
- Fix disabling esound
- Add jack option and fix packing list when jack is installed
- Fix packing list by disabling v4l (in case multimedia/v4l_compat is
installed)
- Fix shlib version by using ltverhack
PR: ports/108564
Submitted by: jylefort
Approved by: maintainer timeout (16 days) |
1.1.3 02 Feb 2007 17:06:25 |
pav |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr |
1.1.3 07 Dec 2006 17:13:41 |
nobutaka |
- Update to 1.1.3. This version fixes heap overflow vulnerability in libmms
and buffer overflow vulnerability in Real Media input plugin. [1]
- Fix 'pkg-config --libs libxine' output. [2]
- Replace WITH_POLYPAUDIO knob with WITH_PULSEAUDIO knob since polypaudio audio
output plugin is replaced with pulseaudio audio output plugin.
Notified by: miwi [1]
PR: ports/106282 [2]
Submitted by: thierry [2] |
1.1.2_2 03 Dec 2006 10:28:23 |
nobutaka |
Make sure to disable gnomevfs2 support when WITHOUT_GNOMEVFS2 is defined.
PR: ports/106115
Submitted by: Max Brazhnikov<makc@issp.ac.ru> |
1.1.2_2 29 Nov 2006 20:38:21 |
oliver |
make buildable on FreeBSD 4
PR: ports/103769
Approved by: maintainer timeout (62 days) |
1.1.2_2 10 Nov 2006 18:58:06 |
mezz |
Fix the autocheck for the new path of gtk20 (X11BASE -> LOCALBASE).
PR: ports/104480
Submitted by: Raaf <raaf@luna.afraid.org>
Approved by: FreeBSD GNOME Team introduced the breakage, we fix it. |
1.1.2_2 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
1.1.2_1 27 Aug 2006 12:47:13 |
nobutaka |
- Remove dependency to math/djbfft.
- Use libdts and libmad from ports instead of ones from the xine
distribution. [*]
- Make dependency to graphics/aalib, graphics/ImageMagick and
x11-toolkits/gtk20 optional. [*]
- Add WITH_AALIB, WITH_IMAGEMAGICK and WITH_GTK2 knobs accordingly. [*]
Suggested by: bland [*] |
1.1.2 01 Aug 2006 17:18:59 |
nobutaka |
- Fix build error with CFLAGS="-O -pipe". [1]
- Remove message about obsolete WITH_THERORA knob. [2]
PR: ports/101051 [1]
Submitted by: Bo Briggs <rcbdyndns@bellsouth.net> [1]
Reported by: Randy Pratt <bsd-unix@earthlink.net> [1], bland [1] [2] |
1.1.2 29 Jul 2006 18:00:05 |
nobutaka |
- Update to 1.1.2.
- Enable Theora codec support by default and remove WITH_THEORA knob. |
1.1.1_6 11 Jun 2006 12:49:42 |
nobutaka |
Fix the buffer overflow vulnerability in the HTTP input plugin.
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Security: http://secunia.com/advisories/20369
Security: CVE-2006-2802 |
1.1.1_5 28 May 2006 14:27:18 |
nobutaka |
Fix build error on 7-current.
Reported by: netchild |
1.1.1_5 24 May 2006 14:21:45 |
mnag |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
1.1.1_5 24 May 2006 09:13:19 |
mich |
- Chase lib version bump to libcdio |
1.1.1_4 07 May 2006 02:57:34 |
mnag |
- Update PORTREVISION and libtheora version reflecting multimedia/libtheora
update.
- portlint(1) while here |
1.1.1_3 30 Apr 2006 17:26:43 |
nobutaka |
- Remove USE_REINPLACE. [1]
- Use DATADIR macro. [1]
- Make WITHOUT knobs actually disable features with configure. [1]
- Fix build error for the case when libtool15 is not installed. [2]
- Correct pkg-plist. [2]
- Modify files/patch-configure to disable libtheora support properly for
WITHOUT_THEORA knob.
PR: ports/95639 [1], ports/96140 [2]
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> [1], oliver [2] |
1.1.1_3 26 Apr 2006 07:09:16 |
ehaupt |
Chase audio/libmodplug update. |
1.1.1_2 26 Feb 2006 04:38:13 |
nobutaka |
Fix build error.
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Approved by: portmgr(marcus) |
1.1.1_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.1.1_2 05 Feb 2006 17:23:15 |
nobutaka |
Fix ioctl errors on amd64.
PR: ports/91728
Submitted by: Dan Ponte <dcp1990@neptune.atopia.net> |
1.1.1_1 22 Jan 2006 02:30:01 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.1.1_1 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
1.1.1 15 Dec 2005 17:19:48 |
nobutaka |
Fix build error on 5-stable.
PR: ports/90329
Submitted by: Heino Tiedemann <rotkaps_spam_trap@gmx.de> |
1.1.1 13 Dec 2005 14:08:53 |
nobutaka |
Fix build error.
Reported by: Nix bat <nixbat@gmail.com>, Jason Harmening
<jason.harmening@gmail.com> |
1.1.1 10 Dec 2005 21:05:06 |
nobutaka |
Update to 1.1.1. |
1.1.0_2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.1.0_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.1.0_1 22 Oct 2005 23:38:48 |
nobutaka |
Rename WITH_LIBTHEORA and WITH_LIBCACA knobs to WITH_THEORA and WITH_CACA.
PR: ports/87374
Submitted by: Zahemszky Gabor <gabor@zahemszky.hu> |
1.1.0_1 09 Oct 2005 16:21:10 |
nobutaka |
Fix format string vulnerability.
Security:
http://www.vuxml.org/freebsd/3bc5691e-38dd-11da-92f5-020039488e34.html |
1.1.0 09 Oct 2005 14:14:35 |
nobutaka |
Add PATCH_DEPENDS on devel/libtool15 to fix build error.
Submitted by: pav |
1.1.0 01 Oct 2005 18:20:02 |
nobutaka |
Backout the removal of patch-src:video_out:video_out_xv.c and
patch-src:xine-engine:xine_internal.h to fix build error on 4-stable.
PR: ports/86527
Submitted by: Tod McQuillin <devin@spamcop.net> |
1.1.0 20 Sep 2005 16:44:33 |
nobutaka |
Update to 1.1.0.
Use internal liba52 and libmad.
Add WITHOUT_* knob. [*]
PR: ports/84743 [*]
Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br> [*] |
1.0.1 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
1.0.1 30 Apr 2005 06:41:10 |
nobutaka |
Fix build error on 4-stable. [*]
Move macro definitions from extra-patch-config.h.in to
patch-src:xine-engine:xine_internal.h.
Submitted by: glewis [*] |
1.0.1 28 Apr 2005 17:33:54 |
nobutaka |
Update to 1.0.1.
This version contains the fixes for the MMS and Real RTSP buffer overflow
vulnerabilities.
Security:
http://www.vuxml.org/freebsd/91c606fc-b5d0-11d9-a788-0001020eed82.html |
1.0_2 17 Apr 2005 22:41:04 |
lioux |
Fix the build when -fforce-addr is added to CFLAGS
Approved by: maintainer |
1.0_2 16 Mar 2005 14:50:13 |
naddy |
new version of libFLAC |
1.0_1 20 Feb 2005 16:03:10 |
nobutaka |
- Add --with-xvmc-lib configure option to CONFIGURE_ARGS to find libXvMCNVIDIA
shared library correctly.
- Add WITH_XVMC knob.
Submitted by: Jon Spencer <jon@jackson-spencer.ca> |
1.0_1 13 Feb 2005 20:14:01 |
pav |
- Fix plist on amd64 by putting i386 specific items under WITH_VIDIX
- Fix plist in share/locale area
Approved by: maintainer timeout (2 weeks) |
1.0_1 13 Jan 2005 22:25:34 |
kwm |
Realy chase the shlib lib of theora.
I see a nice pile of pointyhats in the future.
Submitted by: Stephane E. Potvin <sepotvin AT videotron dot ca> |
1.0_1 13 Jan 2005 19:04:06 |
kwm |
Bump portrevision to chase shlib dump of libtheora and new location. |
1.0 30 Dec 2004 18:59:33 |
nobutaka |
Fix compile error on 4.x.
Submitted by: kan |
1.0 30 Dec 2004 00:39:19 |
nobutaka |
Update to 1.0. (At last!) |
1.0.r5_3 16 Sep 2004 09:18:41 |
nobutaka |
Fix breakage of the ffmpeg plugin on 5.3 and -current.
PR: ports/71105
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Patch submitted by: Henrik Gulbrandsen <henrik.gulbrandsen@telia.com>
Approved by: portmgr (marcus) |
1.0.r5_2 01 Sep 2004 06:36:45 |
lofi |
Oops, accidentally spammed this port with a local change. Revert last
commit. |
1.0.r5_2 30 Aug 2004 19:55:42 |
lofi |
Update to KDE 3.3 |
1.0.r5_2 25 Aug 2004 13:39:34 |
nectar |
Fix vcd URL handling vulnerability described at
http://vuxml.freebsd.org/bef4515b-eaa9-11d8-9440-000347a4fa7d.html
Obtained from: xine CVS
Approved by: nobutaka (maintainer) |
1.0.r5_1 04 Aug 2004 13:42:42 |
nobutaka |
Fix build with gcc-3.4.2.
PR: ports/69874
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> |
1.0.r5_1 23 Jul 2004 20:04:49 |
anholt |
Chase XFREE86_VERSION -> X_WINDOW_SYSTEM conversion. |
1.0.r5_1 23 Jul 2004 09:17:55 |
krion |
Chase libraries for new audio/speex version. |
1.0.r5 03 Jul 2004 17:53:53 |
nobutaka |
Update to 1-rc5.
PR: ports/68493
Submitted by: michael johnson <ahze@ahze.net> |
1.0.r4_1 16 May 2004 15:04:38 |
nobutaka |
Update to 1-rc4a.
PR: ports/66691
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
1.0.r4 12 May 2004 16:49:13 |
nobutaka |
Update to 1-rc4.
Fix build error with CPUTYPE=p4. [1]
Fix MPEG-4 AAC audio file support on amd64. [2]
Add two knobs (WITH_LIBCACA and WITH_LIBTHEORA). [3]
PR: ports/65314 [1], ports/65890 [2], ports/66220 [3]
Submitted by: Joel Ray Holveck <joelh@piquan.org> [1], Tim Robbins
<tim@robbins.dropbear.id.au> [2], michael johnson <ahze@ahze.net> [3] |
1.0.r3_5 04 May 2004 15:58:29 |
nobutaka |
Add dependency on graphics/png to fix make package.
PR: ports/66153
Submitted by: pav |
1.0.r3_5 29 Apr 2004 03:41:06 |
edwin |
multimedia/libxine is broken on non-i386 architectures, amd64 in
particular. This causes consumers like multimedia/xine and
multimedia/kaffeine to also be broken.
Try running xine or kaffeine on amd64. Watch it segfault on startup.
tjr@ has supplied a patch for it.
PR: ports/65885
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au> |
1.0.r3_5 11 Apr 2004 15:56:05 |
nobutaka |
* Update to 1-rc3c.
* Use lthack. [1]
PR: ports/65114 [1]
Submitted by: michael johnson <ahze@ahze.net> [1] |
1.0.r3_4 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
1.0.r3_4 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
1.0.r3_3 22 Feb 2004 14:07:39 |
nobutaka |
1. Fix hangup problem with arts.
2. Fix build error on alpha.
3. SIZEify.
PR: ports/62249 [1], ports/62387 [2]
Submitted by: Fridtjof Busse <fbusse@gmx.de> [1],
Klaus Robert Suetterlin <krs@robert2.mpe-garching.mpg.de> [2] |
1.0.r3_2 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.0.r3_1 28 Jan 2004 06:17:42 |
edwin |
Let multimedia/libxine properly use USE_SDL
PR: 61805
Approved by: MANTANI Nobutaka <nobutaka@freebsd.org> |
1.0.r3_1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.0.r3_1 11 Jan 2004 15:54:05 |
nobutaka |
Correct default search path of RealAudio and RealVideo codecs.
PR: ports/61062
Submitted by: Sascha Blank <sblank@tiscali.de> |
1.0.r3 07 Jan 2004 14:14:16 |
nobutaka |
Update 1-rc3a.
Correct dependency on libmad.
PR: ports/59706, ports/60951
Submitted by: Sergey Akifyev, adamw |
1.0.r2_5 20 Dec 2003 16:37:57 |
naddy |
Catch up with libogg/libvorbis version bump. |
1.0.r2_4 12 Dec 2003 12:00:36 |
nobutaka |
Correct files/patch-src:libw32dll:ldt_keeper.c to avoid to fail in
Check_FS_Segment().
Submitted by: deischen |
1.0.r2_3 09 Dec 2003 13:11:54 |
nobutaka |
Fix crash with libkse / libthr.
PR: ports/59930
Submitted by: deischen |
1.0.r2_2 07 Dec 2003 01:27:06 |
marcus |
Chase the libmad/libid3tag shared lib version. |
1.0.r2_1 26 Nov 2003 15:24:46 |
nobutaka |
Fix ac3 audio decoding breakage.
PR: 59410, 59522
Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>, Miguel Mendez
<flynn@energyhq.es.eu.org>
Approved by: portmgr (marcus) |
1.0.r2 15 Nov 2003 15:18:20 |
nobutaka |
Update to 1-rc2. |
1.0.r0_2 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
1.0.r0_1 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
1.0.r0_1 16 Aug 2003 16:39:16 |
krion |
- Fix LIB_DEPENDS
- Fix pkg-plist
PR: 55629
Submitted by: Ports Fury |
1.0.r0 13 Aug 2003 15:43:58 |
nobutaka |
Fix compile error in src/input/input_gnome_vfs.c.
Reported by: Mike Harding <mvh@ix.netcom.com>, adamw, Randy Bush
<randy@psg.com> |
1.0.r0 10 Aug 2003 14:03:39 |
nobutaka |
Remove parentheses from .if statement to avoid make error.
Submitted by: Kay Lehmann <kay_lehmann@web.de> |
1.0.r0 10 Aug 2003 06:07:58 |
nobutaka |
Update to 1-rc0a. |
1.0.b12 08 Jul 2003 14:18:35 |
nobutaka |
Fix undefined reference under -stable.
PR: 53679
Submitted by: Frank Altpeter <frank@altpeter.de>
Pointed out by: Sean McNeil <sean@mcneil.com> |
1.0.b12 22 Jun 2003 04:49:06 |
nobutaka |
1. Update to 1-beta12.
2. Fix build error in GNOME environment.
Submitted by: Jeremy Messenger <mezz7@cox.net> [2] |
1.0.b11 29 Apr 2003 12:12:07 |
nobutaka |
Update to 1-beta11. |
1.0.b10 20 Apr 2003 19:35:03 |
marcus |
Remove USE_GNOMENG. |
1.0.b10 14 Apr 2003 15:33:48 |
nobutaka |
Update to 1-beta10. |
1.0.b9_2 08 Apr 2003 15:00:03 |
nobutaka |
Fix pkg-plist. |
1.0.b9_1 26 Mar 2003 13:57:01 |
nobutaka |
Depend on multimedia/libdvdread (and multimedia/libdvdcss indirectly)
to surely support encrypted DVDs.
Pointed out by: eivind |