pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat de-lint
details: https://anonhg.NetBSD.org/pkgsrc/rev/729d3cbb2041
branches: trunk
changeset: 531687:729d3cbb2041
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Aug 04 14:01:01 2007 +0000
description:
de-lint
diffstat:
chat/finch/Makefile | 4 ++--
chat/finch/options.mk | 8 ++++----
chat/libpurple/Makefile.common | 5 ++---
chat/pidgin/Makefile | 6 +++---
chat/pidgin/buildlink3.mk | 9 +--------
chat/pidgin/options.mk | 5 ++---
6 files changed, 14 insertions(+), 23 deletions(-)
diffs (133 lines):
diff -r f7f2d91a5029 -r 729d3cbb2041 chat/finch/Makefile
--- a/chat/finch/Makefile Sat Aug 04 13:44:19 2007 +0000
+++ b/chat/finch/Makefile Sat Aug 04 14:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 12:13:33 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/04 14:01:01 tnn Exp $
#
PKGNAME= finch-${VERSION}
@@ -31,7 +31,7 @@
pre-build:
# XXX Find a cleaner way.
${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \
- ${LN} -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
+ ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
post-install:
${INSTALL_MAN_DIR} ${DESTDIR:Q}${PREFIX:Q}/man/man1
diff -r f7f2d91a5029 -r 729d3cbb2041 chat/finch/options.mk
--- a/chat/finch/options.mk Sat Aug 04 13:44:19 2007 +0000
+++ b/chat/finch/options.mk Sat Aug 04 14:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/07/28 12:13:33 gdt Exp $
+# $NetBSD: options.mk,v 1.2 2007/08/04 14:01:01 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.finch
PKG_SUPPORTED_OPTIONS+= gstreamer debug
@@ -9,11 +9,11 @@
.if !empty(PKG_OPTIONS:Mgstreamer)
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-gstreamer
+CONFIGURE_ARGS+= --disable-gstreamer
.endif
.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --enable-debug
+CONFIGURE_ARGS+= --enable-debug
.else
-CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ARGS+= --disable-debug
.endif
diff -r f7f2d91a5029 -r 729d3cbb2041 chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common Sat Aug 04 13:44:19 2007 +0000
+++ b/chat/libpurple/Makefile.common Sat Aug 04 14:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2007/07/28 12:32:17 gdt Exp $
+# $NetBSD: Makefile.common,v 1.3 2007/08/04 14:01:52 tnn Exp $
#
VERSION= 2.0.1
@@ -14,8 +14,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake perl:run
-USE_LANGUAGES+= c
USE_PKGLOCALEDIR= yes
-PATCHDIR= ${.CURDIR}/../../chat/libpurple/patches
+PATCHDIR= ${.CURDIR}/../../chat/libpurple/patches
DISTINFO_FILE?= ${.CURDIR}/../../chat/libpurple/distinfo
diff -r f7f2d91a5029 -r 729d3cbb2041 chat/pidgin/Makefile
--- a/chat/pidgin/Makefile Sat Aug 04 13:44:19 2007 +0000
+++ b/chat/pidgin/Makefile Sat Aug 04 14:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 12:12:33 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/04 14:01:38 tnn Exp $
#
PKGNAME= pidgin-${VERSION}
@@ -7,7 +7,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-.include "../../chat/libpurple/Makefile.common"
+.include "../../chat/libpurple/Makefile.common"
USE_DIRS+= xdg-1.4
USE_TOOLS+= msgfmt
@@ -30,7 +30,7 @@
pre-build:
# XXX Find a cleaner way.
${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \
- ${LN} -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
+ ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/.
.include "../../chat/libpurple/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
diff -r f7f2d91a5029 -r 729d3cbb2041 chat/pidgin/buildlink3.mk
--- a/chat/pidgin/buildlink3.mk Sat Aug 04 13:44:19 2007 +0000
+++ b/chat/pidgin/buildlink3.mk Sat Aug 04 14:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2007/07/28 12:32:17 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2007/08/04 14:01:38 tnn Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+
@@ -17,12 +17,5 @@
.endif # PIDGIN_BUILDLINK3_MK
.include "../../chat/libpurple/buildlink3.mk"
-#.include "../../devel/glib2/buildlink3.mk"
-#.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-#.include "../../textproc/libxml2/buildlink3.mk"
-#.include "../../x11/gtk2/buildlink3.mk"
-#.include "../../x11/libSM/buildlink3.mk"
-#.include "../../x11/libXScrnSaver/buildlink3.mk"
-#.include "../../x11/startup-notification/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r f7f2d91a5029 -r 729d3cbb2041 chat/pidgin/options.mk
--- a/chat/pidgin/options.mk Sat Aug 04 13:44:19 2007 +0000
+++ b/chat/pidgin/options.mk Sat Aug 04 14:01:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/07/28 12:12:33 gdt Exp $
+# $NetBSD: options.mk,v 1.2 2007/08/04 14:01:38 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pidgin
PKG_SUPPORTED_OPTIONS+= gtkspell gstreamer debug
@@ -15,7 +15,7 @@
.if !empty(PKG_OPTIONS:Mgstreamer)
. include "../../multimedia/gstreamer0.10/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-gstreamer
+CONFIGURE_ARGS+= --disable-gstreamer
.endif
.if !empty(PKG_OPTIONS:Mdebug)
@@ -23,4 +23,3 @@
.else
CONFIGURE_ARGS+= --disable-debug
.endif
-
Home |
Main Index |
Thread Index |
Old Index