aboutsummaryrefslogtreecommitdiff
path: root/devel/libshbuf
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-12-11 15:40:38 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-12-11 15:40:38 +0000
commit6d9e82f1f6b259edf734de17fe97440292a76c7f (patch)
treef53c1b623dd359a8432b062ebe5e487a4b3155a3 /devel/libshbuf
parent3ba69d3b4d980ec5ae7aef8fc0f84524741704a6 (diff)
downloadports-6d9e82f1f6b259edf734de17fe97440292a76c7f.tar.gz
ports-6d9e82f1f6b259edf734de17fe97440292a76c7f.zip
Notes
Diffstat (limited to 'devel/libshbuf')
-rw-r--r--devel/libshbuf/Makefile21
-rw-r--r--devel/libshbuf/distinfo4
-rw-r--r--devel/libshbuf/files/patch-shbuf.c10
-rw-r--r--devel/libshbuf/pkg-descr2
-rw-r--r--devel/libshbuf/pkg-plist1
5 files changed, 12 insertions, 26 deletions
diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile
index 3561378b0b9f..5f54c79525b5 100644
--- a/devel/libshbuf/Makefile
+++ b/devel/libshbuf/Makefile
@@ -1,25 +1,20 @@
-# ex:ts=8
-# Ports collection makefile for: libshbuf
-# Date created: May 6, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= libshbuf
-PORTVERSION= 0.0.2
-PORTREVISION= 2
+PORTVERSION= 0.0.3
CATEGORIES= devel
-MASTER_SITES= SF
+MASTER_SITES= http://0pointer.de/lennart/projects/libshbuf/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for Shared Buffer IPC
+LICENSE= GPLv2
+
USE_AUTOTOOLS= libtool
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+USE_GNOME= gnomehack
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--disable-lynx
.include <bsd.port.mk>
diff --git a/devel/libshbuf/distinfo b/devel/libshbuf/distinfo
index db8450779069..9efa7b4f11a9 100644
--- a/devel/libshbuf/distinfo
+++ b/devel/libshbuf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libshbuf-0.0.2.tar.gz) = c8d5abf97d3fe1b300e2e69abfca9038804b9683df0a5d0dde543c4741df325a
-SIZE (libshbuf-0.0.2.tar.gz) = 189637
+SHA256 (libshbuf-0.0.3.tar.gz) = f339a821737796a16eb1475d86a20748e6d184f368b3b9915770c32a5bcc73ea
+SIZE (libshbuf-0.0.3.tar.gz) = 267612
diff --git a/devel/libshbuf/files/patch-shbuf.c b/devel/libshbuf/files/patch-shbuf.c
deleted file mode 100644
index 56cb781c214a..000000000000
--- a/devel/libshbuf/files/patch-shbuf.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/shbuf.c.orig Mon May 6 22:37:36 2002
-+++ src/shbuf.c Mon May 6 22:38:02 2002
-@@ -24,6 +24,7 @@
- #include <signal.h>
- #include <errno.h>
- #include <stdio.h>
-+#include <string.h>
-
- #include "shbuf.h"
- #include "internal.h"
diff --git a/devel/libshbuf/pkg-descr b/devel/libshbuf/pkg-descr
index 7e67b38d76c2..140127d614e8 100644
--- a/devel/libshbuf/pkg-descr
+++ b/devel/libshbuf/pkg-descr
@@ -11,4 +11,4 @@ advantages:
The implementation is based on SysV shared memory, semaphores and message
queues. It makes use of POSIX pthreads.
-WWW: http://libshbuf.sourceforge.net/
+WWW: http://0pointer.de/lennart/projects/libshbuf/
diff --git a/devel/libshbuf/pkg-plist b/devel/libshbuf/pkg-plist
index 12d8ec0a2e01..5e720a90077e 100644
--- a/devel/libshbuf/pkg-plist
+++ b/devel/libshbuf/pkg-plist
@@ -1,5 +1,6 @@
include/libshbuf/shbuf.h
include/libshbuf/shbuferr.h
+libdata/pkgconfig/shbuf.pc
lib/libshbuf.a
lib/libshbuf.la
lib/libshbuf.so