Subject: subst.mk warnings?
To: None <tech-pkg@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 12/14/2005 18:12:34
--qDbXVdCdHGoSgWSk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
I'm trying to update the irssi package and noticed the following lines at the
end if the build:
=> Unwrapping files-to-be-installed.
[subst.mk] WARNING: Ignoring non-existant file "./src/lib-config".
Where src/lib-config is a directory.
What is the reason for this warning and how can I disable it?
Attached is the diff for the update, without modifications to the PLIST because
I haven't tackeld that part.
patch-ac and patch-ad are no longer needed.
Bernd
--qDbXVdCdHGoSgWSk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="irssi.patch"
Index: Makefile
===================================================================
RCS file: /NetBSD-cvs/main/pkgsrc/chat/irssi/Makefile,v
retrieving revision 1.39
diff -u -b -b -u -r1.39 Makefile
--- Makefile 31 Oct 2005 09:18:45 -0000 1.39
+++ Makefile 12 Dec 2005 17:42:18 -0000
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.39 2005/10/31 09:18:45 rillig Exp $
DISTNAME= ${IRSSI_DISTNAME}
-PKGREVISION= 7
CATEGORIES= chat
-MASTER_SITES= http://real.irssi.org/files/
+MASTER_SITES= http://www.irssi.org/files/
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
MAINTAINER= mutru@iki.fi
Index: Makefile.common
===================================================================
RCS file: /NetBSD-cvs/main/pkgsrc/chat/irssi/Makefile.common,v
retrieving revision 1.3
diff -u -b -b -u -r1.3 Makefile.common
--- Makefile.common 11 Dec 2003 20:18:58 -0000 1.3
+++ Makefile.common 12 Dec 2005 17:39:41 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile.common,v 1.3 2003/12/11 20:18:58 veego Exp $
# Specific distribution information.
-IRSSI_VERSION= 0.8.9
+IRSSI_VERSION= 0.8.10
IRSSI_DISTNAME= irssi-${IRSSI_VERSION}
IRSSI_EXTRACT_SUFX= .tar.bz2
IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
Index: distinfo
===================================================================
RCS file: /NetBSD-cvs/main/pkgsrc/chat/irssi/distinfo,v
retrieving revision 1.22
diff -u -b -b -u -r1.22 distinfo
--- distinfo 11 Nov 2005 16:01:20 -0000 1.22
+++ distinfo 12 Dec 2005 18:07:10 -0000
@@ -1,11 +1,9 @@
$NetBSD: distinfo,v 1.22 2005/11/11 16:01:20 tonio Exp $
-SHA1 (irssi-0.8.9.tar.bz2) = 57799a1e99ac5f6694eb6fd049d39a4e2e51f576
-RMD160 (irssi-0.8.9.tar.bz2) = 7a0a2a639c041802bfddd458c35bccaec8084013
-Size (irssi-0.8.9.tar.bz2) = 816465 bytes
+SHA1 (irssi-0.8.10.tar.bz2) = 055eef31ed7a52e30d9a63d803306570c7cd3393
+RMD160 (irssi-0.8.10.tar.bz2) = d2deaca1bf81184b6120bf5804de73b3ef0ac37b
+Size (irssi-0.8.10.tar.bz2) = 933152 bytes
SHA1 (patch-aa) = 45d8161733f58ab3733022c823933bb1cc93a8e2
-SHA1 (patch-ab) = c395fbeeb2dd15490f04f2cb2c94daf6c5955e85
-SHA1 (patch-ac) = 9572891333279dc368f44c52f9584c34f10d7aa1
-SHA1 (patch-ad) = 7629117264f84c4f20697200456f91662b52f724
+SHA1 (patch-ab) = 5b5f39cfcad179e0872fda9bc0016ce263df6834
SHA1 (patch-ae) = 158de7394abec0cab8fe2c8fea158fd97377cb1f
SHA1 (patch-af) = 3603d84e9e3b5f589c94775e261dedcacff09cf0
Index: patches/patch-ab
===================================================================
RCS file: /NetBSD-cvs/main/pkgsrc/chat/irssi/patches/patch-ab,v
retrieving revision 1.4
diff -u -b -b -u -r1.4 patch-ab
--- patches/patch-ab 2 Dec 2002 12:19:20 -0000 1.4
+++ patches/patch-ab 12 Dec 2005 18:04:18 -0000
@@ -1,13 +1,13 @@
$NetBSD: patch-ab,v 1.4 2002/12/02 12:19:20 jmmv Exp $
---- Makefile.in.orig Tue Nov 19 11:14:30 2002
-+++ Makefile.in
-@@ -117,7 +117,7 @@ sedpath = @sedpath@
-
+--- Makefile.in.orig 2005-12-11 10:45:48.000000000 +0100
++++ Makefile.in 2005-12-12 19:03:38.000000000 +0100
+@@ -254,7 +254,7 @@
+ target_alias = @target_alias@
+ @BUILD_PLUGINS_TRUE@PLUGINS = plugins
SUBDIRS = src docs scripts
-
-confdir = $(sysconfdir)
+confdir = $(datadir)/examples/@PACKAGE@
conf_DATA = irssi.conf
-
themedir = $(datadir)/irssi/themes
+ theme_DATA = default.theme colorless.theme
--qDbXVdCdHGoSgWSk--