pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/libtlen This package is libtoolized, so don't add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9f83b463e5e
branches:  trunk
changeset: 490427:d9f83b463e5e
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 10 13:25:07 2005 +0000

description:
This package is libtoolized, so don't add -fPIC explicitly.  Since this
changes the static .a lib, bump PKGREVISION.

diffstat:

 chat/libtlen/Makefile         |  3 ++-
 chat/libtlen/distinfo         |  4 ++--
 chat/libtlen/patches/patch-aa |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 0013e288e4ee -r d9f83b463e5e chat/libtlen/Makefile
--- a/chat/libtlen/Makefile     Thu Mar 10 13:22:00 2005 +0000
+++ b/chat/libtlen/Makefile     Thu Mar 10 13:25:07 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/11/25 10:07:03 adam Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/10 13:25:07 tv Exp $
 
 DISTNAME=      libtlen-20040912
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  http://www.libtlen.eu.org/snapshots/archive/
 
diff -r 0013e288e4ee -r d9f83b463e5e chat/libtlen/distinfo
--- a/chat/libtlen/distinfo     Thu Mar 10 13:22:00 2005 +0000
+++ b/chat/libtlen/distinfo     Thu Mar 10 13:25:07 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 15:59:12 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/03/10 13:25:07 tv Exp $
 
 SHA1 (libtlen-20040912.tar.gz) = a6bd58f4d1eabab8f61451eda54d420fe21ed2ad
 RMD160 (libtlen-20040912.tar.gz) = 32214dbbd12d9467615a077a49f783b0a2bb5ee3
 Size (libtlen-20040912.tar.gz) = 183393 bytes
-SHA1 (patch-aa) = f6b9e573575797f31205a7e917b790253c8cc38b
+SHA1 (patch-aa) = 7810d10b38cda6e55f34062ddce84f4c27544673
diff -r 0013e288e4ee -r d9f83b463e5e chat/libtlen/patches/patch-aa
--- a/chat/libtlen/patches/patch-aa     Thu Mar 10 13:22:00 2005 +0000
+++ b/chat/libtlen/patches/patch-aa     Thu Mar 10 13:25:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/02/28 14:26:08 minskim Exp $
+$NetBSD: patch-aa,v 1.3 2005/03/10 13:25:07 tv Exp $
 
 --- lib/Makefile.in.orig       2003-01-16 04:33:32.000000000 -0600
 +++ lib/Makefile.in
@@ -7,7 +7,7 @@
  
  CC = @CC@
 -CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC -Wall -ggdb
-+CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC
++CFLAGS = @CFLAGS_LIBTLEN@ -I..
  LIBS= @LIBS_LIBTLEN@
  
  MAKE = @MAKE@



Home | Main Index | Thread Index | Old Index