Commit graph

4303 commits

Author SHA1 Message Date
Kris Kennaway
b408925a50 Use full path to portsdb instead of assuming ${LOCALBASE}/sbin is in PATH 2004-07-02 08:13:07 +00:00
Akinori MUSHA
46edc73a84 Apply a patch to avoid "undefined method `each' for nil:NilClass"
error when such configuration variable as MAKE_ARGS, typically
BEFORE_DEINSTALL is not defined.

Reported by:	krion, Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2004-07-02 04:23:19 +00:00
Oliver Eikemeier
580eeeff30 Test OSVERSION instead of pkg_info -P to enable cross-version builds
Requested by:	kris
2004-07-02 00:31:18 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Volker Stolz
d9199a714a - Update to 0.2.1:
Parse FreeBSD commitmessages again, after the date format has changed
   slightly on 5 June 2004
- Nuke plist in favour of PLIST_FILES while here

PR:		ports/68507
Submitted by:	maintainer
2004-07-01 11:00:52 +00:00
Akinori MUSHA
8f484b7d54 Update to 20040701. New distfile.
portupgrade:
  - Make -PP/--use-packages-only work better, just as I originally
    intended.  Now packages are correctly identified using
    pkg_info(1), "LATEST_LINK" files are also properly detected.
    Related informational messages have also been improved.

    It turned out that the LATEST_LINK/NO_LATEST_LINK detection was
    broken long ago and hasn't been working for long.

pkg_fetch(1):
  - Properly rename a "latest link" file with a full package name with
    version part.

pkgtools.conf(5):
  - Improve and unify the method for pattern matching in MAKE_ARGS,
    BEFOREBUILD, BEFOREDEINSTALL and AFTERINSTALL variables.

    This should fix some cases where it looks like MAKE_ARGS entries
    are ignored.
2004-07-01 04:05:16 +00:00
Joe Marcus Clarke
f72d4e6a9b Update to 0.34.0. 2004-06-30 20:08:39 +00:00
Volker Stolz
42a63591c0 Log to /var/run/log instead of /dev/log.
(bump PORTREVISION)

PR:		ports/55237
Submitted by:	Janos Mohacsi
2004-06-30 12:19:18 +00:00
Oliver Eikemeier
ccceaf623b update to 20040629: sync with -CURRENT 2004-06-30 10:31:45 +00:00
Markus Brueffer
745512aa4c - Update to version 3.0.0
- Use MASTER_SITE_SOURCEFORGE_EXTENDED
- Fix whitespace
- Remove PTHREAD_LIBS hack
2004-06-30 03:05:48 +00:00
Peter Pentchev
ee6be7e1f6 Switch from using /bin/csh to /bin/sh, as suggested on -ports. 2004-06-28 23:56:18 +00:00
Oliver Eikemeier
105acc5ad7 update to version 1.29 2004-06-28 23:33:27 +00:00
Peter Pentchev
722d36ed3b USE_RC_SUBR.
Submitted by:	nork
2004-06-28 23:07:40 +00:00
Akinori MUSHA
4f335699bc Update to 1.0. 2004-06-28 16:48:59 +00:00
Max Khon
8fbb1f7acc Update to 2.01-2. 2004-06-28 01:17:38 +00:00
Lars Koeller
2b6a615291 o) Update to version 1.34.5 2004-06-27 17:48:50 +00:00
Joe Marcus Clarke
33959b7b0f Add more locale directory hacks to bsd.gnome.mk, and fix ports that tried
to fix these using their own patches.

PR:		68256
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-27 17:32:30 +00:00
Tilman Keskinoz
99d48a14a7 Update to 0.69 2004-06-26 12:56:44 +00:00
Kirill Ponomarev
66d0d7c358 Update to version .10
PR:		ports/68352
Submitted by:	maintainer
2004-06-26 05:24:51 +00:00
Josef El-Rayes
d7321ca7a3 Update mirrors for distfile.
Approved by:	clement
2004-06-25 08:07:45 +00:00
Kirill Ponomarev
ee781385b4 Update to version 09
PR:		ports/68301
Submitted by:	maintainer
2004-06-25 07:39:43 +00:00
Michael Landin
a357bfdebd Update to > 2.1
- bugfix
	- new screen design
2004-06-24 15:14:01 +00:00
Sergey A. Osokin
91bd6bb8dd Fix segmantation fault by checking variables after fopen(3) calls.
Author already notified about this problem.
Bump PORTREVISION.
2004-06-24 11:45:44 +00:00
Sergey A. Osokin
f0f6e7886b Add ccd2iso - a CloneCD to ISO converter. 2004-06-24 08:33:19 +00:00
James E. Housley
2e64dedc3a Upgrade to version 0.7.7 which fixes the compile problems on -CURRENT 2004-06-24 01:10:58 +00:00
Marius Strobl
98b643d368 Update to 2.01a32. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a32

Approved by:	netchild
2004-06-23 18:55:51 +00:00
Oliver Eikemeier
358542a875 update to version 20040623, which has a new `filter mode' for pkg_version -T.
If you want to know which ports match '{,??-}apache{,-*}<2.*', do

  /usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}'
2004-06-23 15:55:44 +00:00
James E. Housley
d81cca60f5 Give help for the standard ports option WITHOUT_IPV6, so it is visiable
without having to read the Makefile.  The same can be accomplished via
adding the "-6" option when running healthd.

PR:		68207
Submitted by:	Walter Venable <weaseal@users.sourceforge.net>
2004-06-23 13:33:38 +00:00
Volker Stolz
5b32609d2f - Update to 1.1 (keramida)
- C89-ify (me)
- Grab COMMENT from man-page synopsis (me)

PR:		ports/66649
Submitted by:	keramida
Approved by:	maintainer timeout
2004-06-23 12:13:02 +00:00
Oliver Eikemeier
a1cb510643 Update of port which supports FreeBSD-5 alike INDEX-5 file parsing
PR:		68212
Submitted by:	Anselm Garbe <anselmg@t-online.de> (maintainer)
2004-06-22 22:33:38 +00:00
Pav Lucistnik
3b1fdaa573 - Update to 0.68
PR:		ports/68180
Submitted by:	David Thiel <lx@redundancy.redundancy.org> (maintainer)
2004-06-22 20:47:42 +00:00
Michael Nottebrock
e8a3b06aef Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@

Approved by: maintainer timeout
2004-06-22 19:42:06 +00:00
Pav Lucistnik
8a6316dbd9 - Update to 15.6
PR:		ports/68186
Submitted by:	Chris Pressey <cpressey@catseye.mine.nu>
2004-06-22 18:31:21 +00:00
Akinori MUSHA
957f9e448a Oops, the previous patch was bogus. Sorry. 2004-06-22 04:09:43 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Michael Nottebrock
fffa7a8da4 Upgrade to version 0.4
PR: ports/68175
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
2004-06-21 20:24:05 +00:00
Akinori MUSHA
67b44cc4ca Support the new, extended INDEX format. 2004-06-21 17:38:48 +00:00
Kris Kennaway
fe7fe72ddd Set NO_PACKAGE; screen tends to go into a loop using all available CPU
when used from the package.  Perhaps it's hard-coding information from
the build system that is not true in general.

Reported by:    many people
Freaking out:   peter
2004-06-20 20:21:40 +00:00
Markus Brueffer
3ec10ccf10 - Don't use Makefile.kde anymore
- Remove CONFIGURE_TARGET which now gets handled by bsd.kde.mk

Approved by:	maintainer timeout (4 weeks)
2004-06-20 15:14:14 +00:00
Jimmy Olgeni
ed3c9cc7f8 Fix ${PERL} insertion (unbreak -STABLE). 2004-06-20 10:53:14 +00:00
Jimmy Olgeni
3f3e6d58c7 Fix ${PERL} insertion (unbreak -STABLE). 2004-06-20 10:35:47 +00:00
Jimmy Olgeni
16ebae5b9a Use rc.subr. 2004-06-19 20:58:44 +00:00
Jimmy Olgeni
10fa393919 Upgrade module: fsdump-1.150-1. 2004-06-19 19:08:08 +00:00
Kris Kennaway
29814c80cf BROKEN on 5.x: Does not compile 2004-06-19 07:47:01 +00:00
Greg Lewis
3b06cdd620 Add a port of PowerMan:
PowerMan is a tool for manipulating remote power control (RPC)
devices from a central location. Several RPC varieties are supported
natively by PowerMan and Expect-like configurability simplifies the
addition of new devices.

WWW: http://www.llnl.gov/linux/powerman/
2004-06-17 16:14:13 +00:00
Kirill Ponomarev
2a97a3043d Update to 1.34.4
PR:		ports/68040
Submitted by:	Dan Langille <dan at langille dot org>
Approved by:	maintainer
2004-06-17 13:19:36 +00:00
Pav Lucistnik
2b329fc732 - Fix bug: prerotate and postrotate scripts don't get the logfile name to be
rotated
- Raise portrevision

PR:		ports/67978
Submitted by:	Balázs Nagy <js@iksz.hu> (maintainer)
2004-06-16 19:37:24 +00:00
Pav Lucistnik
b1c26af872 - Add patch to fix zombie problem
- Raise portrevision

PR:		ports/67927
Submitted by:	Konstantin Reznichenko <kot@premierbank.dp.ua> (maintainer)
2004-06-16 18:21:49 +00:00
Kirill Ponomarev
563090eca9 Update to version 0.2p2
PR:		ports/67980
Submitted by:	maintainer
2004-06-16 14:56:17 +00:00
Kirill Ponomarev
b364dea907 Update to version 1.2.4 2004-06-16 08:05:35 +00:00