pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/converters/rss2html Pullup ticket 642 - reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd8127631e5
branches:  pkgsrc-2005Q2
changeset: 495947:6fd8127631e5
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Aug 04 23:22:42 2005 +0000

description:
Pullup ticket 642 - requested by Grant Beattie
portability fix for rss2html

Revisions pulled up:
- pkgsrc/converters/rss2html/Makefile           1.8
- pkgsrc/converters/rss2html/distinfo           1.8
- pkgsrc/converters/rss2html/patches/patch-aa   1.3

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Fri Jul 29 04:40:47 UTC 2005

   Modified Files:
        pkgsrc/converters/rss2html: Makefile distinfo
   Added Files:
        pkgsrc/converters/rss2html/patches: patch-aa

   Log Message:
   honour LDFLAGS and LIBS.

diffstat:

 converters/rss2html/Makefile         |   5 ++++-
 converters/rss2html/distinfo         |   3 ++-
 converters/rss2html/patches/patch-aa |  13 +++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 8e1ce51777a4 -r 6fd8127631e5 converters/rss2html/Makefile
--- a/converters/rss2html/Makefile      Thu Aug 04 22:37:01 2005 +0000
+++ b/converters/rss2html/Makefile      Thu Aug 04 23:22:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/28 05:57:25 snj Exp $
+# $NetBSD: Makefile,v 1.7.2.1 2005/08/04 23:22:42 salo Exp $
 #
 
 DISTNAME=              rss2html-0.7.2
@@ -15,4 +15,7 @@
 
 INSTALLATION_DIRS+=    bin
 
+LIBS.SunOS+=           -lnsl -lsocket
+MAKE_ENV+=             LIBS=${LIBS:Q}
+
 .include "../../mk/bsd.pkg.mk"
diff -r 8e1ce51777a4 -r 6fd8127631e5 converters/rss2html/distinfo
--- a/converters/rss2html/distinfo      Thu Aug 04 22:37:01 2005 +0000
+++ b/converters/rss2html/distinfo      Thu Aug 04 23:22:42 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/05/28 05:57:25 snj Exp $
+$NetBSD: distinfo,v 1.7.2.1 2005/08/04 23:22:42 salo Exp $
 
 SHA1 (rss2html-0.7.2.tar.gz) = 5acce10e8a1bcc290f05572b50a8085128e796d5
 RMD160 (rss2html-0.7.2.tar.gz) = fe5a2343fcc613c65731580061eda621a70486b1
 Size (rss2html-0.7.2.tar.gz) = 6242 bytes
+SHA1 (patch-aa) = 54b4460fe9019064870d363ebc4e57eb06589eb3
diff -r 8e1ce51777a4 -r 6fd8127631e5 converters/rss2html/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/rss2html/patches/patch-aa      Thu Aug 04 23:22:42 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.2.6.1 2005/08/04 23:22:42 salo Exp $
+
+--- src/Makefile.orig  2004-11-28 07:57:28.000000000 +1100
++++ src/Makefile
+@@ -5,7 +5,7 @@ CFLAGS+=-DVERSION=\"${VERSION}\"
+ OBJ=main.o rsslist.o config.o rssshow.o download.o
+ 
+ all: ${OBJ}
+-      $(CC) ${CFLAGS} ${OBJ} -o ${BIN}
++      $(CC) ${CFLAGS} ${OBJ} ${LDFLAGS} ${LIBS} -o ${BIN}
+ 
+ clean:
+       rm -f ${BIN} ${OBJ}



Home | Main Index | Thread Index | Old Index