pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/nas In server/Imakefile add a target for $(VOXWA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8ee1aa95518
branches:  trunk
changeset: 598780:c8ee1aa95518
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Mon Jan 30 01:34:38 2012 +0000

description:
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"

diffstat:

 audio/nas/distinfo         |   4 ++--
 audio/nas/patches/patch-ab |  21 ++++++++++++++++++---
 2 files changed, 20 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r c977c8a4cb7a -r c8ee1aa95518 audio/nas/distinfo
--- a/audio/nas/distinfo        Sun Jan 29 22:28:14 2012 +0000
+++ b/audio/nas/distinfo        Mon Jan 30 01:34:38 2012 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.27 2009/07/09 19:10:25 hasso Exp $
+$NetBSD: distinfo,v 1.28 2012/01/30 01:34:38 sbd Exp $
 
 SHA1 (nas-1.9.1.src.tar.gz) = 1207a821676ca1b763a47e3c278262a64a626ba3
 RMD160 (nas-1.9.1.src.tar.gz) = 6d6aa05ae2376fbc8ff3145b73da1d28b190a856
 Size (nas-1.9.1.src.tar.gz) = 1454523 bytes
 SHA1 (patch-aa) = f407891f0207d789c0e5bf7a455fd7798ce01fde
-SHA1 (patch-ab) = d424b0970bd23584629f6a9bebea8b8c014462b5
+SHA1 (patch-ab) = 2929b5477f21cd82ef8b5f0fb3039ea9a6e7b2c0
 SHA1 (patch-ac) = 48f6c6791bde679774fd534012e8da2cf6e1e781
 SHA1 (patch-ad) = b889775d66e1de80fc9bc2563f9cc0ebf720ad71
 SHA1 (patch-ae) = f8ec2cb1809937aa7366ab65bee294e8affce543
diff -r c977c8a4cb7a -r c8ee1aa95518 audio/nas/patches/patch-ab
--- a/audio/nas/patches/patch-ab        Sun Jan 29 22:28:14 2012 +0000
+++ b/audio/nas/patches/patch-ab        Mon Jan 30 01:34:38 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.13 2007/05/05 21:31:10 markd Exp $
+$NetBSD: patch-ab,v 1.14 2012/01/30 01:34:38 sbd Exp $
 
---- server/Imakefile.orig      2006-08-14 13:04:17.000000000 +1200
+--- server/Imakefile.orig      2007-06-16 19:03:22.000000000 +0000
 +++ server/Imakefile
 @@ -61,7 +61,7 @@ XCOMM $NCDId: @(#)Imakefile,v 1.17 1995/
  #endif
@@ -20,7 +20,22 @@
  # define CanBuildAuServer     YES
  
  # if defined(cygwinArchitecture)
-@@ -213,14 +213,19 @@ clean::
+@@ -204,23 +204,34 @@ dirs: FRC                                                                @@\
+       $(MAKE) $(MFLAGS) PassCDebugFlags all                           @@\
+                                                                       @@\
+ FRC:
++
+ #endif /* ForceSubdirs */
+ #endif /* Project X < 5 */
+ 
+ ForceSubdirs($(DEPDIRS) $(SUBDIRS))
+ 
++$(VOXWARELIBS):
++      @echo "making all in $(CURRENT_DIR)/${@D}..."
++      @(cd ${@D} && $(MAKE) $(MFLAGS) $(PARALLELMFLAGS) \             @@\ 
++              PassCDebugFlags all) || exit $$?
++
+ clean::
        $(RM) $(ALL)
  
   ETCDIR = NasConfigSearchPath



Home | Main Index | Thread Index | Old Index