1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
Commit Graph

7009 Commits

Author SHA1 Message Date
Cheng-Lung Sung
b37e1c2737 - Remove IGNORE on ${PERL_LEVEL} < 500806
only Perl 5 is needed and the system C compiler

Noticed by: gslin (gslin at gslin dot org) via irc
David Landgren <david@landgren.net>, The author of CPAN Perl module.

PR:		ports/104222
Submitted by:	maintainer (chinsan)
2006-10-10 11:29:37 +00:00
Ion-Mihai Tetcu
dd3985572b - patch sources to respect PREFIX instead of using custom hacks:
Before:
/etc/flexbackup.conf for PREFIX=whatever, WITH_PREFIX_CONF unset
Now:
PREFIX/etc/flexbackup.conf for PREFIX=whatever
- depend on right (g)tar depending on FreeBSD version
- pass maintainership to submitter

PR:		ports/102971
Submitted by:	Marcus von Appen
2006-10-10 08:23:41 +00:00
Soeren Straarup
404f303a47 Add geomgui 0.12
Geomgui is a viewer for the geom layer in the kernel written in C.
It can show the geom layout on the host computer or fetch info from
a remote system via ssh. It has the same arrow key bindings as fx, vi,
(h,j,k and l)and uses z to soom out and Z to zoom in, u is for updating.

WWW: http://geomgui.xride.dk

Approved by:	tmclaugh (mentor)
2006-10-09 22:46:34 +00:00
Sergei Kolobov
a73e848342 - Update to 2.1.21 2006-10-09 15:36:58 +00:00
Sergei Kolobov
9e0ef82bb2 - Unbreak: the author fixed the master site (previously, the distfile
was unavailable for long time after site re-organization). Apparently,
  the author was unaware of the broken links, and fixed it promptly
  after I contacted him.
- The distfile has changed suffix (.tgz -> .tar.gz) - the file was re-rolled
  by the author. The only difference - an entry in the CHANGELOG
  (verified with diff -ruN)
2006-10-09 14:23:25 +00:00
Shaun Amott
43234a996a - Register CONFLICTS with sysutils/tct; both install "bin/file".
- s/INSTALLS_SHLIB/USE_LDCONFIG/
2006-10-09 14:12:36 +00:00
Sergei Kolobov
ac59525574 - Remove systuils/cfengine2 port - superceded by re-born sysutils/cfengine 2006-10-09 13:28:11 +00:00
Sergei Kolobov
4845c44185 - Connect sysutils/cfengine port to the build (instead of systuils/cfengine2) 2006-10-09 13:26:35 +00:00
Sergei Kolobov
fabbead445 - Add patches synced with sysutils/cfengine2 port
Forgotten by:	cvs(1)
2006-10-09 13:23:49 +00:00
Sergei Kolobov
b7ccbcd1bb - Resurrect sysutils/cfengine port removed year ago. It is currently
synced with sysutils/cfengine2 which it is going to replace.
  The reason for that is Cfengine 2.x being the stable version now,
  so the need for keeping both old 1.x (sysutils/cfengine) and the new
  2.x (sysutils/cfengine2) has been obsoleted.

This is currently disconnected from the build.
2006-10-09 13:19:33 +00:00
Markus Brueffer
0e43b85fc9 Remove PTHREAD_LIBS hack. It's no longer needed. 2006-10-09 12:54:25 +00:00
Markus Brueffer
bf5d019630 - Update to version 0.8.11
- Use an own distfile as a patch to fix the buildsystem would have been even
  bigger. No other changes were made and apart from one human, no other beings
  were harmed while generating the build fix.
2006-10-09 12:48:34 +00:00
Cheng-Lung Sung
ce68743631 - Update to 1.7.1
PR:		ports/104139
Submitted by:	chinsan
Approved by:	maintainer (Paul Dlug)
2006-10-09 07:47:59 +00:00
Cheng-Lung Sung
73958c29c1 - Update to 0.04
- According to Changes, amd64 support has been added.

PR:		ports/104182, ports/104184
Submitted by:	clsung, maintainer (chinsan)
2006-10-09 07:27:55 +00:00
Boris Samorodov
f4492d59ff Fix building at 5.x.
Submitted by:	Nick Barkas <snb at threerings.net> (maintainer by email)
2006-10-09 06:35:55 +00:00
Stefan Walter
b56df2cd1a - Unbreak by defining LDAP_DEPRECATED for compilation.
- Respect PREFIX/LOCALBASE.
- s/INSTALLS_SHLIB/USE_LDCONFIG/.
- Move pkg-plist entries to PLIST_FILES.

PR:		102641
Submitted by:	FRLinux <frlinux@gmail.com>
Patch by:	stefan
Approved by:	maintainer timeout (>5 weeks)
2006-10-08 18:36:10 +00:00
Pav Lucistnik
13c2c88c2e - Remove symlinks created by mtree target from plists
Pointy hats to:	rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
		miwi
2006-10-08 14:59:46 +00:00
Cheng-Lung Sung
093c028bf9 - Update to 1.20
PR:		ports/104141
Submitted by:	chinsan
Approved by:	maintainer (Erik Greenwald)
2006-10-08 14:46:11 +00:00
Stanislav Sedov
dd29c7c6ad - Add extrackt and empower to the build.
Approved by:	sem (mentor)
2006-10-08 14:11:22 +00:00
Stanislav Sedov
ee774b0f4f - Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
  feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.

Approved by:	vanilla (old maintainer), sem (mentor)
2006-10-08 13:48:37 +00:00
Sam Lawrance
5a02e72122 Remove sysutils/gnomesu. It's broken, so libgnomesu is a better choice.
PR:		ports/103527
Submitted by:	Ales Katona <almindor@gmail.com>
2006-10-08 06:07:26 +00:00
Marc G. Fournier
d116ebec62 Make pkg-install a bit smarter ... if the questions have already been
answered in /etc/periodic.conf, don't ask them again, just print
out the message ...

Better for unattended port upgrades ...
2006-10-08 00:39:29 +00:00
Shaun Amott
1237b27b94 Register CONFLICTS with sysutils/file. They both install "bin/file".
Submitted by:	Sulev-Madis Silber via freebsd-ports
2006-10-07 22:50:23 +00:00
Pav Lucistnik
5c74b85a8f - Provide rc script
PR:		ports/95708
Submitted by:	Jo Rhett <jrhett@svcolo.com>
Approved by:	Nicolas Jombart <ecu@ipv42.net> (maintainer)
2006-10-07 21:30:59 +00:00
Thierry Thomas
f6426ec4d5 Upgrade to 2.22.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
2006-10-07 20:36:15 +00:00
Cheng-Lung Sung
393d0c1f2d - change MASTER_SITES
PR:		ports/104121
Submitted by:	maintainer (Nils Vogels)
2006-10-07 17:17:03 +00:00
Boris Samorodov
b7520b340a - fix MASTER_SITES; [1]
- 's/INSTALLS_SHLIB/USE_LDCONFIG';
- change my email to FreeBSD.org one.

Pointed out by:	Bill Fenner's distfile survey   [1]
2006-10-07 16:11:47 +00:00
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