1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Commit Graph

94423 Commits

Author SHA1 Message Date
Tilman Keskinoz
6948a5af47 Update to 0.9.0
Reminded by: 	John Angelmo <john@veidit.net>
2004-02-13 15:21:08 +00:00
Pete Fritchman
29ea34d3f0 Update pkg-descr.
Submitted by:	maintainer
2004-02-13 15:21:04 +00:00
Kirill Ponomarev
87498a4551 - Fix installation: create missing directory
- Use PLIST_*
- Respect CC & CFLAGS
- Doesn't need gmake
- Don't create unsafe log file, print post-install
  message instead.

PR:		ports/62787 ports/62691
Submitted by:	maintainer, Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-13 15:17:15 +00:00
Akinori MUSHA
562e735423 Update to 1.3.20. 2004-02-13 14:51:30 +00:00
Tilman Keskinoz
7521d1d84d Add entry for mosfet-liquid 2004-02-13 14:40:37 +00:00
Tilman Keskinoz
577b3664d3 Retire mosfet-liquid. The project is dead and now broken with KDE 3.2
Reported by:	mich
2004-02-13 14:38:02 +00:00
Jun Kuriyama
82d44e0a99 Fix a problem when reading big message over starttls.
Thanks to:	ume
Reference:	http://lists.airs.net/wl/archive/200208/msg00107.html
2004-02-13 14:36:59 +00:00
Oliver Eikemeier
dcb711e3ef require gaim version 0.75_6, since the vulnerability has been re-introduced
add libtool symlink vulnerability
2004-02-13 14:20:15 +00:00
Hajimu UMEMOTO
5ebbeedf83 strip binaries. 2004-02-13 14:01:09 +00:00
Jimmy Olgeni
848f79db36 Upgrade modules: apache-1.130-1, fdisk-1.130-2, software-1.130-2. 2004-02-13 13:32:52 +00:00
Tilman Keskinoz
a7a9ae4b63 Add kfreerings, a puzzle game 2004-02-13 13:29:26 +00:00
Alexander Leidinger
c72a6aba81 Add some missing plist files.
Reported by:	lev
2004-02-13 13:28:17 +00:00
Michael Landin
50395da07c o Update to 1.7.1
o Add SIZE field to distinfo
2004-02-13 13:09:34 +00:00
Michael Landin
944fbed6db o Move backspace/delete specific configure options to a knob. (WITH_BSDEL) [1]
o Add SIZE field to distinfo.
o Fix some whitespace issues, to make portlint happy.

[1] Suggested by:		Daniel Roethlisberger <daniel@roe.ch>
2004-02-13 12:57:51 +00:00
Sergey A. Osokin
3e57db5a6c Update to 0.3.3 "Desert Dream"
Changelog:

- The "empty CC field" bug was fixed, as well as the
  incorrect generation of SMTP headers.
- The application sets its icon now.
- A sysctl call is used instead of uname on BSD systems,
  to avoid getting a truncated "uname -a" output.

Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
PR:		62727
2004-02-13 12:41:21 +00:00
Tilman Keskinoz
71af112e41 Fix dependencies after KDE 3.2 2004-02-13 12:39:19 +00:00
Jacques Vidrine
14ae5872bd List correct path for FreeBSD VuXML document.
Noticed by:	bmah, Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-13 12:34:29 +00:00
Mark Linimon
5a16061a3c Forced commit to add:
PR:		ports/62783
Submitted by:	Takayuki Nakao <t@nakao.org> (maintainer)
2004-02-13 11:59:04 +00:00
Mark Linimon
adfbb7cdd4 Update to version 4.0.6: revise handling of Dakuten and Han-dakuten in
Hana-hairetsu mode.
2004-02-13 11:57:36 +00:00
Alex Dupre
fd8867311f Update to the latest snapshot.
Add new SOAP and SPL extensions.
(The distfile may be unreachable for a few hours)

Approved by:	nork (mentor/implicitly)
2004-02-13 11:46:02 +00:00
Alexander Leidinger
f634b1ca0c - update to 0.9.9
- sync parts of the Makefile with the sylpheed port
   (LDAP/options/post-patch)

This update is a mix between my own update sitting in my tree since the
release of 0.9.9 (sorry, first I was busy, then I forgot about it) and
PR:		62774
Submitted by:	lev
2004-02-13 10:46:00 +00:00
Alex Dupre
9e2ef1677b Update to 4.0.18 release.
Approved by:	nork (mentor/implicitly)
2004-02-13 10:42:57 +00:00
Dag-Erling Smørgrav
76921e91bb Update sdocbook-xml dependency. 2004-02-13 10:33:12 +00:00
Dag-Erling Smørgrav
80c0f50d58 Include the version number in the name of the installation directory.
PR:		ports/62768
Submitted by:	Lee Harr <missive@hotmail.com> (partially)
2004-02-13 10:31:54 +00:00
Kris Kennaway
114f16c040 Install the sample adzap.conf [1] and add two files missing from pkg-plist
PR:		ports/62773 [1]
Submitted by:	Henri Michelon <hmichelon-ml@e-cml.org> [1]
2004-02-13 10:22:31 +00:00
Kirill Ponomarev
52168317e2 - Update to 1.3.2 and unbreak on 5.x
- Switch maintainer to ports@FreeBSD.org

PR:		ports/62390
Submitted by:	hrs
2004-02-13 09:37:20 +00:00
Mark Linimon
d55e243de2 If you attempt to send an ICMP echo to a host on the same ethernet
subnet, and that host is down/turned off, the Tnm::icmp echo command
will fail rather than return an unreachable indication on some
occasions.  This is because the nmicmpd program will occasionally
get an EHOSTDOWN error when doing a sendto() when the ARP entry
resolution times out.

This is a problem since this API can support a list of hosts to
send traffic to, and a single error as described will abort the
entire operation.

(The reviewer claims that he could not duplicate the problem,
but that the patch seems like a good idea anyway.)
PR:		ports/24940
Submitted by:	Louis Mamakos <louie@transsys.com>
Reviewed by:	Stefan Eßer <se@FreeBSD.org>
2004-02-13 09:31:58 +00:00
Mark Linimon
7764f63423 Add pre-install message about a possibly desireable compile option
for another package.

PR:		ports/33927
Submitted by:	Hidenori Ishikawa <hideishi@magisystem.net>, a long time ago ...
2004-02-13 09:16:10 +00:00
Kirill Ponomarev
497d163127 - Use LATEST_LINK
PR:		ports/62423
Submitted by:	maintainer
2004-02-13 09:06:56 +00:00
Masafumi Max NAKANE
50e496c6be Update to 3.7p1 2004-02-13 08:13:00 +00:00
Mark Linimon
4b46d748db Fix build on non-i386 arch.
PR:		ports/62534
Submitted by:	Ports Fury
2004-02-13 08:03:26 +00:00
Norikatsu Shigemura
c6cf9e4270 Update to 0.30 (Based on SQLite 2.8.11). 2004-02-13 08:02:05 +00:00
Mark Linimon
0ac90d1b13 From the submitter: distfile rerolled. The contents are identical
(commiter's note: verified) but the ownership changed from steve/steve
to skx/skx.  The new distfile has a good PGP signature.  Add downloading
of PGP signature.

PR:		ports/62086
Submitted by:	Jason Harris <jharris@widomaker.com>
2004-02-13 07:54:20 +00:00
Joe Marcus Clarke
d4ea8b97e8 Remove the ugly libnspr hack, and be a little more clever when adding
libiconv support.  While this approach adds an extra patch, it insures
that the built-in nspr will used without the need for additional messy
symlinks.
2004-02-13 07:30:21 +00:00
Masafumi Max NAKANE
f8ccd89817 Upgrade to 2.04. 2004-02-13 07:22:18 +00:00
Mark Linimon
b0ce46251a Fix deinstall; a few minor cosmetic changes.
Submitted by:	maintainer
2004-02-13 07:19:21 +00:00
Edwin Groothuis
5f2b4ecc90 New port: databases/postgresql-relay
postgresql-relay - multiplex all your databases to one point
	of origin

	postgresql-relay can be used to as a single point of origin
	for all your databases. Instead of having to remember (or
	modify in case of changes) all the names of your databases,
	on which machines and on which ports they are running, you
	only need to remember one machine and the name of the
	database. The postgresql-relay will then forward the
	connection to the proper database on the proper port of the
	proper server. No more changes in the hundreds of clients
	and scripts!
2004-02-13 06:50:09 +00:00
Joe Marcus Clarke
57e6604e30 Add the correct patch for plugger.c. I accidentally cvs rm'd this patch
instead of the pluggerrc patch, then cvs add'd the old revision, and forgot
to repatch.  Long story short, I messed up, and this fixes it.

Reported by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Pointy hat to:	me
2004-02-13 06:02:52 +00:00
Mark Linimon
34b40b10ef Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code;
bugfixes.

PR:		ports/62630
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2004-02-13 04:57:13 +00:00
Mark Linimon
84104e8cd6 Update to 1.0.3: added many new fields to employee data; added some
new reports; menu fixes; bugfixes; updated language files.  See
doc/CHANGES for complete list.

PR:		ports/62590
Submitted by:	Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
2004-02-13 04:37:37 +00:00
Mark Linimon
cfec7b5b3d Fix build on sparc64.
PR:		ports/61912
Submitted by:	Andy Newman <atrn@zeta.org.au> (maintainer)
2004-02-13 04:17:05 +00:00
Adam Weinberger
81b33695b1 Update to 2.6.6. 2004-02-13 04:04:47 +00:00
Michael Nottebrock
8a785893b7 Update to version 1.2.0.
Reasons for doing it now instead of
together with all the other KDE 3.2
(read: lame excuses):

- Problems which it supposedly has
  do not surface in testing.
- It's the official arts version for KDE 3.2
  and people reporting bugs at bugs.kde.org
  will earn funny looks if they report they
  have arts 1.1.4 still.
- Many people seem to have inexplicable problems
  with arts 1.1.4 and KDE (which didn't surface
  in testing either... bleh)
- It does no longer contain a statically linked,
  outdated glib and instead links to glib20 from
  ports - this should fix 'artsdsp xmms' once and
  for all.
2004-02-13 03:56:20 +00:00
Mark Linimon
5d0646b06c During building executables on FreeBSD 4.X the "undefined reference to
`pthread_*'" was thrown.  Fix this, and also some other cosmetic bugs.

PR:		ports/62446
Submitted by:	Mykola Khotyaintsev <ko@irfu.se> (maintainer)
2004-02-13 03:53:48 +00:00
Joe Marcus Clarke
1619089811 Use intlhack to fix the build on 4.X.
PR:		62765
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-13 02:44:23 +00:00
Oliver Eikemeier
ea1e2c4181 The port does not build and the current MASTERSITE appears to
have disappeared.

In attempting to track down this project via Freshmeat and other
package systems it appears that there has not been a new release
in well over two years.

Ref:
- http://bento.freebsd.org/errorlogs/i386-4-latest/gmail-0.7.0.log
- http://packages.debian.org/changelogs/pool/main/g/gmail/gmail_0.7.5-2/changelog
- http://www.advogato.org/proj/Gmail/ - IT'S DEAD JIM

PR:		62764
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-13 01:59:59 +00:00
Ying-Chieh Liao
435db006df add bib2html 0.10
The BibTeX to HTML Translator
2004-02-13 01:39:47 +00:00
Kris Kennaway
ae1865e2db Add note warning against the use of this port for new installations and
recommending the leafnode port instead.  Unfortunately the two do not
appear to be cross-compatible, otherwise I'd recommend terminating this
port.
2004-02-13 01:31:36 +00:00
Oliver Eikemeier
d873cb4b08 add fspd <= 2.8.1.3
PR:		62747
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-02-13 01:22:49 +00:00
Kris Kennaway
81e614e234 Drop maintainership since I no longer use this software. It has a number
of data-loss bugs and appears to be abandonware; I recommend the
leafnode port instead.
2004-02-13 01:19:38 +00:00