Commit graph

7873 commits

Author SHA1 Message Date
Martin Wilke
13851b8dbb - Update to 1.40.1
PR:		114448
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2007-07-09 17:39:20 +00:00
Martin Wilke
16201d29c6 - Update to 1.9.0
PR:		114444
Submitted by:	Paul Dlug <paul@aps.org> (maintainer)
2007-07-09 15:56:42 +00:00
Tim Bishop
4bd67b1a80 - Update to 0.5.3 [1]
- Install docs [1]
- Add RC script: [1]

i915resolution_enable="YES"     # Enable hacking VBIOS resolution (YES/NO)
i915resolution_modes="3c 4d 5c" # Space separated list of modes to set
i915resolution_width="1920"     # the horisontal resolution in pixels
i915resolution_hight="1080"     # the vertical resolution in pixels

- Drop ALL_TARGET when using do-build
- Mark broken on < 6 since port uses memmem function

PR:		ports/112922 [1]
Submitted by:	Yarema <yds@CoolRat.org> [1]
Approved by:	maintainer timeout (46 days)
2007-07-09 15:56:36 +00:00
Michael Nottebrock
27ab28ac74 Fix typo 2007-07-07 23:44:32 +00:00
Michael Nottebrock
4ccb3b28ed Fix klaptopdaemon by explictly linking its kded plugin to libXss. 2007-07-07 23:41:03 +00:00
Martin Wilke
5b469e5774 - Update to 2.1.24
PR:		114297
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
2007-07-07 14:56:49 +00:00
Juergen Lock
9bde6c9045 - Add missing gnome dependencies for bacula-client* WITH_GNOMECONSOLE case
PR:		ports/114224
Submitted by:	nox
Approved by:	Dan Langille <dan@langille.org> (maintainer)
2007-07-07 00:28:00 +00:00
Martin Wilke
b60dd20c69 - Fix build with sqlite3
PR:		112468
Submitted by:	John Hermes<John.Hermes@miami.k12.oh.us>
Approved by:	maintainer via irc
2007-07-06 18:28:48 +00:00
Jean-Marc Zucconi
5db0a7fbc0 Obsolete port no more maintained by its author. 2007-07-06 11:39:26 +00:00
Stanislav Sedov
b2afeb75ec - Fix an objformat removal related bug.
Reported by:	pav
2007-07-05 21:37:31 +00:00
Beech Rintoul
ebc6758085 - Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by:	sat (mentor)
2007-07-05 07:21:24 +00:00
Edwin Groothuis
3de5a84967 First steps in a big migration:
Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:		ports/112942
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2007-07-05 06:19:49 +00:00
Vanilla I. Shu
6474ca625a Upgrade to 1.8.
PR:		ports/114301
Submitted by:	maintainer
2007-07-05 04:24:27 +00:00
Vanilla I. Shu
41610e81c7 Upgrade to 2.7.0.
PR:		ports/114300
Submitted by:	maintainer
2007-07-05 04:23:43 +00:00
Pav Lucistnik
1a86edeccc - Fix install
- Fix plist

Pointy hat to:	netchild
2007-07-04 20:44:54 +00:00
Pav Lucistnik
33bcdc5d4d Mark BROKEN on 7.X: does not compile with GCC 4.2 2007-07-04 19:48:36 +00:00
Pav Lucistnik
212461a753 - Drop maintainership
Requested by:	Lauri Watts <krazykiwi@gmail.com> (maintainer)
2007-07-04 19:47:57 +00:00
Martin Wilke
cc70ac45e1 - Update to 1.40
PR:		114161
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2007-07-04 11:32:35 +00:00
Michael Nottebrock
961141fb14 Update to KDE 3.5.7 / KOffice 1.6.3 2007-07-04 10:25:00 +00:00
Cheng-Lung Sung
845061ac55 - Update to 2.11
PR:		ports/113984
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-07-04 02:26:28 +00:00
Cheng-Lung Sung
3b0c13e3f1 - Update to 2.16
- give up maintainership

PR:		ports/113982
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-07-04 02:25:25 +00:00
Erwin Lansing
66c3e2140d Add an option to build a dynamically linked binary, defaulting
to off

PR:		114235
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
Approved by:	maintainer
2007-07-03 18:49:35 +00:00
Alexander Leidinger
e342a65399 Don't automatically search for the src rpm when running on pointyhat. [1]
There's no source from vendor...

Noticed by:	pointyhat (pav) [1]
2007-07-03 13:22:16 +00:00
Tom McLaughlin
8de3024717 - Update to 1.0-beta2
Note: While sill a beta release the author indicates the bits related
  to the BSD variants are stable and good to go.
- Fix startup script.
- Update WWW line.
2007-07-03 04:01:53 +00:00
Pav Lucistnik
7f0a739c67 - Disable on package cluster: requires fully qualified hostname, which we don't provide 2007-07-02 17:01:51 +00:00
Alexander Leidinger
7938062153 - convert to use USE_LINUX_RPM, this fixes the build problems after my last
commit to linux_base-fc4 [1]
- don't install the contents of the dev directory, is is not supposed to
  exist with our linux_base, as it will not correctly fall back to the
  native dev directory for some programs (those which parse the directory
  contents instead of trying to open a file directly)

Noticed by:	pointyhat (pav)
2007-07-01 16:29:19 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Dirk Meyer
0492a1ab7d - fix plist 2007-07-01 08:46:39 +00:00
Thierry Thomas
9143eba110 Upgrade to 2.25.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
2007-06-30 23:40:56 +00:00
Marcelo Araujo
0843010efc GoogLog is a easy and simple web tool to search inside your syslog files.
The goal of Googlog is to be simple to install and use. so there's not a lot of functionnality,
but, from my point of vue, it is simple to install and use and fast to search into syslog's files.

WWW: http://www.googlog.org/

Approved by:	stas (mentor)
2007-06-30 01:41:22 +00:00
Mark Linimon
0c0a374650 Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
2007-06-29 19:33:24 +00:00
Mark Linimon
bc8b7ad628 These install kernel modules, so add new virtual category kld.
Pointed out by:	Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat:		portmgr
2007-06-29 15:57:16 +00:00
Li-Wen Hsu
b683187d7f - Update to 0.9.4
PR:		ports/114020
Submitted by:	Robert Gogolok <gogo AT cs.uni-sb.de> (maintainer)
2007-06-29 14:40:08 +00:00
Dirk Meyer
9679ed3f3a - clean old object files to fix build on all archs 2007-06-29 14:03:40 +00:00
Martin Wilke
7a2b66cc74 - Update to 2.1.22
PR:		114069
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
2007-06-29 11:00:50 +00:00
Martin Wilke
8a03f08ffd - Update maintainer adress
PR:		114039
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@nedforce.nl> (maintainer)
2007-06-29 10:46:24 +00:00
Jimmy Olgeni
d19ef8513c Upgrade to version 3.42. 2007-06-29 09:24:20 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Mark Linimon
0f261b86ef Mark as deprecated on all supported versions of FreeBSD; is already
included in base.

Hat:		portmgr
2007-06-29 08:34:21 +00:00
Martin Wilke
630af28478 - Fix build with gcc 4.2
PR:		114079
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:39 +00:00
Alexey Dokuchaev
e090679667 - Update to version 2.09 [1]
- Fix another LOCALBASE vs. PREFIX issue

PR:		ports/113764 [1]
Submitted by:	Nils Vogels [1]
2007-06-28 12:37:34 +00:00
Florent Thoumie
9a3be71f26 Update sysutils/testdisk to 6.7. 2007-06-27 10:01:27 +00:00
Beech Rintoul
7467b42a10 - Update to 1.0.2
PR:		ports/114041
Submitted by:	Heiner <h.eichmann@gmx.de> (maintainer)
Approved by:	sat (mentor)
2007-06-27 02:06:10 +00:00
Simon Barner
98a6aba210 - Use USE_OCAML
- Avoid unnessary usage of bsd.port.{pre, post}.mk

Pointed out by:	sat
2007-06-25 17:14:41 +00:00
Simon Barner
fdbf080e44 - Resurrect and fix ledit, a line editor allowing to use control commands like
in emacs or in shells (bash, tcsh). To be used with interactive commands.
- Take maintainership
2007-06-25 14:35:13 +00:00
Chin-San Huang
0ec93a4939 - Update to 1.00
Approved by:	rafan (mentor)
2007-06-24 15:23:48 +00:00
Doug Barton
03edaa9fcd Remove my name and e-mail address from these pkg-descr files for ports
that I no longer maintain. This was finally identified by a helpful user
as the source of the mystery e-mails that I still get from time to time
asking about support for them.
2007-06-22 22:04:31 +00:00
Xin LI
d6a6f8552a Unbreak for gcc 4.2.
Approved by:	maintainer timeout
PR:		ports/112847
2007-06-22 06:53:11 +00:00
Cheng-Lung Sung
0505bd6d08 - Update sysutil/memtest to 4.0.7, which includes the following bugfix:
- fix a bug in the align-to-page logic which may have prevented memtester
  from mlock()ing the memory it was trying to test on some systems.
  Thanks: Baif Chen.

PR:		ports/113660
Submitted by:	maintainer (Linh Pham)
2007-06-20 06:08:23 +00:00
Beech Rintoul
f97133a3b0 - Add mirror
PR:		ports/113787
Submitted by:	Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
Approved by:	sat (mentor)
2007-06-18 19:46:52 +00:00