Commit graph

87300 commits

Author SHA1 Message Date
Edwin Groothuis
03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00
Edwin Groothuis
df3c9e78bd ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:48:08 +00:00
Edwin Groothuis
252c692f11 Fix email address
PR:		58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:29:21 +00:00
Edwin Groothuis
bfda71e1bc Reset maintainer:
550 5.1.2 <benno@netizen.com.au>... Host unknown (Name server: netizen.com.au: host not found)
2003-11-02 01:53:17 +00:00
Mark Linimon
03ed2dc7b2 Per distfile survey, remove mastersite that disappeared in April 2002. 2003-11-02 00:56:36 +00:00
Mark Linimon
40a5373c7e Per distfile survey, remove mastersite that disappeared in October 2002. 2003-11-02 00:54:20 +00:00
Mark Linimon
39b6a7ffa7 Per distfile survey, remove packetstorm.blackroute.net, which disappeared
in September 2003 (blackroute.net itself is still there, however); and
packetstorm.org, which on its main page tells you that packetstorm.nl
is the canonical page.
2003-11-02 00:46:39 +00:00
Mark Linimon
3b47192c61 Per distfile survey, crl.dec.com has not carried the Xcontrib files
since January 2003.  This was especially annoying in the distfile
survey (and to users) as it was listed as the first choice.
2003-11-02 00:30:15 +00:00
Mark Linimon
0e653b3b04 Fix typo in comments. I don't believe there are that many sites
where you can download masers, but, on the other hand, see RFC 1437
by the present committer.
2003-11-02 00:15:23 +00:00
Christian Weisgerber
10edc0182d Update to 031029.
PR:		58816
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-11-02 00:05:02 +00:00
James E. Housley
5c15664b1f Update to gcc version 3.2.3 2003-11-02 00:01:47 +00:00
David E. O'Brien
221c4a5253 Don't instally {ex,view}.1 links.
Reported by:	Alex Vasylenko <lxv@omut.org>
2003-11-01 23:41:22 +00:00
Mark Linimon
f31caf8e1f Per distfile survey, chase moved mastersite. 2003-11-01 23:39:21 +00:00
Oliver Braun
06a734cd06 remove blank line in Makefile to make portlint happy 2003-11-01 23:26:28 +00:00
Oliver Braun
7bbc761a0f WWW has moved 2003-11-01 23:25:20 +00:00
Joe Marcus Clarke
dceac278bb Fix a build problem with libxml2-2.6.x.
Approved by:	maintainer timeout
2003-11-01 23:06:39 +00:00
Oliver Braun
8843805058 * Add WITH_HINT knob to install Hint which requires java. 2003-11-01 23:01:56 +00:00
Dirk Meyer
4be200dfa9 - add LDFLAGS, make compatible to lang/gcc33 2003-11-01 23:01:55 +00:00
Joe Marcus Clarke
c32b919f17 Update to 0.92.2. 2003-11-01 22:47:43 +00:00
Joe Marcus Clarke
5b8604bff3 Whoops. Flush out my CVS repo, and share some missing bug fixes with the
rest of the world.

* Fix the -V option in the manpage [1]
* Handle the case where parentheses may not exist around NOPORTDOCS [2]
* Bump version to 2.4.6

Submitted by:	mat [1]
Reported by:	kris [2]
2003-11-01 22:46:25 +00:00
Joe Marcus Clarke
c6f2e7323f * Update to 0.8.2
* Fix some portlint -A reported bugs
* Use the bundled neon since www/neon is out-of-date

PR:		58795
Submitted by:	maintainer
2003-11-01 22:25:23 +00:00
Joe Marcus Clarke
f0c4f4ad57 Update to 2.4.1. 2003-11-01 22:19:50 +00:00
Sergei Kolobov
100fac18df - Update to 0.0.16pre1 2003-11-01 22:18:06 +00:00
Joe Marcus Clarke
d430b2ef10 Update to 0.72.
OpenSSL patch by:	Matthew Luckie <mjl@luckie.org.nz>
2003-11-01 22:13:04 +00:00
Sergei Kolobov
0617052cd8 - Update to 9.2.4
- Uncomment RUN_DEPENDS
- Use of DOCS

PR:		58640
Submitted by:	maintainer
2003-11-01 22:09:41 +00:00
Joe Marcus Clarke
6ebf3e3446 * Update mozilla-devel to 1.6a
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla
* Update dependent browsers accordingly
2003-11-01 21:51:08 +00:00
Sergei Kolobov
2555ead718 - Properly spell pre-everything with two colons
- Clarify message about ATAng support in 5.x
- s/ECHO/ECHO_MSG/
2003-11-01 21:11:22 +00:00
Sergei Kolobov
a0e5aa5641 Add runwhen 2003.10.31, tools for running commands at particular times.
The biggest difference between runwhen and other schedulers is that
runwhen doesn't have a single daemon overseeing multiple jobs.
The runwhen tools essentially act as a glorified sleep command.
Perhaps runwhen does nothing that at(1) doesn't, and there are
lots of things at(1) does that runwhen doesn't:

- runwhen doesn't change user IDs - thus it will never run
  anything as the wrong user.
- It doesn't keep a central daemon running at all times -
  thus it won't break if that daemon dies.
- It doesn't require any modifications to the system boot procedure.
- It doesn't log through syslog(3) - thus it won't make a mess
  on the console if syslogd(1) isn't running.
- It doesn't centralize storage of scheduled jobs (or any other
  per-job information) - thus unprivileged users can install and use it
  without cooperation from root, and without the use of a setuid program
  to handle changes.
- It doesn't send output through mail - thus it doesn't break
  if there is no mail system installed.
- It doesn't check access control files - thus it doesn't gratuitously
  deny users.

Author:	Paul Jarc <prj@po.cwru.edu>
WWW:	http://multivac.cwru.edu/runwhen/

PR:		58789
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2003-11-01 20:50:36 +00:00
Michael Nottebrock
f6a5689295 Correct a local patch which introduced a misleading default setting. 2003-11-01 19:31:28 +00:00
Pierre Beyssac
1096bd3d08 Update to version 0.6.3. 2003-11-01 18:24:31 +00:00
Kirill Ponomarev
4310e788d3 File::Path::Expand expands user directories in filenames. For
the simple case it's no more complex than s{^~/}{$HOME/}, but
for other cases it consults C<getpwent> and does the right
thing.

PR:		58812
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-11-01 18:08:12 +00:00
Kirill Ponomarev
12f1837382 - Update to 1.61
PR:		58810
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
2003-11-01 16:19:23 +00:00
Yen-Ming Lee
3e5aa8eaf5 update to 3.11
PR:		58753
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-11-01 16:01:28 +00:00
Dirk Meyer
44f9773099 - Support all mysql clients 2003-11-01 15:44:17 +00:00
Sergei Kolobov
d67c7d7d0e - Unbreak build if xmlto not present by unconditionally enabling
HTML rebuilding (noticed by olli)

PR:		58801 (follow-up)
Submitted by:	maintainer
2003-11-01 14:42:26 +00:00
Yen-Ming Lee
0c936d607f update to 1.07
PR:		58750
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-11-01 14:38:54 +00:00
Sergei Kolobov
71fc159b95 - Update to 0.15.7 (new stable upstream release)
- Fix up NOPORTDOCS mode, install missing manual pages.

PR:		58801
Submitted by:	maintainer
2003-11-01 14:32:48 +00:00
Alexander Leidinger
bbe8d41dbd - update dosbox from 0.58 to 0.60
- updated website address
 - Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS
   and setting SDL_CONFIG.
 - Enable screenshot and modem emulation support.
 - Install the dosbox(1) manual page.
 - Move the message displayed by the post-install target into a pkg-message
   so it also gets displayed when this port is installed via its package.
 - Use DOCSDIR.

PR:		58174
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-11-01 14:28:19 +00:00
Sergei Kolobov
1587b71700 Maintainer update [1]:
- Update to 1.9.45, lots of bugfixes, too many to list here,
  see http://mandree.home.pages.de/leafnode/NEWS
- Install German manual pages into standard location so that man(1) can find
  them.  (MANLANG and all that, along the lines used in security/nmap)
- Fix up NOPORTDOCS mode so it actually works
- Fix pkg-message to not contain the same text twice

While I'm here [2]:
- simplify/shorten post-install target a bit by using few new variables
  and unrolling loops
- rename ${PREFIX}/share/doc/leafnode/doc_german to just .../german.
  I think extra "doc_" there is unnecessary
- s/ECHO/ECHO_MSG/
- whitespace changes to shorten line lengths in Makefile

PR:		58799 [1]
Submitted by:	maintainer [1], sergei [2]
Approved by:	maintainer [2]
2003-11-01 14:16:33 +00:00
Kirill Ponomarev
f864a51ed0 - Update to version 1.8.0
PR:		58790
Submitted by:	maintainer
2003-11-01 14:05:52 +00:00
Sergei Kolobov
66f15be23f - Update to 1.0.1 (a minor bug fix) [1]
While I'm here [2]
- Install additional documentation
- Always install examples (useful even when NOPORTDOCS defined)
- Define CONFIGURE_TARGET to silence configure warning
- Use EXAMPLESDIR macro in pkg-plist

PR:		58796 [1]
Submitted by:	maintainer [1], sergei [2]
2003-11-01 13:57:57 +00:00
Oliver Lehmann
52a2e46cc5 the last commit was sponsored by Pav Lucistnik <pav@oook.cz> 2003-11-01 12:27:51 +00:00
Oliver Lehmann
9da852592c ports linked against the wxgtk-devel library have to be linked against
the PTHREAD stuff too. wx(gtk)-config --libs and --cflags respects now
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}
2003-11-01 12:26:32 +00:00
Brian Somers
a5eb904b0b Fix MAN1 & MAN8 settings 2003-11-01 11:32:22 +00:00
Lars Koeller
9ca264acaf o) Fix MASTER_SITES
o) Fix documentation in pkg-desc

PR:		ports/58570
Submitted by:	elvis@sslab.cs.ccu.edu.tw
2003-11-01 10:45:56 +00:00
Erwin Lansing
f5ebbc7ea5 use REINPLACE instead of perl to fix build on 5.x
Submitted by:	maintainer
Noticed by:	bento via kris
2003-11-01 10:45:37 +00:00
Akinori MUSHA
bbb20a49f4 Fix build on 4-STABLE. Sorry.
Reported by:	many
2003-11-01 09:15:51 +00:00
Greg Lewis
d242f8df42 . Unbreak compilation on 5.x (gcc 3.3).
PR:		58719
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-11-01 07:47:22 +00:00
Jun Kuriyama
f7f9fc355f Upgrade to 8.0.5 (minor bugfixes). 2003-11-01 06:53:05 +00:00
Clive Lin
2b2b8f29ae Fix patch error.
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
PR:		ports/58575
2003-11-01 05:33:52 +00:00