1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

127568 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
ef66a30a77 Update to snapshot 20050610 2005-06-10 10:32:26 +00:00
Roman Bogorodskiy
917cecd512 Update to 20050608.
PR:		82042
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	Rob Evers (maintainer)
2005-06-10 10:01:21 +00:00
Roman Bogorodskiy
cdee7efa3b Update to 0.9.4.
PR:		82041
Submitted by:	Alexander Novitsky (maintainer)
2005-06-10 09:57:30 +00:00
Pav Lucistnik
3702ae0b72 - Provide unzip for install stage (RUN_DEPENDS really, but we don't have
INSTALL_DEPENDS knob)

Reported by:	krismail
2005-06-10 09:30:05 +00:00
Trevor Johnson
e81c2cc67d Remove the netscape7 port due to multiple security bugs.
Netscape 8.0 is available only for Windows.
2005-06-10 09:08:32 +00:00
Patrick Li
69da78cb33 Bump shlib version
PR:		ports/82033
Submitted by:	maintainer
2005-06-10 08:28:56 +00:00
Patrick Li
7bfeb41f84 Update to 1.63
PR:		ports/82033
Submitted by:	maintainer
2005-06-10 08:28:24 +00:00
Trevor Johnson
38b9c3299d Remove expired linux_base-6 port. 2005-06-10 08:27:55 +00:00
FUJISHIMA Satsuki
77c34ad81a ftp/wget-devel is retired. 2005-06-10 08:21:18 +00:00
FUJISHIMA Satsuki
5010422d75 add ftp/wget-devel. 2005-06-10 08:19:40 +00:00
FUJISHIMA Satsuki
168204c6f5 ftp/wget caught up with -devel. 2005-06-10 08:17:36 +00:00
FUJISHIMA Satsuki
99dd8b5ba2 update to 1.10. 2005-06-10 08:14:48 +00:00
Patrick Li
b46c25f527 Update to 0.15.1
PR:		ports/82082
Submitted by:	ports fury
2005-06-10 08:14:20 +00:00
Patrick Li
9e4ffc6932 Update to 0.14.1
PR:		ports/82081
Submitted by:	ports fury
2005-06-10 08:11:44 +00:00
Patrick Li
757f03677d Update to 1.10.0
PR:		ports/82080
Submitted by:	ports fury
2005-06-10 08:08:14 +00:00
Patrick Li
19a4dd6f5a Update to 1.4
PR:		ports/82079
Submitted by:	ports fury
2005-06-10 08:07:05 +00:00
Sam Lawrance
c88bfadd68 Update to 20041231 ("well-tested" version)
PR:		ports/79345
Submitted by:	Garrett Wollman <wollman@freebsd.org>
Approved by:	maintainer (timeout 2 months)
2005-06-10 08:04:38 +00:00
Patrick Li
b11c51c208 Update to 1.0a
PR:		ports/82077
Submitted by:	ports fury
2005-06-10 08:03:01 +00:00
Patrick Li
cf4462bb3e Update to 1.1.0
PR:		ports/82076
Submitted by:	ports fury
2005-06-10 08:01:30 +00:00
Patrick Li
b280c01d35 Update to 0.4.6
PR:		ports/82075
Submitted by:	ports fury
2005-06-10 07:57:38 +00:00
Patrick Li
0162c51922 Update to 1.4.1
PR:		ports/82074
Submitted by:	ports fury
2005-06-10 07:56:29 +00:00
Patrick Li
265f1adcc8 Update to 3.2.3
PR:		ports/82087
Submitted by:	maintainer
2005-06-10 07:51:47 +00:00
Patrick Li
a2dab80299 Update to 2.1.5
PR:		ports/82088
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2005-06-10 07:49:05 +00:00
Patrick Li
233b4db0fa Update to 1.36
PR:		ports/82092
Submitted by:	maintainer
2005-06-10 07:44:32 +00:00
Patrick Li
d0ebd77f6b Update to 1.11
PR:		ports/82093
Submitted by:	maintainer
2005-06-10 07:41:09 +00:00
Patrick Li
c8df29c979 Mark broken: Unfetchable
PR:		ports/82094
Submitted by:	maintainer
2005-06-10 07:39:01 +00:00
Patrick Li
2229b83fb6 - Update to 3.6.4
- Maintainer == Submitter effective now

PR:		ports/82095
Submitted by:	Josh Paetzel <josh@tcbug.org>
2005-06-10 07:36:26 +00:00
Sam Lawrance
e94b99c1c4 Fix two problems:
- braino .ifdef was causing bad PACKAGE_BUILDING options (now .ifndef)
- prebuilt docs were not installed if jade unavailable

PORTREVISION bumped so port users get the docs.

Reported by:	kris
2005-06-10 05:58:25 +00:00
Dirk Meyer
05b86fe35f - update to 10.26.11 2005-06-10 05:38:30 +00:00
Sergey Matveychuk
4ad176a476 - Fix libdata/pkgconfig policy
Reported by:	kris via pointyhat
2005-06-10 05:27:32 +00:00
Alexander Nedotsukov
4ddee00131 Stop GCC nits on 4.x.
Reported by:	krismail
2005-06-10 05:17:05 +00:00
Alexey Dokuchaev
f048ecd2d8 Add ROTE, a simple library for VT102 terminal emulation.
WWW: http://rote.sourceforge.net/
2005-06-10 05:07:21 +00:00
Oliver Lehmann
5140032e03 fix build (revert libtool changes so libjit uses libtool 1.3 again)
Noted by:	pointyhat via kris
2005-06-10 04:36:43 +00:00
Joe Marcus Clarke
1f32fc6d02 Use GCC 3.4+ instead of hardcoding 3.4.
Requested by:	bland
2005-06-10 04:27:32 +00:00
Joe Marcus Clarke
a090e304e4 Add support for getting disk read/write usage on -CURRENT using GEOM
and devstat.  Thanks to phk for providing insight on how to do this.

Tested by:	kwm
2005-06-10 03:17:18 +00:00
Michael Johnson
313e16c3ab - Update or add WWW: lines 2005-06-10 03:08:57 +00:00
Michael Johnson
fb7644f71d - Update WWW: line to http://clearlooks.sourceforge.net/ 2005-06-10 02:44:47 +00:00
Vanilla I. Shu
f8336019de Fix pkg-plist.
Obtained from:	kris@
2005-06-10 02:16:53 +00:00
Jean-Yves Lefort
6c325dc76a Improve the startup script:
- Remove useless start_cmd/stop_cmd
  - Set procname (unbreaks status)
2005-06-10 02:13:44 +00:00
Yen-Ming Lee
7ae1ede306 - disable SpeedyCGI support by default. It needs suidperl and will cause some
problem in package build framework.

Noticed by:	kris
2005-06-10 02:06:13 +00:00
Joe Marcus Clarke
30ca2bf46b Update the battstat status a bit quicker. 2005-06-10 01:59:25 +00:00
Mario Sergio Fujikawa Ferreira
7dd47b7679 Update to snapshot 20050609 2005-06-10 01:39:51 +00:00
Mikhail Teterin
4ba76fa965 A number of enhancements:
. compile cleanly against 8.4 with -Wall on i386 and amd64;
	. use OS' run-time linker instead of dlopen-ing libpng,
	  libjpeg, libtiff inside;
	. stop using TIFF's _internal_ headers for anything.

This changes are quite radical, but seem to work with anything I have.
Vendor's own tests pass except for some differences in PNG images --
most likely due to changes in PNG library since 2002.

Stop requiring specific versions of jpeg, tiff, png -- we don't really care.

Bump up PORTREVISION.
2005-06-10 01:21:05 +00:00
Markus Brueffer
84d084c867 - Update to version 0.13.2
- Add FreeBSD 6 device names
2005-06-09 23:12:12 +00:00
Markus Brueffer
cb49cc5d83 Add tpb 0.6.3, An On-Screen-Display for hotkeys of IBM ThinkPads and the first
consumer of the updated acpi_ibm(4) driver:

With TPB it is possible to bind a program to the ThinkPad, Mail, Home and
Search button. TPB can also run a callback program on each state change with
the changed state and the new state as options. So it is possible to trigger
several actions on different events.

TPB has an on-screen display (OSD) to show volume, mute, brightness and some
other information. Furthermore TPB supports a software mixer, as the R series
ThinkPads have no hardware mixer to change the volume.

WWW: http://www.nongnu.org/tpb/
2005-06-09 22:56:12 +00:00
Michael Johnson
e1c5ff855d - Update to 0.6
Note: gnome users and gtk-engines2 users should use x11-themes/clearlooks-themes
2005-06-09 21:26:05 +00:00
Michael Johnson
81556310b6 - Update to 0.6 2005-06-09 21:25:08 +00:00
Kirill Ponomarev
0e5b08f598 Add notes about changes introduced in bsd.port.mk rev. 1.512
Remove trailing spaces.
2005-06-09 20:59:23 +00:00
Dag-Erling Smørgrav
53ce14aaf9 Drive-by upgrade to 2.0. 2005-06-09 20:54:51 +00:00
Kirill Ponomarev
786408dcf4 Fix build. 2005-06-09 20:43:24 +00:00