Commit graph

73059 commits

Author SHA1 Message Date
Edwin Groothuis
1d82c75700 Make bento-package building happy.
Noticed by: kris@
2003-03-03 21:10:21 +00:00
Gary Jennejohn
2707c046ae Update to 9.3l. 2003-03-03 21:09:40 +00:00
Dirk Meyer
a76f6018ab - fix build on bento.
It works fine when PORTSDIR points at the physical lcoation.
if PORTSDIR point to symlink (as on benot), the workdirs are
at a diffrent location.

You expect:
${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work

===>   c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found
but the port genarted itws workfiles at:
	/tmp/a/ports/news/cnews/work/conf/substitutions

The location can only be found with
${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work
2003-03-03 20:58:23 +00:00
Dag-Erling Smørgrav
deef1edf2e Use threads. Temporarily add an extra dependency on SimGear to make sure
we get a version that was compiled with thread support.
2003-03-03 20:26:50 +00:00
Oliver Braun
5d90ba6cc7 * Add rsyncd.conf.sample and rsyncd.sh.sample.
PR:		ports/48883
  Submitted by:	Morettoni Luca <luca@morettoni.net>

* Add patch for -current submitted by ume@

  Quote from ume@'s mail:

  It seems the daemon mode of rsync depends on an IPv4-mapped IPv6 address.
  Since an IPv4-mapped IPv6 address is off by default on 5-CURRENT, rsync
  doesn't listen on IPv4.  Further, rsync has a bug that it always listen on
  1st entry's address of the result of getaddrinfo() call.  With this patch,
  rsync listen on both an IPv4 and an IPv6.

* Make pkg-plist respect PORTDOCS.
2003-03-03 19:37:22 +00:00
Dirk Meyer
b767352903 - SECURITY FIX, urgent update recommended 2003-03-03 18:22:25 +00:00
Jimmy Olgeni
f4c4555346 Put actual home page in WWW. 2003-03-03 18:11:47 +00:00
Yaroslav Tykhiy
bd3f7f6193 It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching
	of any additional files during port build process. Due to
	permanent changes in routing registry databases, it's wise
	for me to simply force to build package without possibly
	stale AS-numbers info.

PR:				ports/48632
Submitted by:	Dmitry Morozovsky <marck@rinet.ru> -- MAINTAINER
2003-03-03 18:06:54 +00:00
Dirk Meyer
5acab0a843 - Update to 8.12.8
SECURITY FIX, urgent update recommended
2003-03-03 18:06:13 +00:00
Akinori MUSHA
b0745dd2bf Update to 0.4.0. 2003-03-03 17:39:27 +00:00
Trevor Johnson
1aa29e714e Update to 1.33. 2003-03-03 17:38:36 +00:00
Akinori MUSHA
eb0c0f219d Update to 0.9.0. 2003-03-03 17:16:02 +00:00
Akinori MUSHA
df3eb8d92c devel/ruby-testunit has been integrated into lang/ruby16-shim-ruby18.
Considering the latter automatically deinstalls the former on
installation, leave the second field blank.
2003-03-03 17:07:15 +00:00
Akinori MUSHA
45d3e13a30 Update to 1.8.0-preview2, which now includes ruby-testunit. 2003-03-03 17:03:09 +00:00
Akinori MUSHA
6444301bd3 ruby-testunit has been integrated into ruby. 2003-03-03 16:47:14 +00:00
Mario Sergio Fujikawa Ferreira
6fab1031e2 New port juk version 1.0: JuK, a music manager and jukebox for KDE
Submitted by:	Lauri Watts <lauri@kde.org>
Reviewed by:	kde (members),
		Scott Wheeler <wheeler@kde.org> (developer)
2003-03-03 16:46:40 +00:00
Akinori MUSHA
57e369771f Update lang/ruby-devel to 1.8.0-preview2. 2003-03-03 16:33:54 +00:00
Yen-Ming Lee
6c5fda1005 Update to latest release.
PR:		48876
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-03-03 16:25:23 +00:00
Jimmy Olgeni
c0a8cfce43 Update module: sendmail-1.070-1. 2003-03-03 15:11:43 +00:00
Jimmy Olgeni
5bd41d28a6 Upgrade to version 3.2. 2003-03-03 14:55:12 +00:00
Jimmy Olgeni
9d5b764c7d Unbreak after OpenSSL update (using OPENSSL_DES_LIBDES_COMPATIBILITY).
Submitted by:	nectar
2003-03-03 14:49:02 +00:00
Dag-Erling Smørgrav
b654a9a59c Configure and build thread support. 2003-03-03 13:20:16 +00:00
Akinori MUSHA
e9dfb51bbc Apply RealVideo 9 codec upgrade.
No response from:	maintainer
2003-03-03 13:18:43 +00:00
Jacques Vidrine
aa6fa9277a Spell -ldes' as -lcrypto'. 2003-03-03 12:56:05 +00:00
Dag-Erling Smørgrav
23191bbdb8 Unbotch the previous commit: metakit is in LOCALBASE, not X11BASE. 2003-03-03 11:35:39 +00:00
Tilman Keskinoz
5682a328cd Fix Build on CURRENT.
Submitted by:   Andy Fawcett <tap@hex.athame.co.uk>
Reported by:    many
Tested by:      leafy@leafy.idv.tw (CURRENT),  Andy Fawcett (4.7 5.0R)
2003-03-03 10:41:01 +00:00
Dag-Erling Smørgrav
b473317395 Bump PORTREVISION; assume maintainership; tweak CONFIGURE_ENV. 2003-03-03 10:36:01 +00:00
Dag-Erling Smørgrav
8b83b96c1b ssgInit() normally checks for a valid GL context and aborts if one wasn't
found.  However, due to bugs in some versions of Mesa, it sometimes fails
even when a context exists.  Temporarily disable the context checks until
we get a working version of Mesa.
2003-03-03 10:35:33 +00:00
Edwin Groothuis
325062f753 Try to get it out of bento's failed ports list
Noticed by: kris@
2003-03-03 10:32:26 +00:00
Tilman Keskinoz
4998cd646e Fix Build on CURRENT.
Submitted by:	Andy Fawcett <tap@hex.athame.co.uk>
Reported by:	many
Tested by:	Jiawei Ye <leafy@leafy.idv.tw> (CURRENT),  Andy Fawcett <tap@hex.athame.co.uk> (4.7, 5.0R)
2003-03-03 10:32:19 +00:00
Edwin Groothuis
3612ccbc88 Remove double pkg-comment
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-03-03 10:18:44 +00:00
Oliver Braun
d743e3a94f Look for libs in LOCALBASE, too.
PR:		ports/48867
Submitted by:	maintainer
Noticed by:	Michael Ebert <ebert@informatik.unibw-muenchen.de>
2003-03-03 09:08:48 +00:00
Maxim Sobolev
386085276e Add missed dependency on libgnomeui.
Submitted by:	Joachim Str?mbergson <watchman@ludd.luth.se>
2003-03-03 07:39:19 +00:00
Hye-Shik Chang
2d974bb11a Update to 4.1.3 2003-03-03 07:31:30 +00:00
Hye-Shik Chang
a8fe7af687 Update to 1.17 2003-03-03 07:15:10 +00:00
Joe Marcus Clarke
7e3acdcb97 Add regexxer. 2003-03-03 06:39:26 +00:00
Joe Marcus Clarke
5b3ecc24e7 Add regexxer, a GTK+ 2 tool for performing search and replace operations.
PR:		48858
Submitted by:	Rui Lopes <rui@ruilopes.com>
2003-03-03 06:33:09 +00:00
Dirk Meyer
f4f5564abf - drop gnustep-objc in favor of gcc32 in STABLE
Approved by:	knu
2003-03-03 04:24:57 +00:00
James E. Housley
efd190c942 Remove pkg-comment and place in Makefile 2003-03-03 04:00:46 +00:00
Hye-Shik Chang
097ebce8e1 Fix build on 4.
Spotted by:	kris
2003-03-03 03:05:41 +00:00
Joe Marcus Clarke
2ceaee08db Clean up pre-configure target a bit.
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-03-03 02:57:10 +00:00
Jean-Marc Zucconi
ea09ed0895 Fix pkg-plist. 2003-03-03 01:52:33 +00:00
Norikatsu Shigemura
714034675d Update to 2003.02.28.
Submitted by:	Yonatan Bokovza <Yonatan@xpert.com>
2003-03-03 01:14:57 +00:00
FUJISHIMA Satsuki
d15cfb7bef De-pkg-comment for my ports 2003-03-03 01:08:52 +00:00
FUJISHIMA Satsuki
9be73d9d55 o import Debian patches.
- fix .netrc parsing bug
 - fix 2GB limitation
 - re-add IPv6 capability
 - fix SEGV with special url line
 check debian/changelog for more detail.

o replace /usr/local with ${PREFIX} in wgetrc and info.

PR:		38824 reported 2GB limitation
Obtained from:	Debian GNU/Linux
2003-03-03 00:52:42 +00:00
Akinori MUSHA
3947d1c81a Update to 2.02b. 2003-03-03 00:16:54 +00:00
Joe Marcus Clarke
d08ee56d53 Create locale dirs.
Reported by:	bento
2003-03-02 23:28:42 +00:00
Joe Marcus Clarke
2120f16339 Add twander, a macro-configurable file manager written in Python.
PR:		48394
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2003-03-02 23:20:27 +00:00
Joe Marcus Clarke
41f93dd4c4 Add mailfmt, a python script to format mail or news messages to remove leading
quotations and wrap lines to reasonable lengths.

PR:		43876
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2003-03-02 23:05:55 +00:00
Pete Fritchman
c652636b3c - update to 2.1.6
- MASTER_SITES has moved.

PR:		47833
Submitted by:	David A Bestor <1nd3n14l@indenial.com>,
		Jon Wilson <jon@netcraft.com>
2003-03-02 22:55:06 +00:00