pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/nas



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan  5 12:57:22 UTC 2013

Modified Files:
        pkgsrc/audio/nas: Makefile PLIST.clients PLIST.server distinfo
        pkgsrc/audio/nas/patches: patch-aa patch-ab patch-ad patch-ae patch-af
            patch-ag
Removed Files:
        pkgsrc/audio/nas/patches: patch-ah

Log Message:
(1) Bump version 1.9.1 to 1.9.3 based on PR pkg/45449
   ChangeLog attached at the bottom of this Log.

(2) patches/patch-ag
    Delete the first chunk, upstream included the first one.
    Comments added from cvs log (1.4)

(3) patches/patch-ah
    # fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4
    removed (upstream included).

(4) Comments added for
    patches/patch-aa
      -- Add NetBSDArchitecture and DragonFlyArchitecture
    patches/patch-ab
      -- (1.9) Convert -lossaudio to portable $(LIBOSSAUDIO)
              Make this work with audio/oss again.
      -- (1.13) Add NetBSDArchitecture
      -- (1.14) In server/Imakefile add a target for $(VOXWARELIBS) that call 
make for
        the targets directory.
        This should fix the occasional problem were make complains with
        "don't know how to make dda/voxware/libvoxware.a"
      -- (1.5) Taking care nasd.conf (etc)
    patches/patch-ae
      -- Honor ${PKG_SYSCONFDIR}, see SUBST in Makefile.
    patches/patch-af
      -- Don't build/install auscope.

(5) PLIST.client
    PLIST.server
    Convert IMAKE_MANNEWSUFFIX to IMAKE_MAN_SUFFIX which
    pkglint flagged and by reading the thread starting with
      http://mail-index.netbsd.org/tech-pkg/2005/12/06/0034.html
   (Please correct this part if some OS'en get problems.)
  -----
Version 1.9.3 (stable) 05/13/2011

  - overdue 1.9.3 maint release

  - Older X11 systems used to define SharedLibX and friends if the
    installed X11 system was built with shared lib support.  Newer
    X11's use SharedLibX11 instead.  Same for
    {Normal|Debug|Profile}LibX.  So check for these and set
    appropriately in NetAudio.tmpl.

    Shared lib installations should deal with libXau dependancies
    correctly now.

  - auerswald:

    Added MacOS X aka Darwin to list of systems that need to
    explicitely link libaudio.so against libXau. This enables building
    of the shared library libaudio.so on MacOS X.

    There is currently no NAS server for MacOS X.

Version 1.9.2 (stable) 03/07/2009

  - overdue 1.9.2 release.

  - patch from Aleksey Cheusov:

    "fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4"

    libaudio: OpenSvr.c: The server mutex was being unlocked, even
    though it was never locked in the first place.

  - Hugo Vanwoerkom reported thousands of diagnostics in his syslog:
    "doSetup: elementRate == 0! Forcing to 5000".  Fix doSetup to only
    warn about this when the debug level is above 10.

  - auerswald:

    document syslog usage

    use syslog if running as a daemon, stderr otherwise

    add syslog-usage-change to HISTORY file

  - steve_mcintyre:

    Minor man page fix ported from the Debian packages.

    Multiple minor portability changes ported over from the Debian
    packages. Cope with Hurd and GNU/KFreeBSD and other systems using
    glibc

  - apply patch from sourceforge user moinakg:

    Libaudio is built with missing linker flags on OpenSolaris like
    missing lXt, so it results in symbol not found errors at runtime.
    I am including an Imakefile patch below that fixed this.
  -----


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/audio/nas/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/nas/PLIST.clients
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/nas/PLIST.server
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/nas/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/nas/patches/patch-aa
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/nas/patches/patch-ab
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/nas/patches/patch-ad
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/nas/patches/patch-ae
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/nas/patches/patch-af
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/nas/patches/patch-ag
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/nas/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index