mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 1.7.1
drop maintainership
This commit is contained in:
parent
b5058bd28e
commit
3630845a2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60992
5 changed files with 26 additions and 39 deletions
|
@ -7,16 +7,20 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dictd
|
PORTNAME= dictd
|
||||||
PORTVERSION= 1.5.5
|
PORTVERSION= 1.7.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 0
|
||||||
CATEGORIES= net textproc
|
CATEGORIES= net textproc
|
||||||
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
|
MASTER_SITES= ftp://ftp.dict.org/pub/dict/ \
|
||||||
|
${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= dict
|
||||||
|
|
||||||
MAINTAINER= ijliao@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
MAN1= dictzip.1
|
MAN1= dictzip.1
|
||||||
MAN8= dictd.8
|
MAN8= dictd.8
|
||||||
|
|
||||||
|
USE_PERL5= yes
|
||||||
|
USE_BISON= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
|
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
|
||||||
--without-local-zlib
|
--without-local-zlib
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dictd-1.5.5.tar.gz) = 67307b6e5d0337f354b275c377506c63
|
MD5 (dictd-1.7.1.tar.gz) = 81317b86ea0a5df0163900ad2e6bb12c
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.in.orig Fri Jan 12 17:24:29 2001
|
--- Makefile.in.orig Mon Jun 10 02:33:02 2002
|
||||||
+++ Makefile.in Thu Jan 25 23:41:14 2001
|
+++ Makefile.in Mon Jun 10 02:37:31 2002
|
||||||
@@ -33,7 +33,7 @@
|
@@ -33,7 +33,7 @@
|
||||||
srcdir= @srcdir@
|
srcdir= @srcdir@
|
||||||
VPATH= @srcdir@
|
VPATH= @srcdir@
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
+XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. # -Iregex
|
+XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. # -Iregex
|
||||||
XTRALDFLAGS= @WLDFLAGS@ @XTRALDFLAGS@
|
XTRALDFLAGS= @WLDFLAGS@ @XTRALDFLAGS@
|
||||||
-LDLIBS= @LIBS@ -Lregex -lregex
|
-LDLIBS= @LIBS@ -Lregex -lregex
|
||||||
+LDLIBS= @LIBS@ -lgnuregex # -Lregex -lregex
|
+LDLIBS= @LIBS@ # -Lregex -lregex
|
||||||
|
|
||||||
EXES= dict dictd dictzip
|
EXES= dict dictd dictzip
|
||||||
|
|
||||||
|
@ -59,20 +59,3 @@
|
||||||
|
|
||||||
servparse.o: servparse.c $(HEADERS)
|
servparse.o: servparse.c $(HEADERS)
|
||||||
$(CC) -c $(XTRACFLAGS) $(CFLAGS) $(SCFLAGS) $<
|
$(CC) -c $(XTRACFLAGS) $(CFLAGS) $(SCFLAGS) $<
|
||||||
@@ -145,13 +137,13 @@
|
|
||||||
install -m 644 dict.1 $(man1_prefix)/dict.1
|
|
||||||
|
|
||||||
install.dictzip: dictzip
|
|
||||||
- install dictzip $(bindir)
|
|
||||||
- install -m 644 dictzip.1 $(man1_prefix)/dictzip.1
|
|
||||||
+ ${INSTALL_PROGRAM} dictzip $(bindir)
|
|
||||||
+ ${INSTALL_DATA} dictzip.1 $(man1_prefix)/dictzip.1
|
|
||||||
|
|
||||||
install.dictd: dictd
|
|
||||||
- install dictd $(sbindir)
|
|
||||||
+ ${INSTALL_PROGRAM} dictd $(sbindir)
|
|
||||||
if test ! -d $(man8_prefix); then install -d 755 $(man8_prefix); fi
|
|
||||||
- install -m 644 dictd.8 $(man8_prefix)/dictd.8
|
|
||||||
+ ${INSTALL_DATA} dictd.8 $(man8_prefix)/dictd.8
|
|
||||||
|
|
||||||
install: $(EXES) install.dict install.dictzip install.dictd
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- dictd.c~ Mon Jan 29 01:51:25 2001
|
--- dictd.c.orig Mon Jun 10 02:39:20 2002
|
||||||
+++ dictd.c Mon Jan 29 01:59:29 2001
|
+++ dictd.c Mon Jun 10 02:40:01 2002
|
||||||
@@ -97,7 +97,7 @@
|
@@ -113,7 +113,7 @@
|
||||||
|
|
||||||
static void reaper( int dummy )
|
static void reaper( int dummy )
|
||||||
{
|
{
|
||||||
-#if defined(__osf__) || (defined(__sparc__) && defined(__svr4__))
|
-#if defined(__osf__) || (defined(__sparc) && defined(__SVR4))
|
||||||
+#if defined(__FreeBSD__) || defined(__osf__) || (defined(__sparc__) && defined(__svr4__) )
|
+#if defined(__FreeBSD__) || defined(__osf__) || (defined(__sparc) && defined(__SVR4))
|
||||||
int status;
|
int status;
|
||||||
#else
|
#else
|
||||||
union wait status;
|
union wait status;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- dictd.8.orig Wed Jan 24 02:20:58 2001
|
--- dictd.8.orig Mon Jun 10 02:41:34 2002
|
||||||
+++ dictd.8 Wed Jan 24 02:21:44 2001
|
+++ dictd.8 Mon Jun 10 02:42:35 2002
|
||||||
@@ -96,7 +96,7 @@
|
@@ -105,7 +105,7 @@
|
||||||
.TP
|
.TP
|
||||||
.BI \-c " file\fR or " \-\-config " file"
|
.BI \-c " file\fR or " \-\-config " file"
|
||||||
Specify configuration file. The default is
|
Specify configuration file. The default is
|
||||||
|
@ -9,24 +9,24 @@
|
||||||
but may be changed in the
|
but may be changed in the
|
||||||
.I dictd.h
|
.I dictd.h
|
||||||
file at compile time (DICT_CONFIG_FILE).
|
file at compile time (DICT_CONFIG_FILE).
|
||||||
@@ -282,7 +282,7 @@
|
@@ -358,7 +358,7 @@
|
||||||
.RE
|
.TP
|
||||||
.SH "CONFIGURATION FILE"
|
.B Introduction
|
||||||
The configuration file defaults to
|
The configuration file defaults to
|
||||||
-.IR /etc/dictd.conf ,
|
-.IR /etc/dictd.conf ,
|
||||||
+.IR %%PREFIX%%/etc/dictd.conf ,
|
+.IR %%PREFIX%%/etc/dictd.conf ,
|
||||||
but can be specified on the command line with the
|
but can be specified on the command line with the
|
||||||
.B \-c
|
.B \-c
|
||||||
option (see above). The configuration file has four distinct sections.
|
option (see above). The configuration file has four distinct sections.
|
||||||
@@ -620,9 +620,9 @@
|
@@ -755,9 +755,9 @@
|
||||||
There is no way to get a running server to re-read the configuration file,
|
There is no way to get a running server to re-read the configuration file,
|
||||||
so databases cannot be added or deleted on the fly.
|
so databases cannot be added or deleted on the fly.
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
-.I /etc/dictd.conf
|
-.I /etc/dictd.conf
|
||||||
+.I %%PREFIX%%/etc/dictd.conf
|
+.I %%PREFIX%%/etc/dictd.conf
|
||||||
.br
|
.br
|
||||||
-.I /usr/lib/dictd
|
-.I /usr/sbin/dictd
|
||||||
+.I %%PREFIX%%/lib/dictd
|
+.I %%PREFIX%%/sbin/dictd
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR dict (1),
|
.BR dict (1),
|
||||||
.BR dictzip (1),
|
.BR dictzip (1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue