1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

45378 Commits

Author SHA1 Message Date
Dmitry Sivachenko
a579ce2c7b Upgrade to 3.0.1 2001-08-02 03:46:15 +00:00
Dmitry Sivachenko
4e1a009565 Update to 1.2.4. 2001-08-02 03:33:17 +00:00
Bill Fumerola
a808f56e5b correct URL for supported cameras 2001-08-02 02:27:24 +00:00
James E. Housley
8c4297bbb2 Update to 4151 2001-08-02 01:21:41 +00:00
Bill Fenner
394bd755a8 Make nte initialize TCL properly.
PR:		ports/27219
Submitted by:	Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
2001-08-01 22:49:48 +00:00
Bill Fenner
8f1f1812fb Update to vic 2.8ucl-1.1.3
PR:		ports/27239
Submitted by:	Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
2001-08-01 22:01:23 +00:00
Bill Fenner
dab2a981df Don't let patch's auto-RCS-checkout behavior interfere with
applying patches by making the files writable before trying to
patch them.
2001-08-01 21:17:12 +00:00
Maxim Sobolev
517173833d Update to 1.3.6. 2001-08-01 18:14:05 +00:00
Maxim Sobolev
edf7730f86 Update to 0.2. 2001-08-01 17:53:37 +00:00
Maxim Sobolev
db457d0427 Update to 0.17. 2001-08-01 17:52:12 +00:00
Maxim Sobolev
6274ea7ad8 Update to 1.3.6. 2001-08-01 17:50:36 +00:00
Maxim Sobolev
26e64ae7f8 Add pkgconfig into RUN,LIB_DEPENDS. 2001-08-01 17:48:36 +00:00
Maxim Sobolev
195ea8f9a4 - Update to 0.8.0;
- disconnect the build from gtk12 port - it was a bad idea from begining.
2001-08-01 17:46:50 +00:00
Mario Sergio Fujikawa Ferreira
1abe619d31 Update to 0.9
PR:		29367
Submitted by:	MAINTAINER
2001-08-01 16:50:13 +00:00
Dirk Meyer
6c4e202577 - honor CFLAGS and LDFLAGS, use PTRHREADS_* too. 2001-08-01 15:55:00 +00:00
Dirk Meyer
00824b0241 - clean patches from unnessary tags
Submitted by:	gshapiro@freebsd.org (Gregory Neil Shapiro)
2001-08-01 15:47:49 +00:00
Dima Dorfman
9735b08deb Don't be stupid and assume that there's one, monolithic "bin"
directory, and that we're installing in it.  Specifically, don't
assume we're installing into /usr/bin, which is where the system 'awk'
is located.  This prevents the creation of a /usr/local/bin/awk
symlink, which should fix the mtree errors reported by bento.
2001-08-01 15:19:58 +00:00
Dirk Meyer
680fdcafcd - Update path from masterport 2001-08-01 15:16:00 +00:00
Akinori MUSHA
b4b003686c Add db3-latest, the latest version of databases/db3, 3.3.11. 2001-08-01 12:02:51 +00:00
Jean-Marc Zucconi
3bd63a0c59 Upgrade to version 3.2.05.
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2001-08-01 12:00:36 +00:00
Akinori MUSHA
79f86fd6ec Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.

I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.

Sorry for inconvenience.  I'll try to check compatibility hard before
committing next time.
2001-08-01 11:56:24 +00:00
Akinori MUSHA
00a8157778 Back out the db3 update for the moment, due to the incompatibilty
problem that broke the openldap2 build.
2001-08-01 11:51:53 +00:00
Dirk Meyer
49dea7e33c - slogin and manpage added to package, bumped PORTREVISION 2001-08-01 10:56:24 +00:00
Dirk Meyer
1c0cfaec29 - Fix build on current, as PTHREAD_CFLAGS generates an empty argument.
cd /tmp/a/ports/mail/vbsfilter/work/vbsfilter-1.3 &&  cc -O -pipe  -Wall -I/usr/local/include ""  -L/usr/local/lib -o vbsfilter-1.3 vbsfilter-1.3.c -lmilter -lsmutil "-lc_r"
cc: : No such file or directory
*** Error code 1

using: ${PTHREAD_CFLAGS:S=""==}
2001-08-01 10:47:45 +00:00
Jason Evans
b0ecd8ac69 Update to version 1.6. 2001-08-01 10:21:41 +00:00
Akinori MUSHA
92e5d6f66e Forgot to update patches. 2001-08-01 10:12:14 +00:00
Akinori MUSHA
d7437a7136 Update to knu-cvsweb 1.112.1.82.
2001-08-01  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs
	-nasc -ce

	* cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2
	-sbt=2 -ci=4 -noll -sfs -nasc -ce

	* cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles
	instead of @DissallowRead to forbid user to cvs
	checkout/diff/annotate specified files.

	* cvsweb.cgi: MFZ 1.112: A couple of trivial fixes.

2001-07-26  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin
	directory is unreadable.
	[Submitted by: Dmitry Morozovsky <marck@rinet.ru>]

	* cvsweb.cgi: Let the module/path box appear and work properly
	when there is only one repository.
	[Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
2001-08-01 10:03:43 +00:00
Jason Evans
b11b8dfe15 Update to version 1.1.0. 2001-08-01 09:38:07 +00:00
Anton Berezin
0b6297f963 Update www/p5-CGI-Cache to 1.10, assign maintainer to petef@databits.net,
fix up pkg-descr.

PR:		29353
Submitted by:	petef@databits.net
2001-08-01 09:33:46 +00:00
Neil Blakey-Milner
a2de863d81 Update to 0.0.15
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-08-01 09:05:58 +00:00
Akinori MUSHA
edc6033a2d Do not build-depend on archivers/bzip2 if the system has
/usr/bin/bzip2, now that bzip2 is MFC'ed to 4-STABLE.

Approved by:	portmgr
2001-08-01 09:01:48 +00:00
Akinori MUSHA
fc1fd20d7c Do not create ${PREFIX}/lib/libdb.so and ${PREFIX}/lib/libdb_cxx.so
links.

PR:		ports/29304
Submitted by:	"Sergey A.Osokin" <osa@FreeBSD.org.ru> (MAINTAINER)
2001-08-01 07:16:15 +00:00
Maxim Sobolev
7d8ff07f36 Use `@unexex /bin/rm' to remove symlinks to dirs, otherwise weird things
happen and as a result bento can't build gnomelibs package.

Submitted by:	bento
2001-08-01 06:56:44 +00:00
Akinori MUSHA
3b695c3b4d Update to 0.9.7. 2001-08-01 05:52:47 +00:00
Dirk Meyer
61de52eb20 Dropped Maintainership 2001-08-01 05:42:06 +00:00
Akinori MUSHA
ecd8ecc3e8 Update to 2.2.1. 2001-08-01 05:21:26 +00:00
Dirk Meyer
4fa663ae20 - Update to 8.11.5
Fix a possible race condition when sending a HUP signal to restart
                the daemon.  This could terminate the current process without
                starting a new daemon.  Problem reported by Wolfgang Breyha
                of SE Netway Communications.
        Only apply MaxHeadersLength when receiving a message via SMTP or
                the command line.  Problem noted by Andrey J. Melnikoff.
        When finding the system's local hostname on an IPv6-enabled system
                which doesn't have any IPv6 interface addresses, fall back
                to looking up only IPv4 addresses.  Problem noted by Tim
                Bosserman of EarthLink.
        When commands were being rejected due to check_relay or TCP
                Wrappers, the ETRN command was not giving a response.
        Incoming IPv4 connections on a Family=inet6 daemon (using
                IPv4-mapped addresses) were incorrectly labeled as "may be
                forged".  Problem noted by Per Steinar Iversen of Oslo
                University College.
        Shutdown address test mode cleanly on SIGTERM.  Problem noted by
                Greg King of the OAO Corporation.
        Restore the original real uid (changed in main() to prevent
                out of band signals) before invoking a delivery agent.
                Some delivery agents use this for the "From " envelope
                "header".  Problem noted by Leslie Carroll of the
                University at Albany.
        Mark closed file descriptors properly to avoid reuse. Problem
                noted by Jeff Bronson of J.D. Bronson, Inc.
        Setting Timeout options on the command line will also override
                their sub-suboptions in the .cf file, e.g., -O
                Timeout.queuereturn=2d will set all queuereturn timeouts
                to 2 days.  Problem noted by Roger B.A. Klorese.
        CONFIG: Fix parsing for IPv6 domain literals in addresses
                (user@[IPv6:address]).  Problem noted by Liyuan Zhou.
2001-08-01 05:11:43 +00:00
Dirk Meyer
119ffec125 - DISTNAME needs PORTVERSION of master PORT
- Add support for Makefile.local
- PORTREVISTION bumped

PR:		28368
2001-08-01 05:06:44 +00:00
Dirk Meyer
94b7af2921 - othe ports need to overwrite UNSQ
PR:		28368
2001-08-01 05:03:54 +00:00
Mario Sergio Fujikawa Ferreira
0f63da2721 Add a minimal odd patch to fix complains on -current cluster bento
Submitted by:	bento
Reviewed by:	peter, will,
		IRC bsdmike <47d71ad6e4@HSE-London-ppp207327.sympatico.ca>,
		IRC cmc <chris@adsl-208-191-149-190.dsl.hstntx.swbell.net>,
		IRC jake_ <jake@k6.locore.ca>
2001-08-01 04:59:35 +00:00
Assar Westerlund
dafa63085d update to 0.35.5 2001-08-01 04:21:05 +00:00
Mario Sergio Fujikawa Ferreira
d2a1bd8d74 Update to version 1.2.8
Submitted by:	maintainer
2001-08-01 02:15:22 +00:00
Kazuo Horikawa
d6cf2eb016 Add section 9 to MANSECS. 2001-07-31 23:41:20 +00:00
Matthew Hunt
53b6bc7d07 Chase distfile for documentation (into a subdirectory called "old",
sigh.)
2001-07-31 23:27:32 +00:00
Dirk Froemberg
423d70c5d9 Upgrade to 3.23.40. 2001-07-31 21:10:10 +00:00
Chris D. Faulhaber
40ecf93562 - update to version 4.50
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)

PR:		29351
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-31 19:59:17 +00:00
Mario Sergio Fujikawa Ferreira
e53cc61fc9 o Add NOPORTDOCS support
o Be more graceful with install/deinstall: handle situation
  where man/ru_RU.KOI8-R exists prior to installation of this port,
  i.e., it cannot be a symlink
o Protect configuration file with perms 0400

This is a followup commit to the following PR

PR:		29024
2001-07-31 18:37:09 +00:00
Mario Sergio Fujikawa Ferreira
46290e0811 o Update to version 1.1.4
o PREFIX safeness
o hier(7) police: share/ipa/examples -> share/examples/ipa
o better deinstall:
	- remove all pending directories
	- more graceful removal of startup files
o deploy BSD_INSTALL_* var where appropriate

PR:		29024
Submitted by:	maintainer
2001-07-31 17:42:34 +00:00
Mark Peek
daa05435e2 Change maintainers email address to reflect his new reality. 2001-07-31 17:17:15 +00:00
Mario Sergio Fujikawa Ferreira
f2e6cc1737 Add missing LIB_DEPENDS
PR:		29339
Submitted by:	maintainer
2001-07-31 17:03:08 +00:00