update to gsm-1.0.14 - basically a noop, rolling in something we had patched

anyway and no other changes. While there, reorder Makefile, regen PLIST (no
need for PFRAG.shared) and take maintainer.
This commit is contained in:
sthen 2015-03-16 09:43:29 +00:00
parent 63f1718ad8
commit 5ac36f395d
5 changed files with 15 additions and 24 deletions

View File

@ -1,26 +1,30 @@
# $OpenBSD: Makefile,v 1.42 2015/01/24 11:07:57 schwarze Exp $
# $OpenBSD: Makefile,v 1.43 2015/03/16 09:43:29 sthen Exp $
COMMENT= u-law to gsm encoding audio converter and library
DISTNAME= gsm-1.0.13
REVISION= 2
CATEGORIES= audio
HOMEPAGE= http://www.quut.com/gsm/
MASTER_SITES= ${HOMEPAGE}
DISTNAME= gsm-1.0.14
WRKDIST= ${WRKDIR}/gsm-1.0-pl14
SHARED_LIBS= gsm 1.0
CATEGORIES= audio
HOMEPAGE= http://www.quut.com/gsm/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
MASTER_SITES= ${HOMEPAGE}
MAKE_FLAGS= CC="${CC}" DEBUG="${CFLAGS}" LDINC='-L$$(LIB)' \
LIBgsm_VERSION=${LIBgsm_VERSION}
FAKE_FLAGS= INSTALL_ROOT="${WRKINST}${PREFIX}"
WRKDIST= ${WRKDIR}/gsm-1.0-pl13
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gsm-1.0.13.tar.gz) = UsUYJE1CjC5WxUO5jJE19Kdv94DDJFVYC3k/YKCgkq0=
SIZE (gsm-1.0.13.tar.gz) = 65318
SHA256 (gsm-1.0.14.tar.gz) = WBShajCzwCaHGzc5gS3EoqhCmTMRgsmH2hwhLJPpNSw=
SIZE (gsm-1.0.14.tar.gz) = 62372

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_code_c,v 1.1 2014/05/22 09:29:56 sthen Exp $
--- src/code.c.orig Thu May 22 10:25:57 2014
+++ src/code.c Thu May 22 10:27:01 2014
@@ -11,6 +11,7 @@
#ifdef HAS_STDLIB_H
#include <stdlib.h>
+#include <string.h>
#else
# include "proto.h"
extern char * memcpy P((char *, char *, int));

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.5 2005/12/23 16:59:14 espie Exp $
@lib lib/libgsm.so.${LIBgsm_VERSION}

View File

@ -1,10 +1,10 @@
@comment $OpenBSD: PLIST,v 1.9 2014/01/11 11:22:43 espie Exp $
%%SHARED%%
@comment $OpenBSD: PLIST,v 1.10 2015/03/16 09:43:29 sthen Exp $
bin/tcat
@bin bin/toast
bin/untoast
include/gsm.h
lib/libgsm.a
@lib lib/libgsm.so.${LIBgsm_VERSION}
@man man/man1/tcat.1
@man man/man1/toast.1
@man man/man1/untoast.1