diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-11 23:40:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-11 23:40:38 +0800 |
commit | bbe52c6bd1189fd335fa164ba7f910d894f00788 (patch) | |
tree | f53c1b623dd359a8432b062ebe5e487a4b3155a3 /devel | |
parent | 3e23e3e3fd0156713bffaae0e592a6a9d79ec383 (diff) | |
download | freebsd-ports-gnome-bbe52c6bd1189fd335fa164ba7f910d894f00788.tar.gz freebsd-ports-gnome-bbe52c6bd1189fd335fa164ba7f910d894f00788.tar.zst freebsd-ports-gnome-bbe52c6bd1189fd335fa164ba7f910d894f00788.zip |
- Update to 0.0.3
- Trim Makefile header
- Update WWW line in pkg-descr
- Remove patch applied upstream
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libshbuf/Makefile | 21 | ||||
-rw-r--r-- | devel/libshbuf/distinfo | 4 | ||||
-rw-r--r-- | devel/libshbuf/files/patch-shbuf.c | 10 | ||||
-rw-r--r-- | devel/libshbuf/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libshbuf/pkg-plist | 1 |
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 |