pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/smpeg-xmms Fix build with gcc3 and use bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53d55f79ee0f
branches:  trunk
changeset: 470837:53d55f79ee0f
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Mar 12 05:25:41 2004 +0000

description:
Fix build with gcc3 and use bl3.

diffstat:

 graphics/smpeg-xmms/Makefile         |  18 +++++++++---------
 graphics/smpeg-xmms/distinfo         |   3 ++-
 graphics/smpeg-xmms/patches/patch-aa |  29 +++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 10 deletions(-)

diffs (75 lines):

diff -r 2741d20661f9 -r 53d55f79ee0f graphics/smpeg-xmms/Makefile
--- a/graphics/smpeg-xmms/Makefile      Fri Mar 12 05:22:13 2004 +0000
+++ b/graphics/smpeg-xmms/Makefile      Fri Mar 12 05:25:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/14 17:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/12 05:25:41 snj Exp $
 #
 
 DISTNAME=      smpeg-xmms-0.3.5
@@ -11,14 +11,14 @@
 COMMENT=       MPEG video plugin using SDL/smpeg as the backend
 
 GNU_CONFIGURE=         YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
-USE_GNU_TOOLS+=                make
 
-.include "../../devel/smpeg/buildlink2.mk"
-.include "../../devel/glib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../devel/SDL/buildlink2.mk"
-.include "../../audio/xmms/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../devel/smpeg/buildlink3.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../audio/xmms/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2741d20661f9 -r 53d55f79ee0f graphics/smpeg-xmms/distinfo
--- a/graphics/smpeg-xmms/distinfo      Fri Mar 12 05:22:13 2004 +0000
+++ b/graphics/smpeg-xmms/distinfo      Fri Mar 12 05:25:41 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/10 13:32:34 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/03/12 05:25:41 snj Exp $
 
 SHA1 (smpeg-xmms-0.3.5.tar.gz) = e67a22cf99a9238be0652fe503b2fa37ae0c1379
 Size (smpeg-xmms-0.3.5.tar.gz) = 141182 bytes
+SHA1 (patch-aa) = 506d41ca8e6b197526fc913c92a529046178cad3
diff -r 2741d20661f9 -r 53d55f79ee0f graphics/smpeg-xmms/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/smpeg-xmms/patches/patch-aa      Fri Mar 12 05:25:41 2004 +0000
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1 2004/03/12 05:25:41 snj Exp $
+
+--- configure.orig     2004-03-11 21:16:37.000000000 -0800
++++ configure  2004-03-11 21:17:54.000000000 -0800
+@@ -2701,16 +2701,16 @@ int main (int argc, char *argv[])
+     }
+   else
+     {
+-      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the 
+-minimum version\n", $smpeg_major_version, $smpeg_minor_version, 
++      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the "
++"minimum version\n", $smpeg_major_version, $smpeg_minor_version, 
+ $smpeg_micro_version);
+-      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is 
+-correct, then it is\n", major, minor, micro);
++      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is "
++"correct, then it is\n", major, minor, micro);
+       printf("*** best to upgrade to the required version.\n");
+-      printf("*** If smpeg-config was wrong, set the environment variable 
+-SMPEG_CONFIG\n");
+-      printf("*** to point to the correct copy of smpeg-config, and remove 
+-the file\n");
++      printf("*** If smpeg-config was wrong, set the environment variable "
++"SMPEG_CONFIG\n");
++      printf("*** to point to the correct copy of smpeg-config, and remove "
++"the file\n");
+       printf("*** config.cache before re-running configure\n");
+       return 1;
+     }



Home | Main Index | Thread Index | Old Index