[csw-devel] SF.net SVN: gar:[21237] csw/mgar/pkg/libsndfile/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Sat Jun 1 20:44:46 CEST 2013
Revision: 21237
http://gar.svn.sourceforge.net/gar/?rev=21237&view=rev
Author: lblume
Date: 2013-06-01 18:44:46 +0000 (Sat, 01 Jun 2013)
Log Message:
-----------
libsndfile/trunk: Update recipe, remove broken test
Modified Paths:
--------------
csw/mgar/pkg/libsndfile/trunk/Makefile
Modified: csw/mgar/pkg/libsndfile/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsndfile/trunk/Makefile 2013-06-01 09:05:51 UTC (rev 21236)
+++ csw/mgar/pkg/libsndfile/trunk/Makefile 2013-06-01 18:44:46 UTC (rev 21237)
@@ -37,7 +37,6 @@
PATCHFILES += 0003-Workaround-mising-stdint.h-and-Sun-Studio-shortcomin.patch
PATCHFILES += 0004-Add-branch-for-inttypes.h.patch
# PATCHFILES += 0005-Test-for-unsigned-or-test-will-fail.patch
-
VENDOR_URL = http://www.mega-nerd.com/libsndfile/
BUILD_DEP_PKGS += CSWlibflac-dev
@@ -48,12 +47,8 @@
PACKAGES += CSWlibsndfile-utils
CATALOGNAME_CSWlibsndfile-utils = libsndfile_utils
SPKG_DESC_CSWlibsndfile-utils = Tools for reading and writing files containing sampled sound
-RUNTIME_DEP_PKGS_CSWlibsndfile-utils += CSWlibflac8
RUNTIME_DEP_PKGS_CSWlibsndfile-utils += CSWlibsqlite3-0
RUNTIME_DEP_PKGS_CSWlibsndfile-utils += CSWlibsndfile1
-RUNTIME_DEP_PKGS_CSWlibsndfile-utils += CSWlibogg0
-RUNTIME_DEP_PKGS_CSWlibsndfile-utils += CSWlibvorbis0
-RUNTIME_DEP_PKGS_CSWlibsndfile-utils += CSWlibvorbisenc2
OBSOLETED_BY_CSWlibsndfile-utils = CSWlibsndfile
PACKAGES += CSWlibsndfile1
@@ -77,9 +72,11 @@
# Relocate docs to standard location
EXTRA_PAX_ARGS += -s ',^\.$(prefix)/share/doc/libsndfile1-dev,.$(prefix)/share/doc/$(NAME),'
-# These are all examples
-CHECKPKG_OVERRIDES_CSWlibsndfile-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libsndfile/html/FAQ.html
-CHECKPKG_OVERRIDES_CSWlibsndfile-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libsndfile/html/octave.html
-CHECKPKG_OVERRIDES_CSWlibsndfile-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libsndfile/html/pkgconfig.html
+# One of the tests is buggy and segfaults
+SKIPTEST = 1
include gar/category.mk
+
+# Solaris sed will make test fail
+PATH := /opt/csw/gnu:$(PATH)
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list