1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

4326 Commits

Author SHA1 Message Date
Volker Stolz
fde8784be0 Add note regarding portsdb -u - crashes to pkg-descr.
Professional help requested: Some skilled person with valgrind should take
a look on this ruby bug.

PR:		ports/68834
Submitted by:	Radim Kolar (maintainer)
2004-07-09 07:56:00 +00:00
Kirill Ponomarev
2872e9bec4 Fix MASTER_SITES
PR:		ports/68822
Submitted by:	maintainer
2004-07-08 18:01:10 +00:00
Kirill Ponomarev
33f80e6407 Update to 2.2.5
PR:		ports/68807
Submitted by:	maintainer
2004-07-08 11:39:29 +00:00
Oliver Eikemeier
9e1083c1ed Update to 2.25. This version correctly handles zombie processes and no
need to be patched.

PR:		68809
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-07-08 11:12:42 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
David E. O'Brien
452f058163 Update to a snap release that fixes the build on ancient 5-CURRENT. 2004-07-07 19:05:16 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Pav Lucistnik
6b6b928a17 - Update to 13
: fixed cleaning of broken ports from database (untested)
  : minorupdate [hold] bug fixed (untested)

PR:		ports/68738
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-06 21:23:26 +00:00
Akinori MUSHA
be40c29b61 Fix a bug with -P when there are more than one binary package file for
a package to install or upgrade.

PR:		ports/68598
Submitted by:	Victor Prylipko <vic@liniya.ru>
Bug traced by:	Andrew Bliznak <andrew@ort.lviv.net>
2004-07-06 19:32:53 +00:00
Pav Lucistnik
7157c79163 - Remove master site and WWW.
PR:		ports/68733
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-06 18:31:31 +00:00
Joe Marcus Clarke
2e3ec09d45 Update to today's pkg_install from HEAD. 2004-07-06 00:17:35 +00:00
Pav Lucistnik
9634a35829 - Due to an astonishing interest in this port, put a distfile temporarily
on my private (and working) site.
2004-07-05 18:48:21 +00:00
Volker Stolz
1524ab97c8 Update to latest src in NetBSD: 20040704
PR:		ports/68675
Submitted by:	maintainer
2004-07-05 17:15:26 +00:00
Pav Lucistnik
d0cbbde3ee - Update to 12
added rule bsd.port.pre.mk depends on bsd.port.mk
  use real describe file path when generating readme.html
  added freebsd port of debian package history tracker,
  you can optionally install it
  minorupdates can be optionaly installed

PR:		ports/68664
Submitted by:	Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-04 21:46:17 +00:00
David E. O'Brien
70013eeb9e Update to a snap release that fixes the build on 5-CURRENT. 2004-07-04 20:46:34 +00:00
Pav Lucistnik
8362a2b2fa - Don't remove directory belonging to gnomehier
Submitted by:	kwm on FreeNode
2004-07-04 12:14:35 +00:00
Kris Kennaway
403c754f14 Mark IGNORE for 5.x since pkill is included in the base. 2004-07-03 23:45:02 +00:00
Lars Koeller
176782a545 o) Fix wx-console compile problem. 2004-07-03 14:57:20 +00:00
Lars Koeller
08fc2e62dd o) Bacula didn't create the database dir anymore when it is installed.
Now the port did it.

PR:		-
Submitted by:	Andy Wettstein <ajw@physics.umn.edu>
2004-07-03 09:17:08 +00:00
Lars Koeller
7fdacad5df o) Fix build error in console.c with readline support
PR:		-
Submitted by:	Kris Kennaway <kris@obsecurity.org>
2004-07-03 09:11:54 +00:00
Pav Lucistnik
07c22b3b6d - Chase redirect which is only visible for foreign clients.
Reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>
2004-07-02 22:43:20 +00:00
Pav Lucistnik
8ac7b02bfa - Add two files missed in previous commit 2004-07-02 20:18:49 +00:00
Pav Lucistnik
9934e8faa6 Add portindex, an alternative INDEX file builder. Features:
1. You do not need to wait 1 hour after every cvsup for make index to finish.
   This program supports incremental index builds.
2. Supports indexing of incomplete ports trees.
3. Dependences between ports (including multiple) are correctly tracked.
   tracking is done by .include hunting
4. Dependences on /usr/port/Mk/* are tracked
5. Dependences on /var/db/ports are tracked
6. Dependences on Makefile.local are tracked
7. No known difference between make index and this program

WWW: http://home.tiscali.cz/~cz210552/bsdportsutils.html

PR:		ports/68549
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-07-02 20:16:56 +00:00
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