pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-bezier Fix a spelling error in DESCR. Use ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4af72133857
branches:  trunk
changeset: 470552:b4af72133857
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Mar 10 04:14:08 2004 +0000

description:
Fix a spelling error in DESCR.  Use bl3, cleanup, and utilize the power
of buildlink.  Mmm, BUILDLINK_TRANSFORM.

diffstat:

 audio/xmms-bezier/DESCR    |   2 +-
 audio/xmms-bezier/Makefile |  26 +++++++++-----------------
 2 files changed, 10 insertions(+), 18 deletions(-)

diffs (49 lines):

diff -r 6c5472bf7b1a -r b4af72133857 audio/xmms-bezier/DESCR
--- a/audio/xmms-bezier/DESCR   Wed Mar 10 03:36:59 2004 +0000
+++ b/audio/xmms-bezier/DESCR   Wed Mar 10 04:14:08 2004 +0000
@@ -1,4 +1,4 @@
-Jittering plane in the rythm of the sound, using OpenGL.
+Jittering plane in the rhythm of the sound, using OpenGL.
 
        There are also some keyboard keys you can press to modify options:
        'f': toggle fullscreen mode
diff -r 6c5472bf7b1a -r b4af72133857 audio/xmms-bezier/Makefile
--- a/audio/xmms-bezier/Makefile        Wed Mar 10 03:36:59 2004 +0000
+++ b/audio/xmms-bezier/Makefile        Wed Mar 10 04:14:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:23:54 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/10 04:14:08 snj Exp $
 #
 
 DISTNAME=      bezier-0.0.3
@@ -12,22 +12,14 @@
 
 GNU_CONFIGURE= yes
 USE_X11=       yes
-CPPFLAGS+=     -I${X11BASE}/include -I${LOCALBASE}/include
-CFLAGS+=       -I${LOCALBASE}/include
 USE_LIBTOOL=   yes
-USE_BUILDLINK2= yes
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
-CPPFLAGS+=             -D_POSIX_THREAD_SYSCALL_SOFT=1
+USE_BUILDLINK3= yes
+CPPFLAGS+=     -D_POSIX_THREAD_SYSCALL_SOFT=1
+
+BUILDLINK_TRANSFORM+=  l:MesaGL:GL
 
-pre-configure:
-               cd ${WRKSRC} ; ${MV} configure configure.BAK ; \
-               ${SED} \
-                       -e 's,-lMesaGL,-lGL -L${X11BASE}/lib -lX11 -lXext -lm,' \
-                       <configure.BAK >configure ; \
-               ${CHMOD} +x configure
-
-.include "../../audio/xmms/buildlink2.mk"
-.include "../../devel/glib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../audio/xmms/buildlink3.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index