summaryrefslogtreecommitdiff
path: root/audio/mpg123-esound
AgeCommit message (Collapse)AuthorFilesLines
2011-10-17PR/44543 -- recognize any non-zero return value getaddrinfo() as error.shattered1-1/+2
Bump revisions of all variant packages.
2010-03-14Update to new mpg123 world ordermartin3-27/+8
2008-08-11Needs pkg-config.joerg1-1/+3
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-3/+7
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-05-26also bump PKGREVISION for mpg123 security fix, pointed outdrochner1-2/+2
by Joerg Sonnenberger
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-09I only maintain the "mpg123" package and not the "mpg123-nas" andtron1-1/+3
"mpg123-esound" flavours.
2005-12-10Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).heinz1-1/+2
No bump of PKGREVISION necessary.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-03Correct usage of errno and ctype macros. The former is wrong when threadjoerg1-2/+2
linking is active, the latter can result in segfaults. Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype bugfix.
2005-03-09Set INSTALLATION_DIRS for pkgviews (already enabled).minskim1-1/+3
2005-01-12PKGREVISION bump for security fix (previous bump was >4 days ago.wiz1-2/+2
2004-11-07Add fix for security vulnerability reported in CAN-2004-0982 based ontron1-2/+2
patches from Debian's advisory DSA-578. Bump package revision because of this fix.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-07PKGREVISION++salo1-2/+2
- 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.
2004-04-24bl3 packages should only include bl3 files.wiz1-2/+2
2004-02-10Fix security vulnerability reported in CAN-2003-0865. Bump package revisiontron1-1/+2
because of this fix.
2002-11-28Install manual page and tidy up DESCR. From PR 18532 by Greg A. Woods.markd3-6/+10
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz2-23/+3
2002-06-23Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479.kent2-60/+7
This feature is enabled by MPG123_ARM_FIXED64. mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound.
2002-06-22Rescue Makefile entries removed accidentaly.kent1-2/+2
2002-06-22Remove unnecessary macro.kent1-2/+2
2002-06-22Add mpg123 with EsounD. All modifications required for EsounD are merged tokent4-0/+93
mpg123/patches/*. This closes PR pkg/12059.