1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.38

PR:		ports/76090
Submitted by:	Sergey Prikhodko <sergey@network-asp.biz>
Approved by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-03-01 06:29:57 +00:00
parent 7088da0d1d
commit d96d660160
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130059
6 changed files with 22 additions and 22 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= publib
PORTVERSION= 0.32
PORTREVISION= 1
PORTVERSION= 0.38
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://ftp.debian.org/debian/pool/main/p/publib/
DISTNAME= publib_0.32.orig
DISTNAME= publib_${PORTVERSION}.orig
MAINTAINER= never@nevermind.kiev.ua
COMMENT= Publib is a library of C functions for various purposes
@ -27,11 +27,9 @@ GNU_CONFIGURE= yes
MAN3= dynarr.3 \
xmalloc.3 \
bitarr.3 \
cfg.3 \
cmp.3 \
__set_liberror.3 \
errormsg.3 \
expr.3 \
files.3 \
fname.3 \
fnpathfind.3 \

View File

@ -1,2 +1,2 @@
MD5 (publib_0.32.orig.tar.gz) = bfdc70ca6e2a9457b0c4e864bcf109e6
SIZE (publib_0.32.orig.tar.gz) = 162294
MD5 (publib_0.38.orig.tar.gz) = 4808100c4c96ef4cb606211d770c67fa
SIZE (publib_0.38.orig.tar.gz) = 166325

View File

@ -0,0 +1,10 @@
--- framework/Generic.mk.orig Tue Jan 11 00:49:05 2005
+++ framework/Generic.mk Tue Jan 11 00:50:08 2005
@@ -48,7 +48,5 @@
if test -f $$i; then \
t="$(man3dir)/`basename $$i .3`.$(man3ext)"; \
$(INSTALL_MAN) $$i "$$t"; \
- gzip -9f "$$t"; \
- sh $(fwdir)/link-alternative-names $$t $(man3dir) $(man3ext); \
fi; \
done

View File

@ -0,0 +1,7 @@
--- liw/publibdoc/Makefile.orig Thu May 23 16:17:39 2002
+++ liw/publibdoc/Makefile Tue Jan 11 01:02:53 2005
@@ -4,4 +4,3 @@
install:
$(INSTALL) -d "$(man3dir)"
$(INSTALL_MAN) $(srcdir)/publib.3 $(man3dir)/publib.$(man3ext)
- gzip -9f $(man3dir)/publib.$(man3ext)

View File

@ -1,10 +0,0 @@
--- liw/sbuf/sbuf_srch.c.orig Thu Apr 25 13:48:36 2002
+++ liw/sbuf/sbuf_srch.c Thu Apr 25 13:48:54 2002
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <ctype.h>
+#include <sys/types.h>
#include <regex.h>
#include "publib/sbuf.h"

View File

@ -2,20 +2,15 @@ lib/libpub.a
include/publib/alloc.h
include/publib/base64.h
include/publib/bitarr.h
include/publib/cfg-config.h
include/publib/cfg.h
include/publib/cfgtool.h
include/publib/cmp.h
include/publib/errormsg.h
include/publib/expr.h
include/publib/files.h
include/publib/fname.h
include/publib/hash.h
include/publib/iset.h
include/publib/lockfile.h
include/publib/log.h
include/publib/lsm-config.h
include/publib/lsm.h
include/publib/main.h
include/publib/nntp.h
include/publib/priq.h