Commit graph

157621 commits

Author SHA1 Message Date
Andrey A. Chernov
2dcf910727 - Respect DESTDIR
- Eliminate plist

PR:             101816
Submitted by:   gabor
2006-08-12 13:11:23 +00:00
Erwin Lansing
85d148a1d4 Respect DESTDIR
PR:		101812
Submitted by:	gabor
2006-08-12 13:11:16 +00:00
Erwin Lansing
47dce6d3af - Respect DESTDIR
- Respect CC
- Remove an unnecessary .if
- Bump PORTREVISION

PR:		101806
Submitted by:	gabor
2006-08-12 13:09:23 +00:00
Erwin Lansing
a13e4dac29 Respect DESTDIR
PR:		101805
Submitted by:	gabor
2006-08-12 13:07:49 +00:00
Erwin Lansing
67c9856a38 - Respect DESTDIR
- Eliminate two patches and reinplace edit instead

PR:		101787
Submitted by:	gabor
Approved by:	maintainer
2006-08-12 13:06:26 +00:00
Erwin Lansing
062a3010ff Respect DESTDIR
PR:		101796
Submitted by:	gabor
2006-08-12 13:04:13 +00:00
Erwin Lansing
a0a19e5533 - Respect DESTDIR
- Hide some command invocations in port Makefile

PR:		101670
Submitted by:	gabor (maintainer)
2006-08-12 13:02:41 +00:00
Andrey A. Chernov
3bcd0f2ec1 Comment out COURIER_MAILDIR_KLUDGE support waiting new patch location
appearse (perhaps)

PR:             101829
2006-08-12 13:02:31 +00:00
Erwin Lansing
e0263e215c - Respect DESTDIR
- Hide some command invocations in port Makefile

PR:		101669
Submitted by:	gabor (maintainer)
2006-08-12 13:01:25 +00:00
Norikatsu Shigemura
16a1d1bab4 Get media size by DIOCGMEDIASIZE ioctl(2).
# dd if=/dev/zero of=/var/tmp/reiserfs.img bs=1m count=64
 # mdconfig -a -t vnode -f /var/tmp/reiserfs.img
 # mkfs.reiserfs -q /dev/md0.

Obtained from:	src/sbin/newfs/newfs.c
2006-08-12 12:33:13 +00:00
Andrew Pantyukhin
48a83234dd - Update to 11.6
Approved by:	miwi (maintainer)
2006-08-12 11:24:31 +00:00
Florent Thoumie
80adb4d3ec - Respect DESTDIR.
PR:		ports/101891
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-08-12 11:18:14 +00:00
Simon L. B. Nielsen
6608bd0f2c Fix compile with OpenSSL 0.9.8b from -CURRENT.
Problem reported by:	kris
2006-08-12 11:05:37 +00:00
Lars Balker Rasmussen
3a71a09d72 Update to 0.11 2006-08-12 10:26:08 +00:00
Martin Wilke
87a4029d11 - Update to 1.0.3
- Remove msn6 patch is no longer supported

PR:		ports/99911
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
2006-08-12 09:52:53 +00:00
Sergey Matveychuk
0e7b3183fa - Socket descriptors should be in range from 0 to FD_SETSIZE-1.
Fix compare operators to be complied with it.

PR:		ports/101713
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
2006-08-12 09:28:02 +00:00
Edwin Groothuis
2108f4f113 according to portsmon, this is resolved 2006-08-12 09:09:37 +00:00
Doug Barton
178553ea50 Update for new version 1.7 2006-08-12 09:05:46 +00:00
Clement Laforet
8a2639ab99 - Fix apr_dbd_mysql build 2006-08-12 09:05:18 +00:00
Doug Barton
3613ada588 Update for new expunge feature in 1.7, and generally improve markup 2006-08-12 09:04:48 +00:00
Doug Barton
24eb87d739 New Features
============
1. -e mode to expunge a port via pkg_delete, and optionally
remove its distfiles
2. -s and -e modes now respect -b (backup) and -d|D options
regarding always deleting (or not deleting) distfiles

General
=======
1. Re-factor more code out into functions, and move them earlier in the
script so that they are available to the new features.
2. Clean up the code in a few places to make it slightly more efficient,
and a lot more readable.

Bug Fixes
=========
1. Fix exit status of various code paths to be more in keeping
with Unix tradition [1]
2. Be a lot more thorough about killing off errant children when
the user hits ^C [1]
3. If the directory referred to by PKGREPOSITORY exists, use it
to store packages built for -b and -g instead of HOME [2]

My thanks to both Darren and James for their patience and testing
of several development versions to nail down bugs 2 and 3.

Brought to my attention by: Darren Pilgrim <darren.pilgrim@bitfreak.org> [1]
Brought to my attention by: James O'Gorman <james@netinertia.co.uk> [2]
2006-08-12 09:04:03 +00:00
Erwin Lansing
f2cd8f20ce Pointyhat seems to have difficulty reaching the official mirror,
so mirror locally.
2006-08-12 08:34:40 +00:00
Roman Bogorodskiy
708758a41e Update to 1.4.2. 2006-08-12 07:27:35 +00:00
Roman Bogorodskiy
b33b74bb3c Update to 0.5.9. 2006-08-12 07:01:03 +00:00
Jose Alonso Cardenas Marquez
181e760a0e - Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4
Reviewed by:	bsam
Approved by:	netchild, garga (mentor)
2006-08-12 07:00:35 +00:00
Rong-En Fan
075b40dd6e - Try to remove some locale directories that are not in mtree file [1]
- Define USE_GETTEXT [1]
- Bump PORTREVISION for changes above [1]
- Reorder RUN_DEPENDS to pet portlint(1) [2]

PR:		ports/101498 [1]
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> [1], rafan [2]
Approved by:	Soren Dossing <netcom at sauber.net> (maintainer)
2006-08-12 06:17:37 +00:00
Andrew Pantyukhin
834eb346f0 - Update to 8.29 2006-08-12 05:38:02 +00:00
Hye-Shik Chang
69f137f4d4 Remove a wrong patch which doesn't apply to Python 2.2.
PR:		90829
Submitted by:	Mike Brown <mike@skew.org>
2006-08-12 04:24:42 +00:00
Hye-Shik Chang
a75177add7 Update to 2.4
PR:		100485
Submitted by:	Kostik Belousov <kostikbel@gmail.com>
2006-08-12 04:10:08 +00:00
Rong-En Fan
09fbfa4d29 - Respect DESTDIR
PR:		ports/101838
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-12 04:07:30 +00:00
Rong-En Fan
79f7352ab9 - Update to 1.4.0
PR:		ports/101732
Submitted by:	Frank Mayhar <frank at exit.com> (maintainer)
2006-08-12 03:58:28 +00:00
Hye-Shik Chang
773ced5faf Avoid to use "ncursesw" which causes segfault when the system has
devel/ncurses installed due to a shared library collision between
a base ncurses from libreadline dependency and a local ncurses from
libncursesw dependency.

PR:		99496
Submitted by:	rachid achellal <rachid@in.nl>,
		Xiao-Yong Jin <xj2106@columbia.edu>
2006-08-12 03:57:46 +00:00
Rong-En Fan
c6d8971628 - Update to 2.1
- Pass maintainership to submitter

PR:		ports/101719
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-12 03:57:38 +00:00
Rong-En Fan
62801042a0 - Update to 2.0
- Fix rc script, use command_interpreter to make it stop properly
- Pass maintainership to submitter

PR:		ports/101672
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-12 03:56:54 +00:00
Hye-Shik Chang
d5910658d0 - Respect DESTDIR
- Respect CC/CXX
- Bump PORTREVISION

PR:		101807
Submitted by:	gabor
2006-08-12 03:18:48 +00:00
Hye-Shik Chang
ef93658b35 Update to 1.8a 2006-08-12 03:11:43 +00:00
Rong-En Fan
16045b21cd - Update to 0.95.0 2006-08-12 01:43:51 +00:00
Edwin Groothuis
eb2c34373e broken on 7.x, probably due to gcc 2.95 requirements 2006-08-12 00:36:29 +00:00
Maxim Sobolev
1d2c7759ee Update to 1.0.12. 2006-08-11 20:55:54 +00:00
Pav Lucistnik
a08628bd2d - Update to 2.6.1.2006.08.10
PR:		ports/101758
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2006-08-11 20:42:55 +00:00
Pav Lucistnik
163632704c - Update to 2.6.0
PR:		ports/101756
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2006-08-11 20:28:52 +00:00
Pav Lucistnik
6755590114 - Update to 4.55.10
PR:		ports/101766
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2006-08-11 20:10:30 +00:00
Pav Lucistnik
e447bcb1ab - Update to rerolled distfile on zencomputer.ca
Reported by:	krismail
2006-08-11 19:05:01 +00:00
Renato Botelho
515ae25583 Permit big_todo and ext_todo be applied together
Reported by:	Carlos A. Talhati <cat at iqsc.usp.br>
2006-08-11 19:00:12 +00:00
Dag-Erling Smørgrav
a7e5361ab5 The Varnish high-performance HTTP accelerator. 2006-08-11 17:56:20 +00:00
Roman Bogorodskiy
cf84ff494d Fix build on 4.x.
Reported by:	pointyhat via kris
2006-08-11 17:36:00 +00:00
Roman Bogorodskiy
a8a36b50b8 Add WITHOUT_SETI knob. 2006-08-11 17:18:58 +00:00
Andrew Pantyukhin
196d34848e - Respect DESTDIR
PR:		ports/101803
Submitted by:	Gabor Kovesdan <gabor@FreeBSD.org>
2006-08-11 16:31:27 +00:00
Cheng-Lung Sung
271d4d2ba7 - Update mail/squirrelmail to 1.4.8 to fix some security problems:
http://www.squirrelmail.org/security/issue/2006-08-11
  CVE-2006-4019

PR:		ports/101824
Submitted by:	maintainer (Simon Dick)
2006-08-11 16:28:19 +00:00
Andrew Pantyukhin
f1b026e86f Add port www/xpi-gmail-manager:
Allows you to manage multiple Gmail accounts and receive new mail
notifications. Displays your account details including unread messages,
saved drafts, spam messages, labels with new mail, space used, and new mail
snippets.

WWW: http://www.longfocus.com/firefox/gmanager/

PR:		ports/101818
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-08-11 16:18:23 +00:00