1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

6982 Commits

Author SHA1 Message Date
Pav Lucistnik
fd42068259 - Readd without keyword expansion 2006-10-07 15:18:14 +00:00
Pav Lucistnik
af5aa5b6b2 - Remove temporarily 2006-10-07 15:17:52 +00:00
Pav Lucistnik
3ec03bb237 - Fix build
- Style

PR:		ports/101178
Submitted by:	Michael Bushkov <bushman@rsu.ru> (maintainer)
2006-10-07 15:12:29 +00:00
Jimmy Olgeni
ef32423ee8 Fix MASTER_SITES.
Obtained from:	Michael Hugelmann <mikehugelmann(at)gmail.com>
2006-10-07 14:15:24 +00:00
Doug Barton
1aed3284ba Update for new version 1.9 2006-10-06 21:51:15 +00:00
Doug Barton
e7d3f231ee New Features:
=============
1. You can now specify multiple ports to upgrade on the command line,
such as 'portmaster foo-1.23 bar-4.56 baz-7.98'. [1] Pass -n argument
to child processes (as needed) to handle this case.
2. Handle an alternate port that can satisfy a build requirement by
reading the CONFLICTS for the "standard" port, and seeing if we have
one of those installed. [1]
3. Unless the user specifies the new -B option, always build a backup
package when updating an existing port. Unless the user has specified
the -b option, delete the package on successful installation of the
new port, or print a helpful message telling the user where they can
find the package if install fails.
4. Don't only test a port for IGNORE, also test FORBIDDEN and BROKEN
to avoid doing a lot of work on dependencies for a port that we aren't
going to install.

Big Improvements:
=================
1. Significantly enhance the -r option by tracking what ports should
be rebuilt as a result of it, and rebuilding them "in line" if they
are dependencies of other ports that should also be rebuilt. Thus,
make sure that these ports get rebuilt once, and only once. Also,
don't rely on just the installed port's +REQUIRED_BY file to get the
list of dependencies, since it may be out of date. Search the pkg tree
for that port's DEPORIGIN to make sure that we get them all.
2. Track answers to ports that have +IGNOREME files, so the user is
not asked twice.
3. Rather than use all-depends-list to handle dependencies, use a
combination of build-depends and run-depends. This seems to get
everything we actually need, without sucking in a lot of stuff we don't.
4. Stop abusing the config_only mode, and make a clear separation
between first run (if any) and build run that does not depend on it.
This makes -G mode work as intended, with no bad side effects. [1]

Small Improvements:
===================
1. Add PREFIX/sbin to the PATH [1]
2. Cache "no" answers when using -i ("yes" was already cached).
3. If pkg_version thinks that two versions are the same even though
they have different pkg names, don't warn the user.
4. Clean up package code a little.
5. Twiddle the "waiting on" message for fetch & checksum.
6. If a user has a stale +REQUIRED_BY file in a pkg directory, print a
helpful message that suggests how to fix it. [2]
7. Don't tell a user about a -r port to rebuild if we're not going to
rebuild it for whatever reason.

Bug Fixes:
==========
1. Clean up trailing white space.
2. If the pkg data is corrupt, a search for installed port by ORIGIN
could return more than one answer. So, use only the first answer.
3. In dependency_check(), if a port has moved, check the new location
to see if it needs updating.
4. If there are no valid ports to build based on the command line
args, don't try to build /usr/ports/ [3]

[1] Suggested, debugged, and generally helped greatly by mezz
[2] Wondered about by yar
[3] Reminded by Bill Blue
2006-10-06 21:50:29 +00:00
Martin Wilke
29159b39bc - Add backup MASTER_SITES
Submitted by:   pontyhat via kris
2006-10-06 18:08:42 +00:00
Alejandro Pulver
6035691569 TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.

WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php

PR:		ports/103296
Submitted by:	trasz
2006-10-06 02:32:32 +00:00
Martin Wilke
88db7b56d4 - Correctly handle manpages
- Always install baucla group so that client install works
- Do not install mysql start/stop scripts
- Bump PORTREVISION

PR:		ports/103176
Submitted by:	Dan Langille (maintainer)
2006-10-05 21:21:26 +00:00
Martin Wilke
2db7aabb6b - Update to 1.39.24.20061002
PR:		ports/104008
Submitted by:	Dan Langille (maintainer)
2006-10-05 19:08:27 +00:00
Soeren Straarup
5ee4509778 PR: 103986
Submitted by:	maintainer
Approved by:	tmclaugh (mentor)
2006-10-05 15:56:13 +00:00
Boris Samorodov
228044f340 Actually mark BROKEN for 5.x, not for all versions as it was done
at previous commit.

Pointy hat to:	bsam (me)
2006-10-05 06:35:52 +00:00
Boris Samorodov
81200350b5 Mark BROKEN (does not compile).
Reported by:	krismail (pointyhat for amd64/5.x),
		my company's tinderbox (for i386/5.x)
2006-10-05 06:30:35 +00:00
Cheng-Lung Sung
25b180324d - Update to 1.3
PR:		ports/103921
Submitted by:	chinsan
Approved by:	maintainer (Jonatan B)
2006-10-05 04:07:49 +00:00
Rong-En Fan
94f8f411d1 - Update to 20061003
PR:		ports/103934
Submitted by:	Sulev-Madis Silber <madis555 at hot.ee> (maintainer)
2006-10-04 05:47:49 +00:00
Marc G. Fournier
0f2b8f503b Fix the report server hostname ... 2006-10-04 04:51:41 +00:00
Marc G. Fournier
218548c5d6 Fix PATH so that it includes /usr/local/bin, so that dig is found on
systems where its installed via ports

Log communications, by default, to /var/log/bsdstats, so that one
knows if things are successful ... now have it so that if any phase
FAILs, it exits and doesn't just go to the next, which most likely
won't work either ...
2006-10-04 04:46:01 +00:00
Cheng-Lung Sung
acfe8cdc39 - reformat pkg-descr
- pet portlint
- take maintainership

PR:		ports/103942
Submitted by:	maintainer (Thierry Thomas)
2006-10-04 01:34:32 +00:00
Chin-San Huang
d969fbba79 Change the following ports to my FreeBSD.org email.
Approved by:	delphij (mentor)

archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
chinese/pcmanx/Makefile
chinese/phpbb-tw/Makefile
chinese/tatter-tools/Makefile
chinese/ve/Makefile
chinese/zhcon/Makefile
devel/pear-Console_Getopt/Makefile
devel/pear-Console_Table/Makefile
devel/pear-PEAR_Info/Makefile
devel/pecl-expect/Makefile
games/p5-Baseball-Sabermetrics/Makefile
graphics/epdfview/Makefile
graphics/p5-Chart-Clicker/Makefile
graphics/p5-GD-Thumbnail/Makefile
graphics/p5-Visio/Makefile
mail/pecl-esmtp/Makefile
math/pecl-stats/Makefile
misc/pear-Services_Weather/Makefile
net/ldapdiff/Makefile
net/p5-RRD-Simple/Makefile
net/pear-Net_CDDB/Makefile
net/pear-Net_SMS/Makefile
net/pecl-cvsclient/Makefile
security/gwee/Makefile
security/p5-GSSAPI/Makefile
security/pam-pgsql/Makefile
security/pecl-ssh2/Makefile
security/pecl-tcpwrap/Makefile
sysutils/p5-BSD-Sysctl/Makefile
sysutils/p5-File-Next/Makefile
textproc/csvdiff/Makefile
textproc/p5-CSS/Makefile
textproc/p5-Pod-XML/Makefile
textproc/p5-SGML-DTDParse/Makefile
textproc/p5-Text-Emoticon-GoogleTalk/Makefile
textproc/p5-XML-Handler-Dtd2DocBook/Makefile
textproc/p5-XML-Handler-Dtd2Html/Makefile
textproc/p5-XML-SAXDriver-CSV/Makefile
textproc/p5-XML-SAXDriver-Excel/Makefile
textproc/p5-ack/Makefile
textproc/pear-XML_DTD/Makefile
textproc/pecl-stem/Makefile
textproc/scim-input-pad/Makefile
textproc/sdcv/Makefile
www/b2evolution/Makefile
www/dokuwiki/Makefile
www/dokuwiki-devel/Makefile
www/lilurl/Makefile
www/p5-HTML-TableParser/Makefile
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter-DokuWiki/Makefile
www/p5-HTML-WikiConverter-Kwiki/Makefile
www/p5-HTML-WikiConverter-Markdown/Makefile
www/p5-HTML-WikiConverter-MediaWiki/Makefile
www/p5-HTML-WikiConverter-MoinMoin/Makefile
www/p5-HTML-WikiConverter-Oddmuse/Makefile
www/p5-HTML-WikiConverter-PbWiki/Makefile
www/p5-HTML-WikiConverter-PhpWiki/Makefile
www/p5-HTML-WikiConverter-PmWiki/Makefile
www/p5-HTML-WikiConverter-SnipSnap/Makefile
www/p5-HTML-WikiConverter-Socialtext/Makefile
www/p5-HTML-WikiConverter-TikiWiki/Makefile
www/p5-HTML-WikiConverter-UseMod/Makefile
www/p5-HTML-WikiConverter-WakkaWiki/Makefile
www/p5-HTML-WikiConverter-WikkaWiki/Makefile
www/p5-WWW-Baseball-NPB/Makefile
www/p5-WWW-Comic/Makefile
www/p5-WWW-VenusEnvy/Makefile
www/pear-Services_Delicious/Makefile
www/pear-UDDI/Makefile
www/xpi-cssviewer/Makefile
www/xpi-gmail-manager/Makefile
www/xpi-google-notebook/Makefile
www/xpi-mrtech-local-install/Makefile
www/xpi-no-referrer/Makefile
www/xpi-server_switcher/Makefile
www/xpi-unplug/Makefile
www/xpi-videodownloader/Makefile
www/xpi-web_developer/Makefile
x11/xdialog/Makefile
x11-fm/pcmanfm/Makefile
2006-10-03 15:34:44 +00:00
Stanislav Sedov
1b82172218 - Fix port to configure correctly on OSVERSION > 5.x (smb.h include file has
changed it's location)

PR:		ports/103718
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com> (based on)
Approved by:	sem (mentor)
2006-10-03 13:25:37 +00:00
Marc G. Fournier
9e7d271d1a Slight typo ...
Submitted by:  Ian Darwin <ian@darwinsys.com>
2006-10-03 01:33:11 +00:00
Cheng-Lung Sung
9bdad7d4b7 Add p5-Proc-PidUtil 0.08, PID file management utilities.
PR:		ports/103111
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-10-03 00:56:31 +00:00
Boris Samorodov
f5296d7d16 - fix startup for rc.subr; [1]
- update to 3.12;           [1]
- remove etc/rc.d/nagiosstatd from pkg-plist as USE_RC_SUBR deals itself
  with those files;
- remove etc/rc.d/nagios-statd.sh.sample from pkg-plist (forgotten by
  the submitter).

PR:		103913  [1]
Submitted by:	Jim Shewmaker <jims at bluenotch.com> (maintainer)  [1]
2006-10-02 19:35:42 +00:00
Stanislav Sedov
da9462706d - Honour CC and CXX
- Fix compiling with gcc 4.1

Approved by:	sem (mentor)
2006-10-02 13:34:33 +00:00
Marc G. Fournier
69f0d66df2 cosmetic change 2006-10-02 12:07:30 +00:00
Marc G. Fournier
fb0b907994 Eliminate initial sleep(s) for getting the id token 2006-10-02 12:03:49 +00:00
Alexey Dokuchaev
1239ae2132 Mark as BROKEN on FreeBSD 4.X (pre-GEOM, more generically).
Reported by:	krismail
2006-10-02 04:54:28 +00:00
Andrew Pantyukhin
966f8aa813 - Update to 0.8.11 2006-10-01 17:27:46 +00:00
Boris Samorodov
4751668a55 - fix the portsnap dependency for systems where it is already in base; [1]
- make sure we don't overwrite user's configuration file in case of     [1]
  upgrade;
- bump PORTREVISION.

PR:		103858  [1]
Submitted by:	Sulev-Madis Silber <madis555 at hot.ee> (maintainer)    [1]
2006-10-01 11:05:32 +00:00
Marc G. Fournier
1a0edcb258 Minor change ... make the report server a seperate subdomain then the
web server itself to make it easier to add on multiple report server
front ends
2006-10-01 06:15:31 +00:00
Andrew Pantyukhin
55b555e20b - Update to 0.6.2
- xsearch has been renamed into searchmonkey

Repocopy by:	marcus
2006-09-30 14:00:47 +00:00
Martin Wilke
257b3ba563 - Update to 20060929
PR:		ports/103809
Submitted by:	Sulev-Madis Silber <madis555(at)hot.ee> (maintainer)
2006-09-30 11:07:42 +00:00
Martin Wilke
b7df943d51 The dvdisaster project:
dvdisaster provides a margin of safety against data loss on CD and DVD media
caused by aging or scratches.

* dvdisaster creates error correction data to compensate read errors which
are not correctable in the CD/DVD drive.

* dvdisaster tries to read as much data as possible from defective media.
Afterwards unreadable sectors are recovered using the previously created
error correction data. The maximum error correction capacity is
user-selectable.

* dvdisaster operates at the image level and does not depend on the file
system.

If you create the error correction data in time and keep it at a safe place,
you have a good chance of recovering the medium contents from typical read
errors and to transfer your complete data onto a new medium.

WWW: http://www.dvdisaster.com/

PR:		ports/103772
Submitted by:	Heiner <h.eichmann(at)gmx.de>
2006-09-30 08:02:15 +00:00
Soeren Straarup
e6d16f439e Change my MAINTAINER email to be my @FreeBSD email
Approved by:	tmclaugh
2006-09-29 22:01:22 +00:00
Marc G. Fournier
b39f95ff6c since we're removing a bunch of the sleep(s), let's increase the couple
that remain so that we have pretty much the same overall 'randomness' for
reporting systems ...
2006-09-29 18:59:28 +00:00
Marc G. Fournier
7ccf437131 slight change to the when the sleeps happen ... 2006-09-29 18:58:20 +00:00
Jimmy Olgeni
f129a7507a Update modules: apache-1.300-1, dhcpd-1.300-1, postfix-1.300-3, sendmail-1.300-1. 2006-09-29 08:20:25 +00:00
Marc G. Fournier
d064bd5373 Various changes to address some major issues ...
See -questions for more details ...
2006-09-29 02:24:55 +00:00
Marc G. Fournier
ffd59295ee Add a network connectivity check using dns 2006-09-28 18:21:51 +00:00
Marc G. Fournier
be64e7e8bb fix the code a bit to allow for setting the checkin_server to something
different ... instructions soon to follow on web site as to how to use
this to use apache to redirect requests through it as a 'light proxy'
2006-09-28 18:00:04 +00:00
Pav Lucistnik
becab88653 - Fix a bug in the initialization of a debug kernel sysctl. Merge changeset
9131f671c86d from upstream. This should fix problems with errors and
  truncations during a save.

PR:		ports/103722
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-09-28 16:39:42 +00:00
Boris Samorodov
2440286e7d - more recent snapshot of the code from -current, containing much new code
recently committed;
- the port will no longer build on FreeBSD 6-stable for versions after ipmi
  was MFC'd into the base system.

PR:		103708
Submitted by:	Nick Barkas <snb at threerings.net> (maintainer)
2006-09-27 15:18:37 +00:00
Emanuel Haupt
88817fa133 Update to 1.02 2006-09-25 22:57:18 +00:00
Peter Pentchev
ab4732f429 Add the sigq12 patch, which allows the svc utility to tell supervise to
send SIGQUIT, SIGUSR1, or SIGUSR2 to the daemon process.
OPTIONS'ify - all but the STARTUP_SCRIPT variable, which is a string,
not a flag.
Appease portlint partially - unquote the RESTRICTED message.
Bump PORTREVISION.

Requested by:	"Brent B. Powers" <bbp2006@columbia.edu> (the sigq12 patch)
2006-09-25 11:44:38 +00:00
Martin Wilke
e6d578b83d - Fix premissions with pre-existing user's
- Bump PORTREVISION

PR:		ports/103451
Submitted by:	Lupe Christoph <lupe(at)lupe-christoph.de> (maintainer)
2006-09-25 10:47:02 +00:00
Martin Wilke
fcc49d2e29 - Fix premissions with pre-existing user's
- Bump PORTREVISION

PR:		ports/103450
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
2006-09-25 10:39:15 +00:00
MANTANI Nobutaka
2fe08d71fe Update to 20060921.
Submitted by:	simokawa
2006-09-24 16:25:18 +00:00
Rong-En Fan
1248fb1d02 - Update to 0.23.2
PR:		ports/103561
Submitted by:	Stefan Pauly <stefan at fh-mainz.de>
2006-09-24 13:36:30 +00:00
Kris Kennaway
289d2c2726 BROKEN: Does not install 2006-09-23 23:33:24 +00:00
Mark Linimon
17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00