Commit graph

6034 commits

Author SHA1 Message Date
Joe Marcus Clarke
59cfa6b679 Update to a snapshot of HEAD from today (01-13-2006). 2006-01-13 06:38:06 +00:00
Markus Brueffer
d174c3793e - Update to version 3.0.10
- Add SHA256
2006-01-13 02:44:17 +00:00
Oliver Braun
a50a330af7 Upgrade to 3.8.4. 2006-01-12 17:39:28 +00:00
Erwin Lansing
8c4394af66 Bump the useful version for this port to 4.10 and lower.
Submitted by:	pav
2006-01-12 14:32:44 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Brooks Davis
1a1403f460 Add a patch update required for 6.0u7. I forgot to commit it last time.
No version bump as the previous version wouldn't build.

Pointy hat:	brooks
2006-01-11 23:58:23 +00:00
Brooks Davis
93d0cff344 Upgrade to 1.0.1
- Enable softupdates on disks we newfs since they are generally real
    disks.
  - Increase the size of swap and var in the example.
2006-01-11 23:37:24 +00:00
Pav Lucistnik
6781fcda93 - Update to 1.2.2
PR:		ports/91656
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:00:06 +00:00
Pav Lucistnik
6d134c6396 - Update to 1.6.0
PR:		ports/91654
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:58:15 +00:00
Pav Lucistnik
c4b5e3e536 - Update to 1.2.0
PR:		ports/91648
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:50:10 +00:00
Pav Lucistnik
6ba0da03d3 - Update to 1.9.3
PR:		ports/91655
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:26:29 +00:00
Brooks Davis
ab69be96d0 Add MASTER_SITE_LOCAL to the list of MASTER_SITES. Get rid of debugging
in the rc.d script.  Make the script actually avoid rewiping the disk
once it's been labled.
2006-01-11 18:20:59 +00:00
Brooks Davis
515396a59f Upgrade to 6.0u7. No major changes. 2006-01-11 02:33:30 +00:00
Sergei Kolobov
d002e64530 - Update to 1.3.3 2006-01-10 17:15:16 +00:00
Volker Stolz
60c8d96314 Repocopy sysutils/linneighborhood to more appropriate category 'net'.
PR:		ports/91551
2006-01-10 10:44:05 +00:00
Mario Sergio Fujikawa Ferreira
eaf079bb20 o Fix build on FreeBSD 4.x branch
o Some code tidying up through better patching

PR:		91485
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-01-10 00:54:23 +00:00
Markus Brueffer
7ee5501f48 Add kshutdown 0.8.1, an advanced shutdown utility for KDE.
Features:
  o Turn Off Computer (logout and halt the system)
  o Restart Computer (logout and reboot the system)
  o Lock Screen (lock the screen using a screen saver)
  o End Current Session (end the current KDE session and logout the user)
  o Extras (additional, external user commands)
  o Time and delay options
  o Command line and DCOP support
  o System tray icon and panel applet
  o Visual and sound notifications
  o KDE Kiosk support

WWW: http://kshutdown.sourceforge.net/
2006-01-09 20:23:21 +00:00
Lars Koeller
d07a356248 o) Update to version 1.38.3
PR:		ports/91420
Submitted by:	Dan Langille <dan@langille.org>
2006-01-09 19:36:17 +00:00
Oliver Lehmann
bebba81071 make it possible to use openssl from ports when no openssl is in base
PR:		ports/91563
Approved by:	maintainer
2006-01-09 18:59:31 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00
Emanuel Haupt
d77998cd7c - Update distinfo, tarball was rerolled [1]
- Bump PORTREVISION

[1]
Changes:
 - char * -> unsigned char *
 - whitespace changes

A full diff is available under
 http://mmmmmm.mine.nu/FreeBSD/foremost.diff

PR:		91554
Submitted by:	Jonathan <onatan@gmail.com> (maintainer)
2006-01-09 15:23:40 +00:00
Jean-Yves Lefort
0d549c218b - Add a menu entry [1]
- Update to 0.4.7 [2]

PR:		ports/91084
Submitted by:	Panagiotis Astithas <past@ebs.gr> [1], maintainer [2]
2006-01-09 13:25:24 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Roman Bogorodskiy
3c22083c7c FIx build without xft support.
Reported by:	pointyhat via kris
2006-01-07 11:20:19 +00:00
Jimmy Olgeni
ebc50a9555 Release maintainership. 2006-01-07 10:44:30 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Mario Sergio Fujikawa Ferreira
e660431070 Update to 0.5.16 2006-01-07 02:23:03 +00:00
Edwin Groothuis
69ec329aa4 sysutils/portupgrade: Fix yet another infinite loop.
Check and avoid infinite loop when MOVED has an entry such as:

	    games/scummvm|emulators/scummvm|2004-04-06|new category
	    emulators/scummvm|games/scummvm|2004-04-13|new category

	    (games/scummvm -> emulators/scummvm -> games/scummvm -> ...)

	Reported by: Bohdan Horst <nexus at hoth dot amu dot edu dot pl>

PR:		ports/91402
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-07 01:04:28 +00:00
Joe Marcus Clarke
c9867be4d9 * Update to 1.4.2
* Fix wireless interface detection [1]

PR:		90199 [1]
2006-01-06 06:13:47 +00:00
Pav Lucistnik
7598ccb917 - Update to 21.9 2006-01-05 22:39:57 +00:00
Edwin Groothuis
ae3467ef12 From: chkversion <kris@FreeBSD.org>
Subject: Ports with version numbers going backwards: graphics/kimdaba, science/gerris...

Looks like an issue with Tools/scripts/bumpportrevision, I'll check
it in a second.
2006-01-05 06:54:57 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Edwin Groothuis
088b3c91ff Update port: sysutils/psgconf
Update to 3.1.12

PR:		ports/90318
Submitted by:	Jim Pirzyk <jim@pirzyk.org>
2006-01-05 00:15:39 +00:00
Emanuel Haupt
ba449ef02c Add zeroer, a command line utility for wiping unallocated space on
a filesystem.
2006-01-04 20:34:52 +00:00
Oliver Braun
ef7c41ed13 Upgrade to 3.8.3. 2006-01-04 18:24:15 +00:00
Edwin Groothuis
356b573191 Update port: sysutils/rdiff-backup-devel to 1.1.5
Update sysutils/rdiff-backup-devel from 1.1.4 to 1.1.5:

	* escape from rdiff-backup's mastering - being a slave to rdiff-backup
	  becomes too hard to maintain with respect to changes in 1.1.5

	* Makefile: mandatory variables imported from ../rdiff-backup/Makefile
	* Makefile: add new entry to MAN1
	* Makefile: slightly alter post-install target to make it install all
	  man pages listed in MAN1
	* add files/patch-setup.py which is now different from the one located
	  in ../rdiff-backup/files/
	* add own pkg-descr
	* sync pkg-plist

PR:		ports/91301
Submitted by:	Vasil Dimov <vd@datamax.bg>
2006-01-04 09:27:54 +00:00
Edwin Groothuis
2dda480e8a Update to port mcweject
My original dist file mistakenly contained object files and
	a gzipped man page.  (I simply forgot to make clean before
	rolling the tarball.) Someone on your end enhanced the port
	Makefile to remove these post-extract as a workaround.  I've
	since cleaned up the dist file, and updated the port Makefile
	and distinfo.  Here's the new tree:

PR:		ports/91247
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu>
2006-01-04 06:23:41 +00:00
Norikatsu Shigemura
879e335dc3 Update to 2.0.1.
* portversion(1) also reads MOVED and trace origin change,
  and, when invoked with "-v", displays the new origin.

  Example:

      % portversion -v screen
      screen-4.0.2_2   <  needs updating (port has 4.0.2_3) (=> 'sysutils/screen')

* Add "--ignore-moved" to portupgrade(1) and portversion(1).
  When invoked with this option, both programs totally ignore MOVED.
  If you encounter strange behaviour of these programs, try this out.

* Add IGNORE_MOVED option to pkgtools.conf.
  This can be used to selectively ignore MOVED by pkgs.
  See pkgtools.conf.sample for details.

* Keep the order of MOVED entries, and do not trace back to old entries.
  Previously, when encounters the following entries,

	editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
	editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location

  portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
  I thought this behavior should not be what we want to, so added this change.

PR:		ports/91272
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
2006-01-03 16:57:46 +00:00
Emanuel Haupt
7fa62b9067 Fix build on sparc64
Notified by:	pointyhat via kris
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
		(maintainer by mail)
2006-01-03 13:45:54 +00:00
Edwin Groothuis
ef131b839e [MAINTAINER-UPDATE] sysutils/eiciel update to 0.9.0
The update is mostly relevant to linux, where eiciel does
	now support extended user attributes.

PR:		ports/91248
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-01-03 02:37:33 +00:00
Mario Sergio Fujikawa Ferreira
d2798fc8cd New port vstrip version 0.8f: A VOB de-multiplexing tool, splitter
and VOB/IFO files processor
2006-01-03 01:19:15 +00:00
Edwin Groothuis
1d2994d56b Problem with portupgrade 2.0
Thank you for reporting. I also discovered this problem a few hours ago.

    The source of this trouble is that the following line exists in MOVED,

    lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4

    where "moved from" and "moved to" is the same, but portupgrade
    does not check this case and infinite loop occurs.

    Fix to this problem will be in the next portupgrade release,
    but in the meanwhile, whould you commit the following patch,
    please?

PR:		ports/91209
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-02 11:03:25 +00:00
Roman Bogorodskiy
cf0d9cf8f7 Update to 1.3.5. 2006-01-02 08:20:33 +00:00
Norikatsu Shigemura
e81a09cb91 A happy new year updated to 2.0.0.
(1) Change the versioning scheme of portupgrade.
    portupgrade now becomes 2.0.0!

(2) Add FreshPorts support to portcvsweb(1).
    You can view CVS history via FreshPorts instead of CVSweb
    by using "portcvsweb -F". See the man page of portcvsweb(1) for details.

(3) If the change of the origin is written in MOVED,
    portupgrade reads and chases it.
    You no longer need to supply the origin of the new pkg by "-o" option.

    Example:

        When ftp/wget-devel is moved to ftp/wget, previously you had to run,

	    % portupgrade -o ftp/wget wget

	Now, just run

	    % portupgrade wget

	and portupgrade will do what you want to do.

(4) Try to guess the pkg to be upgraded, when no pkgname is supplied
    as a command line argument.
    This can be done only when the current directory is under $PORTSDIR.

    Example:

	Running

	    % cd /usr/ports/ftp/wget
	    % portupgrade

	will upgrade ftp/wget.

(5) The frequency of INDEX generation on official site is now sufficient,
    recommend to run "portsdb -F" (fetch INDEX from official site)
    instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]

PR:		ports/91164
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by:	Enrique Matias <cronopios at gmail dot com> [1]
2006-01-01 15:43:35 +00:00
Oliver Braun
b8517f0b1c Upgrade to 3.8.2. 2005-12-31 14:57:08 +00:00
Ruslan Ermilov
b77437ebde Allow to compile without smb(4) support. 2005-12-30 22:12:13 +00:00
Pav Lucistnik
47a39af0bb - Add SHA256
PR:		ports/91094
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-12-30 21:36:38 +00:00
Pav Lucistnik
92bf6cdbd4 - Update MASTER_SITES, WWW 2005-12-30 21:35:28 +00:00
Ruslan Ermilov
5ffd89d915 - Process the -P option when compiled with smb(4) support.
- Add PCI IDs for both SMBus controllers of AMD-8111.  NB:
  The non-smb(4) access to the AMD-8111 SMBus 2.0 controller
  is broken -- should use EC, like our amdsmb.c driver does.
2005-12-30 21:33:17 +00:00