Fix HOMEPAGE. Fix build on NetBSD-7.99.1/amd64.
This commit is contained in:
parent
be535f5e14
commit
440396eb5d
4 changed files with 35 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/02/11 21:04:09 noud4 Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.4 2014/11/25 12:51:28 thomasklausner Exp $
|
||||
|
||||
DISTNAME= libgrss-0.5.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://gtk.mplat.es/libgrss/tarballs/
|
||||
|
||||
MAINTAINER= noud4@users.sourceforge.net
|
||||
HOMEPAGE= http://live.gnome.org/Libgrss
|
||||
HOMEPAGE= https://wiki.gnome.org/Projects/Libgrss
|
||||
COMMENT= Easy management of RSS/Atom/Pie feeds
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2013/12/21 14:24:27 noud4 Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/11/25 12:51:28 thomasklausner Exp $
|
||||
|
||||
SHA1 (libgrss-0.5.0.tar.gz) = 363f3035af2e2c2ca5125ba1f16da7451bfa5b46
|
||||
RMD160 (libgrss-0.5.0.tar.gz) = 398c5b31f5f4b93b8fa26e762070eb0450f275c5
|
||||
Size (libgrss-0.5.0.tar.gz) = 439634 bytes
|
||||
SHA1 (patch-src_feeds-subscriber.c) = 4a480df8d0dd12e2a53fd73d74b507f893c29f99
|
||||
SHA1 (patch-src_utils.c) = 208fcb8d6408ebfe366d4d4c22cac3d075b1b93a
|
||||
|
|
15
libgrss/patches/patch-src_feeds-subscriber.c
Normal file
15
libgrss/patches/patch-src_feeds-subscriber.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_feeds-subscriber.c,v 1.1 2014/11/25 12:51:28 thomasklausner Exp $
|
||||
|
||||
Fix build on NetBSD (inet_pton).
|
||||
|
||||
--- src/feeds-subscriber.c.orig 2012-03-04 00:55:20.000000000 +0000
|
||||
+++ src/feeds-subscriber.c
|
||||
@@ -18,6 +18,8 @@
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
+#include <arpa/inet.h>
|
||||
+
|
||||
#include "feeds-subscriber.h"
|
||||
#include "feeds-subscriber-handler.h"
|
||||
#include "feeds-pubsubhubbub-subscriber.h"
|
15
libgrss/patches/patch-src_utils.c
Normal file
15
libgrss/patches/patch-src_utils.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_utils.c,v 1.1 2014/11/25 12:51:28 thomasklausner Exp $
|
||||
|
||||
Fix build on NetBSD.
|
||||
|
||||
--- src/utils.c.orig 2012-03-06 20:46:34.000000000 +0000
|
||||
+++ src/utils.c
|
||||
@@ -26,6 +26,8 @@
|
||||
* Copyright (C) 2004-2006 Nathan J. Conrad <t98502@users.sourceforge.net>
|
||||
*/
|
||||
|
||||
+#include <arpa/inet.h>
|
||||
+
|
||||
#include "utils.h"
|
||||
|
||||
typedef struct {
|
Loading…
Reference in a new issue