Commit graph

5357 commits

Author SHA1 Message Date
Koop Mast
c5e6cc6e0c Update to 2.10.2. 2005-06-23 11:55:32 +00:00
Sergey Matveychuk
d951ada284 - Update to 6.1 (bump PORTEPOCH)
PR:		ports/82553
Submitted by:	Dan Ottavio <dottavio@ic.sunysb.edu>
2005-06-23 10:40:04 +00:00
Sergey Matveychuk
dfbbefb473 - Update to 2.0.8 2005-06-23 06:35:35 +00:00
Daichi GOTO
a493320adb Change maintainership
- change portupgrade-port-maintainership to KOMATSU Shinichiro-san
    <koma2@lovepeers.org>

    knu gave me approval to change portupgrade-port-maintainership to
    KOMATSU-san.  He is busy attending to his work. He gave me approval to
    change some of his pr's responsible to me. I'll get work around
    portupgrade pr with KOMATSU-san.

Submitted by:	koma2@lovepeers.org
Approved by:	knu
2005-06-22 05:19:36 +00:00
Alexey Dokuchaev
f4d123acef Update to 2.01, bugfix release.
Approved by:	maintainer timeout
2005-06-21 19:03:34 +00:00
Dmitry Sivachenko
7fb053098a New port: oak.
Oak is a program that can be used to monitor syslogs from a collection
of servers and notify operators when problem conditions arise.  In
addition to providing immediate notification of critical problems oak
will also batch less critical problems into summary messages that can
be sent less often and via any medium.  For example you may wish to
have oak page you on critical events while sending a summary of less
important messages to your terminal once an hour.  In addition you
could send a daily email message summarizing all events.

WWW: http://www.ktools.org/oak/
2005-06-21 06:34:57 +00:00
Ade Lovett
40aa5acc23 Remove USE_AUTOTOOLS from the two ports that had it erroneously defined
for some reason as part of minor cleanups before the new world order.
2005-06-21 03:34:52 +00:00
Jimmy Olgeni
436a3c772e Upgrade module bind8-1.210-3. 2005-06-18 12:31:43 +00:00
Hajimu UMEMOTO
14b8eb3eda Add new port: A plugin for gkrellm2 which displays the current CPU speed. 2005-06-18 09:07:15 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Alfred Perlstein
1a3f9927f2 Make this work on FreeBSD 5.x. 2005-06-17 17:23:18 +00:00
Daichi GOTO
68f52696ed sysutils/topless: update to 1.41
Changes of topless itself (not ports) from the previous version (1.36)
are as follows:

  - Improve portability by using printf(1) instead of echo(1).
  - Use "diff -C" instead of "diff -u" to make line parsing easier.
  - Fix man page.
  - "make install" can now be run by non-root user.
  - Sync help message to man page.
  - Remove README since it is the same as man page.

PR:		ports/82359
Submitted by:	maintainer
2005-06-17 15:17:07 +00:00
Oliver Lehmann
404c1a8f4a fix build on 4
Noted by:	pointyhat via kris
2005-06-17 15:13:06 +00:00
Craig Rodrigues
1b80f907b9 Add xfsprogs.
Approved by:	demon (ports mentor)
2005-06-17 13:37:14 +00:00
Kevin Lo
6fe3f4589d Update to 1.2.2
PR: ports/82317
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
2005-06-17 01:31:05 +00:00
Jean-Yves Lefort
b6bacfba5e Update to 0.4.3
PR:		ports/82266
Submitted by:	Andrej Zverev <az@inec.ru>
2005-06-16 16:07:04 +00:00
Jean-Yves Lefort
610bc835b1 [1]:
- Add a rcNG startup script
  - Use mkstemp() instead of the insecure tempnam()

Moreover:
  - Also create /var/spool/anacron when installed from a package
  - Try to remove /var/spool/anacron when deinstalling the package; if
    it fails, hint the user about removing it manually
  - Respect ${CC}
  - Install/deinstall ${PREFIX}/etc/anacrontab
  - Split the monolithic patch-aa into separate patches
  - Refactor some patches into ${REINPLACE_CMD} invocations
  - Install the program ourselves (it is more straightforward than
    fixing the vendor's Makefile)
  - Use SUB_FILES=pkg-message

PR:		ports/82168 [1]
Submitted by:	maintainer [1]
2005-06-16 15:51:38 +00:00
Sergey Skvortsov
bf5dd3ebc2 Update to 2.031 2005-06-16 12:31:36 +00:00
Roman Bogorodskiy
573b80db75 Update to 1.37.
PR:		82273
Submitted by:	Matthias Andree (maintainer)
2005-06-15 17:45:02 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Sam Lawrance
0b03e353f8 Bump PORTREVISION for ports affected by libdockapp library version bump. 2005-06-13 01:06:26 +00:00
Sam Lawrance
b91e75395a Chase libdockapp update. 2005-06-12 13:49:54 +00:00
Sam Lawrance
df06c73c1b Update to 1.5.0
(and add a new knob)

PR:		ports/82136
Submitted by:	klm <klm@uidzero.org> (maintainer)
2005-06-12 13:44:26 +00:00
Sam Lawrance
598c7aaa13 Add rdiff-backup-devel 0.13.6, local/remote mirroring+incremental
backup.

PR:		ports/82130
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2005-06-12 12:56:56 +00:00
Kris Kennaway
834cff2fe5 BROKEN on 6.0: does not compile 2005-06-11 23:36:52 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Jimmy Olgeni
ae3c46c1a3 Upgrade modules mysql-1.210-2, useradmin-1.210-2, mscstyle3-1.210-1. 2005-06-11 10:03:03 +00:00
Norikatsu Shigemura
0c35c868f1 Add topless 1.36, display command output on the whole
screen like "top".

PR:		ports/82131
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
Approved by:	daichi (author)
2005-06-11 00:15:35 +00:00
Roman Bogorodskiy
d384ea8ef4 Update to 0.4.0. 2005-06-10 14:53:06 +00:00
Craig Rodrigues
ea28ca5ce9 New port for utilities for manipulating XFS filesystems.
Originally ported by Alexander Kabaev <kan@freebsd.org> as part
of the XFS for FreeBSD project ( http://people.freebsd.org/~rodrigc/xfs/ )
and handed over to me for maintainership.

PR:		ports/81789
Approved by:	demon (ports mentor), das (mentor)
2005-06-08 13:42:57 +00:00
Jean-Yves Lefort
0e19a6509e - Add a missing runtime dependency on rsync
- Add sample configuration files

PR:		ports/81825
Submitted by:	maintainer
2005-06-08 11:49:24 +00:00
Erwin Lansing
ba7dd97725 Fix a dumb typo in a symlink
Pointy hat:		erwin
Not reviewed by:	maintainer
2005-06-08 10:40:36 +00:00
Sergey Matveychuk
d58f735f2d - Unbreak. Fix pkg-plist.
- Utilize DATADIR and DOCSDIR

PR:		ports/81845
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	no maintainer reaction on broken port (3 monthes)
2005-06-08 10:03:12 +00:00
Peter Pentchev
0f300e2a91 Skip directories with names starting with a dot. [1]
Wihle I'm here, add a STARTUP_SCRIPT knob to specify a different name for
the etc/rc.d/svscan.sh script, e.g. allowing a name like 000.svscan.sh.

PR:		81677 [1]
Submitted by:	Renato Botelho <freebsd@galle.com.br> [1]
2005-06-07 11:05:09 +00:00
Erwin Lansing
777f6e63b1 Add a WIHTOUT_X11 knob that only installes the CLI raidutil
Approved by:	maintainer (earlier version)
2005-06-07 09:12:44 +00:00
Pav Lucistnik
18899c377d - Update to 0.3.1
PR:		ports/81968
Submitted by:	Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer)
2005-06-06 19:25:42 +00:00
Florent Thoumie
19679d50d0 - Add perl dependency because it's used by portsdb.
PR:		ports/64650 [1], ports/69097 [2]
Submitted by:	David Israelsson <david@israelsson.org> [1],
		James Snow <snow@teardrop.org>
Approved by:	maintainer timeout (1 year)
2005-06-05 23:49:17 +00:00
Pav Lucistnik
90166bd174 - Update to 2.2.2
PR:		ports/81307
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (16 days)
2005-06-05 20:22:41 +00:00
Roman Bogorodskiy
3cbaa86be6 - Exit with !=0 code if patch file was not found (to improve error
handling in scripts)
- Install some docs
- Bump PORTREVISION
2005-06-05 15:32:48 +00:00
David E. O'Brien
1a8dc22293 Fix plist.
PR:		81833
Submitted-by:	Vasil Dimov <vd@datamax.bg>
2005-06-05 01:36:06 +00:00
Jimmy Olgeni
dc5cb117af Upgrade to version 1.140. 2005-06-03 22:48:05 +00:00
Jimmy Olgeni
a42c6a5244 Upgrade to version 1.210. 2005-06-03 22:47:37 +00:00
Oliver Lehmann
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +00:00
Roman Bogorodskiy
59dd0acc40 Update to 0.4.0.
PR:		81839
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-06-03 16:52:24 +00:00
Florent Thoumie
1340070041 - Add be_agent, the Veritas Backup Exec (tm) UNIX Agent.
PR:		ports/81420
Submitted by:	Tony Shadwick <numbski@hksilver.net>
2005-06-01 23:31:29 +00:00
Pav Lucistnik
29e9efa2f7 - Fix runtime: catch up with openfiles renaming
PR:		ports/80954
Submitted by:	Ted Faber <faber@isi.edu>
Approved by:	maintainer timeout (15 days)
2005-06-01 16:20:03 +00:00
Pav Lucistnik
cb6b46227b - Update to 2.0.2
PR:		ports/81761
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-06-01 13:34:15 +00:00
Simon Barner
adf764915a Add fanout 0.6.1, tool to run commands on multiple machines.
PR:		76510
Submitted by:	janos.mohacsi@bsd.hu
2005-06-01 06:27:08 +00:00
Florent Thoumie
a3d3f41381 - Update to 0.5.13.
PR:		ports/81729
Submitted by:	Ports Fury
2005-05-31 20:28:26 +00:00
Florent Thoumie
29be8bff1f - Update to 1.8.2.
PR:		ports/81720
Submitted by:	maintainer
2005-05-31 20:26:11 +00:00
Florent Thoumie
bbbf562204 - Update to 3.0.
PR:		ports/81728
Submitted by:	Ports Fury
2005-05-31 17:37:12 +00:00
Peter Pentchev
1f6537967d Remove the duplicate 'Stopping svscan' message on shutdown.
Fix the URL in pkg-descr.
Bump PORTREVISION.

PR:		81665
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-05-30 11:28:04 +00:00
Pav Lucistnik
036c763e5f - Fix build when gnugetopt is installed
PR:		ports/81544
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	Edson Brandi <ebrandi@fugspbr.org> (maintainer)
2005-05-28 23:04:34 +00:00
Pav Lucistnik
c712e3a001 - Don't document non-existant feature
PR:		ports/81484
Submitted by:	User & <scottro@nyc.rr.com>
2005-05-28 14:48:53 +00:00
Patrick Li
be598339f1 Update to 0.3.4 2005-05-27 23:07:01 +00:00
Tilman Keskinoz
b2b1feea07 Revert back to USE_INC_LIBTOOL_VER to unbreak plugin detection
PR:		81554
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2005-05-27 14:42:51 +00:00
Pav Lucistnik
305e08ee91 This is a resolution hack for Intel 915 based video cards. Based on code
written by Alain Poirer for Linux, modified by Steve Tomljenovic. Binary
install, source code included.

PR:		ports/80496
Submitted by:	Remington <TastyNachos@charter.net>
2005-05-26 21:33:34 +00:00
Sergey Matveychuk
9eaa88de22 - Update to 1.3
PR:		ports/81405
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer
2005-05-26 12:09:26 +00:00
Hajimu UMEMOTO
93178b98c5 Update to 2.2.7. 2005-05-25 16:38:44 +00:00
Jean-Yves Lefort
0399cfd20b Update to 2.0.4
PR:		ports/81005
Submitted by:	maintainer
2005-05-25 11:41:16 +00:00
Oliver Lehmann
6ac57423e7 fix smartmontools for recent CURRENT systems.
bump PORTREVISION

Submitted by:	sos
2005-05-25 00:26:37 +00:00
David E. O'Brien
c477bc8709 Update to version 4.75. 2005-05-24 14:52:43 +00:00
Simon L. B. Nielsen
13dbf6a820 - Unbreak handling of updated pkgdb.db so it is not regenerated for
every run, which also makes portversion(1) works for non-root users
  again.  This is done by simply having the flag file in /var/db/
  (thanks to pav for the suggestion).
- While here anyway, fix some make warnings during install on FreeBSD 6.

PR:		ports/81088
Reported by:	many
Tested by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Approved by:	erwin (mentor)
2005-05-23 11:30:17 +00:00
Simon Barner
ea946ff281 Add mdf2iso 0.3.0, a Alcohol 120% to ISO converter.
PR:		81384
Submitted by:	Andrej Zverev <az@inec.ru>
2005-05-23 10:56:05 +00:00
Anders Nordby
2b8c18b86d Patch install script before installation in WRKSRC, to prevent .bak file
from being left behind.
2005-05-23 07:22:57 +00:00
Markus Brueffer
73c0abbc27 Update to version 3.0.5 2005-05-22 14:01:00 +00:00
Kris Kennaway
49992718e3 BROKEN on 4.x: Does not compile 2005-05-21 18:04:44 +00:00
Joe Marcus Clarke
cdf17a89ef Do not remove libdata/pkgconfig since it is now part of mtree.
Reported by:	pointyhat via kris
2005-05-21 18:03:55 +00:00
Oliver Lehmann
f6eec6d86a fix uptime calculation on 64bit platforms
bump PORTREVISION

Approved by:	maintainer
2005-05-21 08:58:59 +00:00
Lars Koeller
a7cb60a0d5 o) Fix missing move of bacula.sh.sample to z-bacula.sh.sample 2005-05-20 06:38:25 +00:00
Roman Bogorodskiy
221b07e330 Fix build on 4.x.
Reported by:	pointyhat via kris
2005-05-20 03:26:52 +00:00
Anders Nordby
235ab926ed Update to 1.2. 2005-05-19 19:34:31 +00:00
Oliver Lehmann
ed606077ab update to 4.2.2 2005-05-19 18:34:49 +00:00
Simon Barner
3f03bb164f - Update to 0.11.24
o Bugfix release
 o see http://k3b.plainblack.com/news2

- Convert to libtool15 => get rid of .la files

- Some spelling fixes for pkg-{descr, message*}

Submitted by:	Heiner Eichmann <h.eichmann@gmx.de> (maintainer),
		Jose M Rodriguez <josemi@freebsd.jazztel.es> (who
		noticed that the distfile was re-rolled and who
		submitted an updated patch)
PR:		ports/81059
2005-05-19 15:56:45 +00:00
Michael Landin
6cb0e76c70 o install man page
0 remove WWW as this is no longer valid
2005-05-19 10:51:26 +00:00
Roman Bogorodskiy
811e060908 Add sysutils/deltup - a source delta update program. 2005-05-18 16:51:17 +00:00
Tilman Keskinoz
a3480044c3 Update to 0.74
- cdda-player fixes
- cd-drive shows MMC level
- CD Text improvements/fixes
- FreeBSD audio sub-channel time reporting fixed
2005-05-18 15:21:30 +00:00
Hye-Shik Chang
03ac3277f2 Update to 1.2.1:
- pkg_genplist check mode now ignores gconf entries when GCONF_SCHEMAS
    is used. [1]

Advised by:	pav [1]
2005-05-18 13:18:49 +00:00
Pav Lucistnik
1f10716342 - Fix: Headers of dar use some functions of gettext without including the
necessary header libintl.h.  This prevents kdar from getting compiled.

PR:		ports/81003
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
Approved by:	Edson Brandi <ebrandi@fugspbr.org> (maintainer)
2005-05-18 07:54:36 +00:00
Sergey Matveychuk
243f8f87e1 - Update to 0.97 2005-05-18 06:51:01 +00:00
Anders Nordby
c4d69f22ee Unbreak: plist fix, remove lmon directory if empty. 2005-05-17 17:06:59 +00:00
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Hajimu UMEMOTO
fd2482c9d5 - Update to 2.2.6.
- Use GnuTLS by default.  You can still use OpenSSL by specifying
  WITH_OPENSSL=yes.
- Add WITHOUT_NLS knob to disable installing message catalogs.
- Shorten pkg-descr.
2005-05-16 12:43:10 +00:00
Roman Bogorodskiy
2077670da5 Update to 1.0.6.
PR:		81046
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer
2005-05-15 18:29:01 +00:00
Thierry Thomas
71fa9a6779 Add unidesc 2.12, Unicode Description Utilities.
Unidesc consists of four programs for finding out what is in a Unicode file.

They are useful when working with Unicode files when one doesn't know the
writing system, doesn't have the necessary font, needs to inspect invisible
characters, needs to find out whether characters have been combined or in what
order they occur, or needs statistics on which characters occur.
2005-05-15 15:54:36 +00:00
Lars Koeller
67c3248d2e o) This release will fix the BSD USB lockup bug that many users
have experienced. (I can't check this due to lack of an USP apcups device)
   Perhaps this fixes PR ports/80233.
2005-05-15 14:51:44 +00:00
Lars Koeller
570bc976e4 o) Update to 1.36.3
o) Docs are now in separte distfile
o) rename rc.d/bacula.sh into rc.d/z-bacula.sh to avoid
   problems with old style rc environment (postgres or mysql is
   started after bacula).
2005-05-15 14:44:50 +00:00
Hye-Shik Chang
f2830ff592 Update to 1.2.
- Ported to Python 2.3. [1]
  - It's now prohibited to run pkg_trackinst in ports directories.
  - pkg_genplist now writes "-c" mode error output to the file
    mentions on "-o" option.
  - Fixed a problem that can't handle manpages containing "." (dots)
    in their name. [1]
  - pkg_genplist now bypasses command line arguments to make command
    in build and install target.

PR:		80831 [1]
Submitted by:	Radim Kolar <hsn@netmag.cz> [1]
2005-05-15 11:47:11 +00:00
Roman Bogorodskiy
e615305db0 OPTIONS'ify.
PR:		81025
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	Dominic Mitchell (maintainer)
2005-05-14 18:26:08 +00:00
Roman Bogorodskiy
a3fb4e865f Fix build on 5.x
PR:		80473
Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
Approved by:	maintainer timeout
2005-05-14 11:36:45 +00:00
Thierry Thomas
1354f668ae Change maintainer address.
PR:		ports/80973
Submitted by:	Ulrich Spoerlein <q (at) galgenberg.net>
2005-05-13 20:17:27 +00:00
Max Khon
86ecf5aa51 Fix WITH_WXCONSOLE=yes. 2005-05-12 21:34:13 +00:00
Peter Pentchev
8251f24dc8 Yikes... purge all references to the long-dead ringwraith.online.bg.
PR:		80213 (rname)
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-05-10 07:39:18 +00:00
Roman Bogorodskiy
b3b2273ba8 Add MASTER_SITE_LOCAL to MASTER_SITES to fix fetch.
Reported by:	pointyhat via kris
2005-05-10 05:30:15 +00:00
Tilman Keskinoz
8f4e84e587 - Remove reference to old maintainer
- Force build with -O as Kevin Oberman reported problems with -O2

PR:	80711
2005-05-09 20:46:27 +00:00
Volker Stolz
980255b7fa Update to 5.33 and unIGNORE on 4.x
PR:		ports/80257
Submitted by:	Mike Jakubik
Approved by:	maintainer timeout
2005-05-09 10:00:14 +00:00
Dmitry Sivachenko
d90e4d4389 Chase librrd shared library version change after recent upgrade of rrdtool. 2005-05-09 08:20:16 +00:00
Jean-Yves Lefort
ebbfc6fe5c - Update to 1.8.1
- Workaround for a bug in readline
- Correction for crossbuilds: MACHINE_ARCH -> ARCH

PR:		ports/80787
Submitted by:	maintainer
2005-05-08 16:33:31 +00:00
Hye-Shik Chang
fca5599500 Update to 1.1.
pkg_trackinst now carries its own install log library "insthook.so"
and is free from installwatch which is GPL-ed.
2005-05-08 02:54:31 +00:00
Kris Kennaway
8e76304b46 BROKEN: incomplete pkg-plist 2005-05-07 23:11:33 +00:00