The NetBSD Project

CVS log for pkgsrc/audio/mpg123/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / mpg123

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Feb 5 06:35:16 2024 UTC (10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -2 lines
mpg123: updated to 1.32.4

1.32.4

build:
Reorganize shared headers, API headers into src/include.
Use relative include paths, avoiding internal directories in CPPFLAGS except for config.h.
Group C99 feature checks and make several standard headers mandatory.
Get rid of SIZE_P, OFF_P and friends.
Only enforce dummy module together with libout123, to be able to build individual modules using --disable-components logic.

out123:
added --libversion

libmpg123:
Avoid indirect branches into the assembly routines by using C wrappers also for dct36, relieving us of the need to care for bti / endbr instructions for control flow integrity.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Jan 27 03:11:49 2024 UTC (10 months, 2 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -1 lines
audio/mpg123: default to generic fpu, not altivec, on powerpc.

Not all powerpc (not even all powerpc that NetBSD runs on) has
altivec!  And unfortunately this code base doesn't do runtime CPU
feature detection.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Nov 8 10:58:25 2023 UTC (13 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -1 lines
mpg123: Resolve a PLIST conflict on Darwin/powerpc.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Feb 11 12:39:17 2023 UTC (21 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -1 lines
mpg123: updated to 1.31.2

1.31.2
------
- Fix build --with-network=internal only (configure logic error, bug 348).
- Fix OS/2 build with getaddrinfo() (which may support IPv6 eventually, thanks
  to Dave Yeo).

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Oct 29 19:16:04 2022 UTC (2 years, 1 month ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
mpg123: Update to 1.31.0

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Jul 23 23:02:14 2022 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -1 lines
mpg123*: restore PKGREVISIONs, they were there too long to be reset

Can be removed on next update.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Jul 19 00:06:01 2022 UTC (2 years, 4 months ago) by thor
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -2 lines
audio/mpg123*: reset pkgrevisions and correct CHANGES entries

The revisions were not reset on version upgrade and the committer
name was wrong in CHANGES. Please excuse the retro-fixup.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Apr 27 21:15:23 2022 UTC (2 years, 7 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
mpg123: Fix device opening on NetBSD on rpi.  Normal applications setting
the audio output port in 2022 considered harmful.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Jun 5 17:30:01 2021 UTC (3 years, 6 months ago) by thor
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
mpg123: update to 1.28.0

1.28.0
------
- build:
-- Fix up the build to actually build all library objects with libtool
   consistently, also ensuring no pointless static archives for output
   modules.
-- Adapted things to autoconf 2.71, requiring 2.69 now (the latter tested
   on Debian, with their patches).
-- Improved configure to be more useful --with-default-audio to define
   the search order, fix static build for --with-audio being a list
   (just choosing the first one).
-- Ensure consistent use of LINK_MPG123_DLL in headers.
- build (ports/cmake):
-- Thanks to Evgeni Poberezhnikov for working with us on that.
-- Fix up ports/cmake to really work in MSVC also for users of the lib
   (tested in vcpkg, bug 310).
-- Hardcode ports/cmake CPU detection for x64 and ARM as
   CMAKE_SYSTEM_PROCESSOR is useless crap (bug 298 for real).
-- Add missing io.h for _setmode() MSVC warned about (bug 311).
-- Added BUILD_NO_LARGENAME define to be used by MSVC builds. Note that
   an MSVC build of libmpg123 does not support 64 bit file offsets.
   That would need more morting to the explicit API. Thanks to MS for
   making off_t even more messy and less useful.
-- Added JACK output, fixed handling of compat_str there and in win32_wasapi.
- libsyn123: Fix syn123_mix() to actually do intermediate conversion
  when input and output encoding are the same but non-float. This makes
  out123 --mix work with s16 input and output, which is not that special!
- libmpg123: Fix misguided handling of part2_3_length checks in
  III_get_scale_factors_1() and III_get_scale_factors_2() which invalidated
  decoding of a mono source encoded as ms+i-stereo (bug 312). This was
  a regression introduced with version 1.25.7.
- libout123:
-- Print basic module loading errors only for last one in list.
   This enables use of an output module search list that anticipates module
   files not installed with the main package.
-- Fixes for win32_wasapi build with MSVC.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue May 25 18:11:17 2021 UTC (3 years, 6 months ago) by thor
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
audio/mpg123: really fix PLIST.oss check

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 25 17:02:13 2021 UTC (3 years, 6 months ago) by thor
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
audio/mpg123: fix check for PLIST.oss

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue May 25 10:44:22 2021 UTC (3 years, 6 months ago) by thor
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +12 -7 lines
audio/mpg123*: update to 1.27.2, simplify things

This updates the mpg123 version and also removes packaging cruft.

Among that, a never-working patch for madvise and a very old i586
assembly source are gone. The output modules are now installed without
libtool files, just as .so (or .dylib). A future update to 1.28 will
probably also get rid of the static libraries (upstream fixed the build
to work around pkgsrc's wrapped libtool which ignores the autoconf
macros to trigger non-static default build).

These are the upstream changes:

1.27.2
------

(Trying some svn tag discipline: 1.27.1 has been tagged before, but
not released. Let's increment for any change.)

- Removed ports/Xcode, ports/cmake should handle that case.
- Ensure debug.h is included last where it matters to avoid
  conflicts with debug/warning macros in system headers
  (bug 308).
- Fix some debug/printf integer casts for 32 bit platforms (bug 309).

1.27.0
------

- libmpg123:
-- Running on precomputed tables now, no need to call
   mpg123_init() anymore. That and mpg123_exit() are both just
   empty shells. You can omit them if you do not care about earlier
   libmpg123. You can check for MPG123_API_VERSION >= 46.
-- Added API that avoids enums, mapped-to by default unless
   MPG123_ENUM_API is defined.
- libout123:
-- Added API that avoids enums, mapped-to by default unless
   MPG123_ENUM_API is defined.
-- Added device enumeration for win32, win32_wasapi, alsa, pulse.
   This increments the output module ABI version to 3.
-- You can choose output devices now on Windows.
-- Changed default output module order to put pulse before alsa since
   we now ensure that pulse is not inadvertedly started by the
   autospawn feature. This improves the experience on desktop
   systems with pulse where the alsa to pulse use causes glitches.
   Note that on a modern Linux desktop (Ubuntu), you will not
   escape an instance of pulseaudio being started, with even the
   enumeration of the ALSA default device summoning the daemon.
   If you _want_ sound daemon autospawn behaviour on other platforms,
   you need to trigger it outside of libout123.
- examples: Update for dropped mpg123_init(), more sensible
  copyright notes.
- out123:
-- safer limiting of maximum playback rate
-- Added --list-devices.
- mpg123:
-- Fix --continue output to print track_count+1 as continue
   position after hitting the end of playlist. Makes scripts/conplay
   go to back to the beginning again (regression in 1.24.0, bug 250).
-- Remote control API version 9 with @I { .. @I } wrapping of ID3 and
   playlist display.
-- Added --list-devices.
-- Fix console printout on Windows.
-- Fix terminal control logic to better handle cases where stdin or
   stderr is not a terminal, also avoid enabling control if you specify
   stdin as input file.
- Updated debugging/warning/error message macros to include the function
  name.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Jan 3 15:06:00 2021 UTC (3 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -2 lines
mpg123: updated to 1.26.4

1.26.4
------
- Clarify seeking documentation regarding samples and PCM frames.
- Fix build on MorphOS (patch by Ozkan Sezer, bug 295).
- Fix cmake build to install fmt123.h.
- Some cmake build fixes, tinyalsa addition by Maarten (bug 299).
- libmpg123: explicitly handle some

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Aug 1 23:44:06 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Don't set PKG_SUGGESTED_OPTIONS=mpg123-with-fpu on softfloat arm.

Fixes PR/54779.
Bump PKGREVISION to rebuild arm binaries.

Revision 1.57.8.1: download - view: text, markup, annotated - select for diffs
Fri Aug 9 13:11:04 2019 UTC (5 years, 4 months ago) by bsiegert
Branches: pkgsrc-2019Q2
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +1 -2 lines
Pullup ticket #6014 - requested by nia
audio/mpg123: security fix

Revisions pulled up:
- audio/mpg123/Makefile                                         1.58
- audio/mpg123/Makefile.common                                  1.49
- audio/mpg123/distinfo                                         1.49

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Jul 27 15:14:40 UTC 2019

   Modified Files:
   	pkgsrc/audio/mpg123: Makefile Makefile.common distinfo

   Log Message:
   mpg123: Update to 1.25.11

   libmpg123:
   * Fix out-of-bounds reads in ID3 parser for unsynced frames. (oss-fuzz-bug 15852)
   * Fix out-of-bounds read for RVA2 frames with non-delimited identifier. (oss-fuzz-bug 15852)
   * Fix implementation-defined parsing of RVA2 values. (oss-fuzz-bug 15862)
   * Fix undefined parsing of APE header for skipping. Also prevent endless loop on premature end of supposed APE header. (oss-fuzz-bug 15864)
   * Fix some syntax to make pedantic compiler happy.

   The serious bugs trigger Denial of Service either via the nasty endless
   loop in supposed APE tags or by crashes if the invalid reads hit a
   diagnostic by the OS or, more likely, a security mechanism like the
   sanitizer instrumentation that enabled finding the bugs.

   I do not have CVE numbers for these bugs.
   I rather fix the bugs than name them. Just update, will you?

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Jul 27 15:14:40 2019 UTC (5 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -2 lines
mpg123: Update to 1.25.11

libmpg123:
* Fix out-of-bounds reads in ID3 parser for unsynced frames. (oss-fuzz-bug 15852)
* Fix out-of-bounds read for RVA2 frames with non-delimited identifier. (oss-fuzz-bug 15852)
* Fix implementation-defined parsing of RVA2 values. (oss-fuzz-bug 15862)
* Fix undefined parsing of APE header for skipping. Also prevent endless loop on premature end of supposed APE header. (oss-fuzz-bug 15864)
* Fix some syntax to make pedantic compiler happy.

The serious bugs trigger Denial of Service either via the nasty endless
loop in supposed APE tags or by crashes if the invalid reads hit a
diagnostic by the OS or, more likely, a security mechanism like the
sanitizer instrumentation that enabled finding the bugs.

I do not have CVE numbers for these bugs.
I rather fix the bugs than name them. Just update, will you?

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Jul 14 17:12:56 2018 UTC (6 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Branch point for: pkgsrc-2019Q2
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
mpg123: fix mpg123-pulse build failure on NetBSD/i386 8.0_RC2.

Fixes PR pkg/53433 by disabling x86 asm that causes text relocations
in libmpg123.so.  Ok'ed by martin@.
Bump PKGREVISION.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue May 22 22:50:25 2018 UTC (6 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Enable NEON optimizations on ARM64. Bump pkg revision.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Dec 18 22:58:34 2016 UTC (7 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -4 lines
Changes 1.23.8:
- Fix long-standing bad memory read (via integer underflow) in ID3 parser
  for crafted ID3v2 tags with tiny size information

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue May 20 19:59:09 2014 UTC (10 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +5 -8 lines
Changes 1.19.0:
- Support float and 32/24 bit integer output also with fixed-point decoders (conversion from 16 bit precision).
- A-Law output encoding is actually implemented now (Michael introduced the encoding back in the old days without ever implementing theconversion table, apparently).
- Added --with-cpu=arm_fpu as decoder choice for runtime switch between plain fpu code and NEON.
- Fix ARM builds to work properly on debian systems without special CFLAGS (NEON decoder, specifically).
- Make scripts/benchmark-cpu.pl check the return value instead of delivering crazy timings for crashed mpg123.
- Trigger track initialization in mpg123_info() to avoid use of uninitialized variables (watch out for MPG123_NEED_MORE return value!).
- Fix integer code to 32 bit numbers where it would waste 64 bit on modern systems.
- Add non-executable stack marking also to ARM assembly.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Oct 2 23:48:00 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Sep 26 13:06:17 2012 UTC (12 years, 2 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -5 lines
Disable hand-rolled assembly on Solaris, the style is incompatible with
the Solaris linker, and -mimpure-text is no longer an option with GCC.

Fixes build on Solaris/GCC.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Oct 17 19:45:55 2011 UTC (13 years, 1 month ago) by shattered
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
PR/44543 -- recognize any non-zero return value getaddrinfo() as error.
Bump revisions of all variant packages.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Sep 14 15:46:49 2011 UTC (13 years, 3 months ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -1 lines
Fix build on SunOS.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed May 12 13:16:15 2010 UTC (14 years, 7 months ago) by martin
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -3 lines
Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Mar 30 10:29:22 2010 UTC (14 years, 8 months ago) by martin
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -2 lines
Use ${LIBOSSAUDIO} from oss.buildlink3.mk. (PR pkg/43077)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 30 09:12:04 2010 UTC (14 years, 8 months ago) by martin
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -4 lines
Add oss specific build environment when defaulting to mpg123-oss output
module. Should fix PR pkg/43077.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Mar 14 17:03:04 2010 UTC (14 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -1 lines
Set "PKG_DESTDIR_SUPPORT" before including "bsd.prefs.mk" so it actually
takes effect.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Mar 14 15:46:05 2010 UTC (14 years, 9 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -1 lines
Use Core Audio by default on OS X, tested on 10.6. From martin@.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Mar 14 14:19:19 2010 UTC (14 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +34 -7 lines
Update mpg123 to version 1.10.1.
Thanks to <wiz> for answering lots of stupid questions and general guidance.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue May 19 22:16:08 2009 UTC (15 years, 6 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -1 lines
+PKG_DESTDIR_SUPPORT

Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Sat May 27 11:24:06 2006 UTC (18 years, 6 months ago) by ghen
Branches: pkgsrc-2006Q1
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +2 -2 lines
Pullup ticket 1673 - requested by drochner
security fix for mpg123

Revisions pulled up:
- pkgsrc/audio/mpg123/Makefile		1.42
- pkgsrc/audio/mpg123/distinfo		1.27
- pkgsrc/audio/mpg123/patches/patch-ai	1.4
- pkgsrc/audio/mpg123-esound/Makefile	1.17
- pkgsrc/audio/mpg123-nas/Makefile	1.20

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri May 26 12:16:13 UTC 2006

   Modified Files:
           pkgsrc/audio/mpg123: Makefile distinfo
           pkgsrc/audio/mpg123/patches: patch-ai

   Log Message:
   fix buffer overflow (CVE-2006-1655), from Debian
   bump PKGREVISION
---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri May 26 12:33:37 UTC 2006

   Modified Files:
           pkgsrc/audio/mpg123-esound: Makefile
           pkgsrc/audio/mpg123-nas: Makefile

   Log Message:
   also bump PKGREVISION for mpg123 security fix, pointed out
   by Joerg Sonnenberger

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri May 26 12:16:13 2006 UTC (18 years, 6 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
fix buffer overflow (CVE-2006-1655), from Debian
bump PKGREVISION

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 10 21:31:41 2005 UTC (19 years ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Branch point for: pkgsrc-2006Q1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).
No bump of PKGREVISION necessary.

Revision 1.39.6.1: download - view: text, markup, annotated - select for diffs
Mon Oct 3 19:00:34 2005 UTC (19 years, 2 months ago) by salo
Branches: pkgsrc-2005Q3
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -2 lines
Pullup ticket 798 - requested by Joerg Sonnenberger
bugfixes for mpg123

Revisions pulled up:
- pkgsrc/audio/mpg123/Makefile			1.40
- pkgsrc/audio/mpg123/distinfo			1.24
- pkgsrc/audio/mpg123-esound/Makefile		1.12
- pkgsrc/audio/mpg123-nas/Makefile		1.13
- pkgsrc/audio/mpg123/patches/patch-aq		1.3
- pkgsrc/audio/mpg123/patches/patch-av		1.1
- pkgsrc/audio/mpg123/patches/patch-aw		1.1

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Mon Oct  3 15:17:14 UTC 2005

   Modified Files:
   	pkgsrc/audio/mpg123: Makefile distinfo
   	pkgsrc/audio/mpg123-esound: Makefile
   	pkgsrc/audio/mpg123-nas: Makefile
   	pkgsrc/audio/mpg123/patches: patch-aq
   Added Files:
   	pkgsrc/audio/mpg123/patches: patch-av patch-aw

   Log Message:
   Correct usage of errno and ctype macros. The former is wrong when thread
   linking is active, the latter can result in segfaults.

   Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype
   bugfix.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Oct 3 15:17:14 2005 UTC (19 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Correct usage of errno and ctype macros. The former is wrong when thread
linking is active, the latter can result in segfaults.

Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype
bugfix.

Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 15 07:00:18 2005 UTC (19 years, 11 months ago) by snj
Branches: pkgsrc-2004Q4
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +2 -2 lines
Pullup ticket 227 - requested by Matthias Drochner
security fix for mpg123

   Module Name:  pkgsrc
   Committed By: drochner
   Date:         Fri Jan  7 14:52:13 UTC 2005

   Modified Files:
         pkgsrc/audio/mpg123: Makefile distinfo
   Added Files:
         pkgsrc/audio/mpg123/patches: patch-as patch-at

   Log Message:
   Fix a buffer overflow by a malicous playlist (CAN-2004-1284).
   Being here, fix a possible problem which was mentioned in conjunction
   with CAN-2003-0577 - zero bitrate makes mpg123 assume a negative
   frame size.
   bump PKGREVISION
---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Wed Jan 12 11:52:38 UTC 2005

   Modified Files:
           pkgsrc/audio/mpg123: distinfo
           pkgsrc/audio/mpg123/patches: patch-ar

   Log Message:
   another header valdation (CAN-2004-0991)
   ride on recent PKGREVISION bump
---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Wed Jan 12 14:17:44 UTC 2005

   Modified Files:
           pkgsrc/audio/mpg123: Makefile
           pkgsrc/audio/mpg123-esound: Makefile
           pkgsrc/audio/mpg123-nas: Makefile

   Log Message:
   PKGREVISION bump for security fix (previous bump was >4 days ago.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jan 12 14:17:44 2005 UTC (19 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Branch point for: pkgsrc-2005Q3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
PKGREVISION bump for security fix (previous bump was >4 days ago.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jan 7 14:52:13 2005 UTC (19 years, 11 months ago) by drochner
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Fix a buffer overflow by a malicous playlist (CAN-2004-1284).
Being here, fix a possible problem which was mentioned in conjunction
with CAN-2003-0577 - zero bitrate makes mpg123 assume a negative
frame size.
bump PKGREVISION

Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 9 08:50:38 2004 UTC (20 years, 1 month ago) by salo
Branches: pkgsrc-2004Q3
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +2 -2 lines
Pullup ticket 134 - requested by Matthias Scheler
security fix for mpg123

        Module Name:	pkgsrc
        Committed By:	tron
        Date:		Sun Nov  7 08:55:04 UTC 2004

        Modified Files:
        	pkgsrc/audio/mpg123: Makefile distinfo
        	pkgsrc/audio/mpg123-esound: Makefile
        	pkgsrc/audio/mpg123-nas: Makefile
        	pkgsrc/audio/mpg123/patches: patch-aq

        Log Message:
        Add fix for security vulnerability reported in CAN-2004-0982 based on
        patches from Debian's advisory DSA-578. Bump package revision because
        of this fix.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 7 08:55:04 2004 UTC (20 years, 1 month ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Add fix for security vulnerability reported in CAN-2004-0982 based on
patches from Debian's advisory DSA-578. Bump package revision because of
this fix.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 7 22:14:09 2004 UTC (20 years, 3 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base
Branch point for: pkgsrc-2004Q3
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
PKGREVISION++

- fix a buffer overflow:

  "A malicious formatted mp3/2 causes mpg123 to fail header checks,
   this may allow arbitrary code to be executed with the privilege
   of the user trying to play the mp3."

- patch from Debian but retain code style.

Revision 1.34.8.1: download - view: text, markup, annotated - select for diffs
Tue Feb 10 15:57:30 2004 UTC (20 years, 10 months ago) by agc
Branches: pkgsrc-2003Q4
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +2 -2 lines
Pullup security fix to the pkgsrc-2003Q4 branch, requested by Matthias Scheler.

	Module Name:    pkgsrc
	Committed By:   tron
	Date:           Tue Feb 10 09:32:47 UTC 2004

	Modified Files:
		pkgsrc/audio/mpg123: Makefile distinfo
		pkgsrc/audio/mpg123-esound: Makefile
		pkgsrc/audio/mpg123-nas: Makefile
	Added Files:
		pkgsrc/audio/mpg123/patches: patch-aq

	Log Message:
	Fix security vulnerability reported in CAN-2003-0865. Bump package revision
	because of this fix.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Feb 10 09:32:47 2004 UTC (20 years, 10 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Fix security vulnerability reported in CAN-2003-0865. Bump package revision
because of this fix.

Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:38:37 2002 UTC (22 years, 5 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +4 -2 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 23 08:45:09 2002 UTC (22 years, 5 months ago) by kent
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, pkgsrc-2003Q4-base, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6
Branch point for: pkgsrc-2003Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -55 lines
Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479.
This feature is enabled by MPG123_ARM_FIXED64.

mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat May 25 06:31:28 2002 UTC (22 years, 6 months ago) by rh
Branches: MAIN
CVS tags: buildlink2-base
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -2 lines
Add conflict with mpg123-nas-[0-9]*
While at it, move PKGNAME line one up to make pkglint happy.
Bump PKGREVISION.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Apr 25 16:34:15 2002 UTC (22 years, 7 months ago) by abs
Branches: MAIN
Branch point for: buildlink2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Check for arm and arm32, not just arm32.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Feb 23 09:20:37 2002 UTC (22 years, 9 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Bump package revision to 1 after 64Bit patch went in.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Feb 22 13:17:53 2002 UTC (22 years, 9 months ago) by simonb
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -4 lines
Drop the alpha-linux l3.diff.gz altogether - it only makes the previous
diff much harder to read than it should be.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:02:42 2001 UTC (23 years ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
Make PKGNAME dewey-conform.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 19 07:04:58 2001 UTC (23 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
Mark as USE_BUILDLINK_ONLY.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:18 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 16 13:30:47 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 11 07:39:41 2001 UTC (23 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2 lines
Use IPv6 support on Solaris, too.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jan 11 07:38:03 2001 UTC (23 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -2 lines
Fix build problem invented in last commit.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jan 11 07:26:54 2001 UTC (23 years, 11 months ago) by tron
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -2 lines
Work arround the problem that the IPv6 patch file needs to be applied with
"-p1" while the layer 3 64bit patch needs "-p0".

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 11 18:58:42 2000 UTC (24 years, 3 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -3 lines
Build with patch to fix layer 3 engine on 64Bit systems.
Fixes PR pkg/10677 by R. C. Dowdeswell.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 13 07:33:08 2000 UTC (24 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
more correction to IPv4 part

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 13 07:30:02 2000 UTC (24 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
correct IPv4-only behavior (upgradede IPv6 patch).
from mcr@sandelman.ottawa.on.ca

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 18 11:04:10 2000 UTC (24 years, 9 months ago) by itojun
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -1 lines
make the pkgsrc IPv6 ready.
% mpg123 http://www.v6.foo.com/

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 12 04:43:11 1999 UTC (25 years, 2 months ago) by simonb
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
Add fixed-point support used by the arm32.

XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 27 08:27:47 1999 UTC (25 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -2 lines
Make this package compile on Solaris.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 7 03:14:22 1999 UTC (25 years, 3 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -3 lines
new homepage & master site.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 10 10:39:02 1999 UTC (25 years, 5 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -8 lines
Update "mpg123" package version 0.59r. Changes since version 0.59q:
- applied audio_alib changes from Ralf Hildebrandt <R.Hildebrandt@TU-BS.DE>
- some 'paetsches' from DK
- minor optimizations in layer3 (dequantize/huffman)
- BSDOS 4.0 with gcc added to Makefile (<sms@moe.2bsd.com>)
- Solaris-ESD patch from Ryan Prosser <prosser@wam.umd.edu>
- Added Frontend changes from Bertrand Petit <elrond@phoe.netdev.net>
- more DK 'paetsches' (final dk7-clubhaus edition), includes extended term
  control
- SGI audio fix for non RAD machines from Erik Mouw <J.A.K.Mouw@its.tudelft.nl>
- fixed ugly bug in layer3 dequant for bt==2 (may cause high frequency clitchs)
- AMD-3DNow optimizations in decode and dct64
- OS/2 reworked from Samuel Audet (see audio_os2.c for more)
- added freebsd-esd make-entry from Daniel O'Connor (darius@guppy.dons.net.au)
- added enhanced head_check from D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>
- applied 'xterm-title-patch' from "Wilson, Jeff D" <jeff.wilson@wilcom.com>
- more esd changes from Robert Bihlmeyer <robbe@orcus.priv.at>
- applied Hannu Napari's <Hannu.Napari@hut.fi> SGI audio patches
- minor changes in httpget.c and mpg123.c
- added native AIX support from Juergen.Schoew@unix-ag.uni-siegen.de
- applied playlist patch from <psst@euskalnet.net>
- more SGI audio patches from Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr>
- applied esdserver patch from Matthew Parslow <roy@alpha.alphalink.com.au>
- added some fixes for control_generic

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jul 5 21:56:03 1999 UTC (25 years, 5 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -1 lines
Fix last commit differently (work around RCS ID in patch)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 28 00:35:33 1999 UTC (25 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -1 lines
Make this build on i386/ELF systems.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 8 07:34:56 1999 UTC (25 years, 8 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update "mpg123" to version 0.59q. Patches supplied by Jeff Rizzo in
PR pkg/7338.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 15 23:57:50 1999 UTC (25 years, 10 months ago) by is
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
Use the inlined bfextu opcode for get1bit() on m68k.
Makes mp3 decoding about 6% faster, which gives us a bit more of
safety margin on the MC68060 at 50 MHz.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 12 15:45:09 1998 UTC (26 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
s/cp/${CP}/
s/files/${FILESDIR}/

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 30 03:11:51 1998 UTC (26 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Use the Pentium-optimized decoding routines.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:16:39 1998 UTC (26 years, 3 months ago) by tsarna
Branches: MAIN
CVS tags: netbsd-1-3-PATCH003
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 18 16:15:10 1998 UTC (26 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -3 lines
Update package Makefiles for automatic manual page handling.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 15 10:38:10 1998 UTC (26 years, 8 months ago) by agc
Branches: MAIN
CVS tags: netbsd-1-3-PATCH002
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -7 lines
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 7 13:55:38 1998 UTC (26 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to 0.59o.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 26 20:01:53 1998 UTC (26 years, 9 months ago) by augustss
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Upgrade to mpg123-0.59n.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 19 00:58:52 1998 UTC (26 years, 10 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
portlint: move RCS-Id

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 28 23:59:56 1997 UTC (27 years, 1 month ago) by augustss
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -9 lines
NetBSD port.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Oct 28 23:18:38 1997 UTC (27 years, 1 month ago) by augustss
Branches: FREEBSD
CVS tags: FreeBSD-97-10-25
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of FreeBSD audio packages.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 28 23:18:38 1997 UTC (27 years, 1 month ago) by augustss
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>