1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

87575 Commits

Author SHA1 Message Date
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
Alexander Nedotsukov
981189e193 Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.
This complete --libs list and fixes link failures in dependant ports.
2003-11-01 03:25:01 +00:00
Bruce M Simpson
55e0a4a8d6 Unbreak build on 4-STABLE and 5.1-RELEASE. Add a warning which states
that 5.1-CURRENT is required in order to monitor ATA devices.
2003-11-01 02:57:51 +00:00
Joe Marcus Clarke
3b4acd3405 * Sync with the master port
* Add a CONFLICTS for net/gaim

PR:		58594
Submitted by:	Takahiro Morishita <morishita@skywing.org>
2003-11-01 00:49:40 +00:00
Sean Chittenden
ad38f1c6bb Add PostgreSQL support. Make MySQL support optional, but on by default.
Specifying WITHOUT_MYSQL removes MySQL support.  WITH_POSTGRESQL speaks
for itself.  Port revision bump.
2003-11-01 00:48:30 +00:00
Joe Marcus Clarke
67b18ab90c Don't be such a cruel master to my slaves.
PR:		58593
Submitted by:	Takahiro Morishita <morishita@skywing.org>
2003-11-01 00:47:00 +00:00
Norikatsu Shigemura
cf411352d8 Update to 21 Oct 2003.
Submitted by:	NAKANUMA Takashi <takas@bashi.org>
2003-11-01 00:11:04 +00:00
Kirill Ponomarev
eb5de14c2d - Chase dependency for new devel/clanlib version
Noticed by:	bento (kris)
2003-10-31 22:54:57 +00:00
David E. O'Brien
cc5a79609f minor style tweak 2003-10-31 22:47:24 +00:00
Trevor Johnson
3a6d3d5a6d Update to 1.2.
Requested by:   vdesk author Adam Sampson via e-mail
Submitted by:	Tim Bishop via GNATS
PR:		58781
2003-10-31 22:26:37 +00:00
Kirill Ponomarev
f442a136f4 - Update to version 0.4.4
PR:		58772
Submitted by:	Ports Fury
2003-10-31 22:19:52 +00:00
Kirill Ponomarev
2c7dc39789 - Fix build on -current
- Utilize DOCSDIR/EXAMPLESDIR

PR:		58771
Submitted by:	Ports Fury
2003-10-31 22:16:00 +00:00
Kirill Ponomarev
b3fdf51e20 - Fix handling USE_GETOPT_LONG
PR:		58770
Submitted by:	Ports Fury
2003-10-31 22:06:04 +00:00
Kirill Ponomarev
c45276c2ba - Update to version 0.99.1
PR:		58769
Submitted by:	Ports Fury
2003-10-31 22:02:46 +00:00
Mark Linimon
ca035eff52 Per distfile survey, remove mastersite that disappeared in 1999. 2003-10-31 21:58:20 +00:00
Kirill Ponomarev
446c90c275 - Update to version 0.9.0
PR:		58768
Submitted by:	Ports Fury
2003-10-31 21:55:34 +00:00
Mark Linimon
3956173918 Per distfile survey, remove mastersite that disappeared in May 2002. 2003-10-31 21:49:24 +00:00
Mark Linimon
5773bf4ab2 Per distfile survey, chase reorganized mastersite. 2003-10-31 21:46:58 +00:00
Mark Linimon
e1ed5d1578 Per distfile survey, mastersite disappeared in late 2002. 2003-10-31 21:42:06 +00:00
Joe Marcus Clarke
a0a8e8885a Add an entry for editors/AbiWord. 2003-10-31 21:38:45 +00:00
Joe Marcus Clarke
151fcf0af3 Remove AbiWord-1.x now that 2.0 has been released, and is the new stable
release.
2003-10-31 21:37:03 +00:00
Mark Linimon
6e024a618f Per distfile survey, remove mastersite that disappeared in August 2003.
Left marked as broken so as not to step on the intent of the previous
committer (broken=unfetchable, in this case).
2003-10-31 21:31:36 +00:00
Joe Marcus Clarke
574f527b16 Update to 2.0.1. 2003-10-31 21:29:54 +00:00
Mark Linimon
8803b02aa3 Per distfile survey, remove mastersite that vanished in 2001. 2003-10-31 21:08:35 +00:00
Akinori MUSHA
5e402951ef Update to 1.8.2. 2003-10-31 21:01:42 +00:00
Akinori MUSHA
a923b0aa77 Update to 0.2.0. 2003-10-31 21:00:37 +00:00