pkgsrc-WIP-changes archive

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

alsa-lib-git: remove unnecessary chunk.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Mar 3 11:05:50 2016 +0100
Changeset:	341f9bd45e14f0233cc406de227f95812e0b69bd

Modified Files:
	alsa-lib-git/distinfo
	alsa-lib-git/patches/patch-ad

Log Message:
alsa-lib-git: remove unnecessary chunk.

It's ifdef GLIBC, so the operating system checks afterwards are not
necessary.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=341f9bd45e14f0233cc406de227f95812e0b69bd

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

diffstat:
 alsa-lib-git/distinfo         | 2 +-
 alsa-lib-git/patches/patch-ad | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diffs:
diff --git a/alsa-lib-git/distinfo b/alsa-lib-git/distinfo
index ee28bec..6cf706b 100644
--- a/alsa-lib-git/distinfo
+++ b/alsa-lib-git/distinfo
@@ -4,7 +4,7 @@ SHA1 (alsa-lib-1.1.0.tar.bz2) = 94b9af685488221561a73ae285c4fddaa93663e4
 RMD160 (alsa-lib-1.1.0.tar.bz2) = 0a9ecf05c136ae025df7ab749db907ad81c4db8f
 SHA512 (alsa-lib-1.1.0.tar.bz2) = 2939d0b621c1c619b0a492b05f2e84f354d588c9cc982d93dbcf01c582319258dd5f803ff5c10be52343cd8827d690f671ab5b20ad586a0ee371f0949c9e98f4
 Size (alsa-lib-1.1.0.tar.bz2) = 929874 bytes
-SHA1 (patch-ad) = 43b9a214626bac91cf5b9afb19b6785b100fd7de
+SHA1 (patch-ad) = 79a0f048751899247ec12990cd02332b977af248
 SHA1 (patch-ae) = ac72304f17d402635da7be8c768872c5ecce404f
 SHA1 (patch-af) = b5d0a48da183c0725367b08abb24bf1fed85cb30
 SHA1 (patch-ah) = 4dd4e27d0dfb6cedf79775b6d01a0b8c6617cdf0
diff --git a/alsa-lib-git/patches/patch-ad b/alsa-lib-git/patches/patch-ad
index e41e2db..c1a8fb3 100644
--- a/alsa-lib-git/patches/patch-ad
+++ b/alsa-lib-git/patches/patch-ad
@@ -16,12 +16,3 @@ $NetBSD: patch-ad,v 1.6 2016/02/18 15:15:57 wiz Exp $
  
  #ifdef __cplusplus
  extern "C" {
-@@ -134,7 +141,7 @@ int snd_shm_area_destroy(struct snd_shm_
- int snd_user_file(const char *file, char **result);
- 
- #ifdef __GLIBC__
--#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE)
-+#if !defined(_POSIX_C_SOURCE) && !defined(_POSIX_SOURCE) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun)
- struct timeval {
- 	time_t		tv_sec;		/* seconds */
- 	long		tv_usec;	/* microseconds */


Home | Main Index | Thread Index | Old Index