1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 0.0.3

- Trim Makefile header
- Update WWW line in pkg-descr
- Remove patch applied upstream
This commit is contained in:
Pietro Cerutti 2012-12-11 15:40:38 +00:00
parent 3ba69d3b4d
commit 6d9e82f1f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308700
5 changed files with 13 additions and 27 deletions

View File

@ -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
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LICENSE= GPLv2
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-lynx
.include <bsd.port.mk>

View File

@ -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

View File

@ -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"

View File

@ -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/

View File

@ -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