- add missing header to fix potential 64-bit issues

- specify license version
- regen PLIST
This commit is contained in:
jasper 2008-11-22 09:39:10 +00:00
parent 0afc653394
commit e5a8931f7b
3 changed files with 15 additions and 5 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2007/09/16 20:39:56 simon Exp $
# $OpenBSD: Makefile,v 1.6 2008/11/22 09:39:10 jasper Exp $
COMMENT= convert text strings to printed bars
DISTNAME= barcode-0.98
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= graphics
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPL
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -0,0 +1,10 @@
$OpenBSD: patch-sample_c,v 1.1 2008/11/22 09:39:10 jasper Exp $
--- sample.c.orig Fri Nov 21 14:34:09 2008
+++ sample.c Fri Nov 21 14:34:20 2008
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "barcode.h"

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/23 04:28:26 msf Exp $
bin/barcode
@comment $OpenBSD: PLIST,v 1.2 2008/11/22 09:39:10 jasper Exp $
@bin bin/barcode
include/barcode.h
@info info/barcode.info
lib/libbarcode.a