mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Upgrade to version 1.3.0
This commit is contained in:
parent
767f15aedc
commit
edcde514a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64603
@ -6,17 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= zebra-server
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/
|
||||
DISTNAME= zebra-${PORTVERSION:S/0./0pl/}
|
||||
DISTNAME= zebra-${PORTVERSION}
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
|
||||
LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin
|
||||
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \
|
||||
--with-tclconfig=${LOCALBASE}/lib/tcl8.3
|
||||
CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
|
||||
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-1.1.tar.gz) = 15bb6efecc81fb92fb387a682b35ed82
|
||||
MD5 (zebra-1.3.0.tar.gz) = d6fdb07a83256b3caf5b8e2cf37d4c5f
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- index/lockutil.c.orig Sat Sep 16 14:24:25 2000
|
||||
+++ index/lockutil.c Sat Sep 16 14:24:40 2000
|
||||
@@ -79,7 +79,7 @@
|
||||
(O_BINARY|O_CREAT|O_RDWR), 0666);
|
||||
#else
|
||||
h->fd= open (name, ((h->excl_flag > 1) ? O_EXCL : 0)|
|
||||
- (O_BINARY|O_CREAT|O_RDWR|O_SYNC), 0666);
|
||||
+ (O_BINARY|O_CREAT|O_RDWR), 0666);
|
||||
#endif
|
||||
if (h->fd == -1)
|
||||
{
|
@ -1,13 +1,13 @@
|
||||
--- configure.orig Thu Oct 25 17:24:18 2001
|
||||
+++ configure Wed Dec 26 11:41:58 2001
|
||||
@@ -794,7 +794,7 @@
|
||||
EOF
|
||||
--- configure.orig Sat Aug 17 14:52:11 2002
|
||||
+++ configure Sat Aug 17 14:53:16 2002
|
||||
@@ -697,7 +697,7 @@
|
||||
fi
|
||||
|
||||
|
||||
|
||||
-PACKAGE=zebra
|
||||
+PACKAGE=zebra-server
|
||||
|
||||
VERSION=1.1
|
||||
VERSION=1.3.0
|
||||
|
||||
@@ -2005,6 +2005,7 @@
|
||||
s%@DEFS@%$DEFS%g
|
||||
|
11
net/zebra-server/files/patch-dict-Makefile.in
Normal file
11
net/zebra-server/files/patch-dict-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- dict/Makefile.in.orig Sat Aug 17 14:58:12 2002
|
||||
+++ dict/Makefile.in Sat Aug 17 14:58:39 2002
|
||||
@@ -113,7 +113,7 @@
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) @PTHREAD_LIBS@ -o $@
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- doc/Makefile.in.orig Sun Dec 23 14:33:05 2001
|
||||
+++ doc/Makefile.in Sun Dec 23 14:34:23 2001
|
||||
@@ -73,7 +73,7 @@
|
||||
YAZVERSION = @YAZVERSION@
|
||||
yazconfig = @yazconfig@
|
||||
|
||||
-docdir = $(pkgdatadir)/doc
|
||||
+docdir = $(datadir)/doc/@PACKAGE@
|
||||
|
||||
doc_DATA = zebra.sgml gils.sgml zebra.txt zebra.ps zebra.html zebra-1.html zebra-2.html zebra-3.html zebra-4.html zebra-5.html zebra-6.html zebra-7.html zebra-8.html zebra-9.html
|
||||
|
@ -1,19 +1,29 @@
|
||||
bin/zebraidx
|
||||
bin/zebrasrv
|
||||
share/doc/zebra-server/gils.sgml
|
||||
share/doc/zebra-server/zebra-1.html
|
||||
share/doc/zebra-server/zebra-2.html
|
||||
share/doc/zebra-server/zebra-3.html
|
||||
share/doc/zebra-server/zebra-4.html
|
||||
share/doc/zebra-server/zebra-5.html
|
||||
share/doc/zebra-server/zebra-6.html
|
||||
share/doc/zebra-server/zebra-7.html
|
||||
share/doc/zebra-server/zebra-8.html
|
||||
share/doc/zebra-server/zebra-9.html
|
||||
share/doc/zebra-server/zebra.html
|
||||
share/doc/zebra-server/zebra.ps
|
||||
share/doc/zebra-server/zebra.sgml
|
||||
share/doc/zebra-server/zebra.txt
|
||||
share/doc/zebra-server/zebra.pdf
|
||||
share/doc/zebra-server/administration.html
|
||||
share/doc/zebra-server/configuration-file.html
|
||||
share/doc/zebra-server/data-model.html
|
||||
share/doc/zebra-server/features.html
|
||||
share/doc/zebra-server/file-ids.html
|
||||
share/doc/zebra-server/formats.html
|
||||
share/doc/zebra-server/future.html
|
||||
share/doc/zebra-server/generic-ids.html
|
||||
share/doc/zebra-server/indexdata.html
|
||||
share/doc/zebra-server/installation.html
|
||||
share/doc/zebra-server/internal-representation.html
|
||||
share/doc/zebra-server/introduction.html
|
||||
share/doc/zebra-server/license.html
|
||||
share/doc/zebra-server/locating-records.html
|
||||
share/doc/zebra-server/protocol-support.html
|
||||
share/doc/zebra-server/quick-start.html
|
||||
share/doc/zebra-server/record-model.html
|
||||
share/doc/zebra-server/register-location.html
|
||||
share/doc/zebra-server/server.html
|
||||
share/doc/zebra-server/shadow-registers.html
|
||||
share/doc/zebra-server/simple-indexing.html
|
||||
share/doc/zebra-server/zebraidx.html
|
||||
share/zebra-server/tab/default.idx
|
||||
share/zebra-server/tab/hci.flt
|
||||
share/zebra-server/tab/mail.flt
|
||||
|
Loading…
Reference in New Issue
Block a user