aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Add SHA256 to my ports.vd2006-01-233-0/+3
| | | | Approved by: garga (mentor)
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+2
| | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
* - Fix on 64-bit archspav2006-01-232-3/+13
| | | | | PR: ports/92076 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* - Update to 051118sem2006-01-234-155/+341
| | | | | | | | There have been major changes since 040603, including introduction of POSIX.1-2001 support. This should be considered a major update. PR: ports/92159 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* http://developer.linuxtag.net/knoppix/sources/ is not accessible for afjoe2006-01-221-1/+1
| | | | long time. Switch to another MASTER_SITE.
* - Update to 2.5pav2006-01-225-120/+245
| | | | | PR: ports/92116 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2210-55/+54
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2290-449/+449
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports.edwin2006-01-222-12/+15
|
* Implement @dirrmtry for my ports.edwin2006-01-221-1/+1
|
* - Populate newly created rubygems categorypav2006-01-222-2/+2
|
* - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-223-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23]
* Add komparator, an application to synchronizes two directories.arved2006-01-215-0/+61
| | | | | | | It discovers duplicate, newer or missing files. PR: 92015 Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
* Fix build after MFC of swab prototype change.arved2006-01-202-5/+1
| | | | | Unfortunately trhodes did not bump __FreeBSD_version, so use an approximation.
* - Fix pthread usage under FreeBSD 4.Xpav2006-01-202-0/+13
| | | | | | PR: ports/92018 Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net> Approved by: Chuck Swiger <chuck@pkix.net> (maintainer)
* Re-add portmanager, which we now have permission to redistribute.lawrance2006-01-2010-0/+1045
| | | | | Submitted by: outgoing maintainer Michael C. Shultz <ringworm01@gmail.com> (taking a break)
* Change my email address to the @FreeBSD onevd2006-01-204-4/+4
| | | | Approved by: garga (mentor)
* BROKEN on 5.x: Does not compilekris2006-01-201-0/+4
|
* Remove portmanager. Author has withdrawn permission to distribute it.linimon2006-01-2010-1046/+0
| | | | Hat: portmgr
* o) Update to bugfix release 1.38.5 (from 1.38.3)lkoeller2006-01-202-7/+7
| | | | | PR: ports/91999 Submitted by: Dan Langille <dan@langille.org>
* Update to 2.05mnag2006-01-192-3/+4
| | | | | PR: 91967 Submitted by: Andrew Khlebutin <andrey@hm.perm.ru> (maintainer)
* - Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4pav2006-01-1924-685/+97
| | | | | PR: ports/91873 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* Update to 3.025skv2006-01-182-6/+4
| | | | Changes: http://search.cpan.org/src/WSNYDER/Schedule-Load-3.025/Changes
* SwitchTower is a utility of Rails fame that simplifies and automatespav2006-01-189-0/+163
| | | | | | | application deployment, while it's not Rails-specific. PR: ports/91830 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* - Update to 1.0.4garga2006-01-172-7/+7
| | | | | | PR: ports/91866 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer
* Use SUB_FILES.olgeni2006-01-174-34/+5
|
* - Update to 6.0pav2006-01-173-4/+16
| | | | | PR: ports/91874 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
* Update distfile checksum: no functional change, it was simplylioux2006-01-171-3/+3
| | | | | | repackaged Submitted by: pointyhat (kris)
* - Fix support for FREEBSD_CDROM under -CURRENTmich2006-01-161-1/+1
| | | | Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
* Update to 2.01.01a04. For a list of changes please see:marius2006-01-165-34/+22
| | | | | | ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a04 Approved by: netchild
* Fix readcd -scanbus work.anray2006-01-164-2/+64
| | | | | PR: ports/91763 Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de>
* - Finish fixing distinfopav2006-01-141-1/+2
| | | | Left halfway done: linimon
* - Update to 4.7tdb2006-01-132-4/+5
| | | | | | | - Fix typo in Makefile comment block PR: 91692 Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
* Update to a snapshot of HEAD from today (01-13-2006).marcus2006-01-132-3/+4
|
* - Update to version 3.0.10markus2006-01-136-6/+10
| | | | - Add SHA256
* Upgrade to 3.8.4.obraun2006-01-132-4/+4
|
* Bump the useful version for this port to 4.10 and lower.erwin2006-01-121-4/+1
| | | | Submitted by: pav
* - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+2
| | | | | | | | | | | - 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>
* Add a patch update required for 6.0u7. I forgot to commit it last time.brooks2006-01-124-20/+32
| | | | | | No version bump as the previous version wouldn't build. Pointy hat: brooks
* Upgrade to 1.0.1brooks2006-01-122-5/+4
| | | | | | - Enable softupdates on disks we newfs since they are generally real disks. - Increase the size of swap and var in the example.
* - Update to 1.2.2pav2006-01-122-4/+6
| | | | | PR: ports/91656 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.6.0pav2006-01-122-5/+13
| | | | | PR: ports/91654 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.2.0pav2006-01-122-3/+4
| | | | | PR: ports/91648 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.9.3pav2006-01-122-7/+8
| | | | | PR: ports/91655 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Add MASTER_SITE_LOCAL to the list of MASTER_SITES. Get rid of debuggingbrooks2006-01-122-5/+5
| | | | | in the rc.d script. Make the script actually avoid rewiping the disk once it's been labled.
* Upgrade to 6.0u7. No major changes.brooks2006-01-1116-32/+192
|
* - Update to 1.3.3sergei2006-01-112-4/+4
|
* Repocopy sysutils/linneighborhood to more appropriate category 'net'.vs2006-01-1019-1052/+0
| | | | PR: ports/91551
* o Fix build on FreeBSD 4.x branchlioux2006-01-103-22/+52
| | | | | | | o Some code tidying up through better patching PR: 91485 Submitted by: Tod McQuillin <devin@spamcop.net>
* Add kshutdown 0.8.1, an advanced shutdown utility for KDE.markus2006-01-1015-0/+303
| | | | | | | | | | | | | | | | 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/
* o) Update to version 1.38.3lkoeller2006-01-103-25/+8
| | | | | PR: ports/91420 Submitted by: Dan Langille <dan@langille.org>
* make it possible to use openssl from ports when no openssl is in baseoliver2006-01-101-0/+9
| | | | | PR: ports/91563 Approved by: maintainer
* Chase gnutls update.novel2006-01-101-2/+2
|
* - Update distinfo, tarball was rerolled [1]ehaupt2006-01-092-4/+4
| | | | | | | | | | | | | | | - 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)
* - Add a menu entry [1]jylefort2006-01-093-10/+17
| | | | | | | - Update to 0.4.7 [2] PR: ports/91084 Submitted by: Panagiotis Astithas <past@ebs.gr> [1], maintainer [2]
* Update to KDE 3.5.0lofi2006-01-0925-248/+1098
|
* Hash with SHA-256.trevor2006-01-081-0/+1
|
* FIx build without xft support.novel2006-01-072-0/+54
| | | | Reported by: pointyhat via kris
* Release maintainership.olgeni2006-01-071-1/+1
|
* Now that new style rc.d scripts are being run as part of thedougb2006-01-0713-13/+15
| | | | | | | | | | | | | | | | | | | | | | 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.
* Update to 0.5.16lioux2006-01-074-5/+66
|
* sysutils/portupgrade: Fix yet another infinite loop.edwin2006-01-074-2/+28
| | | | | | | | | | | | | | 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>
* * Update to 1.4.2marcus2006-01-065-56/+65
| | | | | | * Fix wireless interface detection [1] PR: 90199 [1]
* - Update to 21.9pav2006-01-064-14/+18
|
* From: chkversion <kris@FreeBSD.org>edwin2006-01-051-1/+1
| | | | | | | 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.
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1
| | | | PR: ports/91270
* Update port: sysutils/psgconfedwin2006-01-054-9/+34
| | | | | | | Update to 3.1.12 PR: ports/90318 Submitted by: Jim Pirzyk <jim@pirzyk.org>
* Add zeroer, a command line utility for wiping unallocated space onehaupt2006-01-054-0/+52
| | | | a filesystem.
* Upgrade to 3.8.3.obraun2006-01-052-4/+4
|
* Update port: sysutils/rdiff-backup-devel to 1.1.5edwin2006-01-045-9/+75
| | | | | | | | | | | | | | | | | | | 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>
* Update to port mcwejectedwin2006-01-042-20/+14
| | | | | | | | | | | | 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>
* Update to 2.0.1.nork2006-01-048-42/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Fix build on sparc64ehaupt2006-01-033-0/+58
| | | | | | Notified by: pointyhat via kris Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer by mail)
* [MAINTAINER-UPDATE] sysutils/eiciel update to 0.9.0edwin2006-01-033-4/+5
| | | | | | | | 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>
* New port vstrip version 0.8f: A VOB de-multiplexing tool, splitterlioux2006-01-036-0/+102
| | | | and VOB/IFO files processor
* Problem with portupgrade 2.0edwin2006-01-024-2/+34
| | | | | | | | | | | | | | | | | | 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>
* Update to 1.3.5.novel2006-01-026-40/+46
|
* A happy new year updated to 2.0.0.nork2006-01-014-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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]
* Upgrade to 3.8.2.obraun2005-12-312-4/+4
|
* Allow to compile without smb(4) support.ru2005-12-314-14/+18
|
* - Add SHA256pav2005-12-312-0/+2
| | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
* - Update MASTER_SITES, WWWpav2005-12-312-2/+2
|
* - Process the -P option when compiled with smb(4) support.ru2005-12-3110-26/+178
| | | | | | - 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.
* - Install menu entrypav2005-12-303-2/+20
| | | | | | PR: ports/90971 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: Seth Kingsley <sethk@meowfishies.com> (maintainer)
* - Update to 6.1.3pav2005-12-302-5/+4
| | | | | PR: ports/87881 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* New port: sysutils/nctopedwin2005-12-305-0/+57
| | | | | | | | | | | | | | | | | | | | nctop is a remote system monitor for unix hosts. It is a client/server-application using UDP-packets to receive the information of the hosts running the daemon and listed in the clients configuration file. For each host the client displays a line containing: * hostname * load averages * cpu states (sys/user/idle) * real memory usage (used/free/total) * number of users currently logged in WWW: http://www.rz.uni-karlsruhe.de/~hj28/ PR: ports/84521 Submitted by: Ralf Becker <ralf@akk.org>
* Upgrade to 3.8.1.obraun2005-12-292-3/+4
|
* - Update to 20051228pav2005-12-282-3/+4
| | | | | | | | | | - add switch ('-g') to automatically generate the exclude file from kept or installed packges - improve command line processing - improve recursive cutting of leaves PR: ports/91021 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* - Update to 0.4.1_4:pav2005-12-272-1/+25
| | | | | | | | if portmanager has been installed for the first time it can't copy pm-020.conf-SAMPLE to pm-020.conf. PR: ports/90957 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Remove trailing spacesedwin2005-12-272-8/+8
|
* - Fix depends on 4.11sem2005-12-261-1/+2
| | | | | | PR: ports/90887 Reported by: Antoine Beaupre <anarcat@koumbit.org> Submitted by: Lupe Christoph (maintainer)
* pdumpfs-rsync updatededwin2005-12-262-2/+25
| | | | | | | | pdumpfs has been updated but corresponding changes are not made to pdumpfs-rsync so that it doesn't work. PR: ports/90880 Submitted by: Yoshihiro Ota <ota@j.email.ne.jp>
* - Add forgotten patch files.barner2005-12-254-0/+46
| | | | | | | Corresponding commit was: - Update to 0.12.10PR: ports/90874 Reminded by: Heiner Eichmann (maintainer)
* - Update to 0.12.10barner2005-12-246-60/+198
| | | | | | | - Remove sndfile OPTION Submitted by: Heiner Eichmann (maintainer) PR: ports/90874
* Update to 2.0ehaupt2005-12-246-95/+105
| | | | | PR: 90017 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
* o Update the leap seconds table according tolioux2005-12-241-1/+4
| | | | | | | | | | | | | http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat. There is a leap seconds at the end of 2005. o Obtain the fresh and updated leap seconds table from devel/libtai port. o Bump PORTREVISION PR: 89948 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>, markzero <mark@darklogik.org> Obtained from: http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
* Remove webmin_enable="NO" from the startup script (should fix issues with ↵olgeni2005-12-233-5/+1
| | | | the new local startup).
* - Add a patch to reverted execve command used when running make togarga2005-12-222-1/+134
| | | | | | | | | system( "make" ) so entire environment may be passed when building apache22. - Bump PORTREVISION PR: ports/90790 Submitted by: maintainer
* Fix typos.brueffer2005-12-221-1/+1
|
* Fix reading temperature and voltage from ADM1027 sensors:ru2005-12-214-2/+144
| | | | | | | | | | | | | | - Don't add offsets, they are added automatically by the chip. - Make sure to read all registers with MSBs after reading from the extended resoltion register, otherwise they stay locked. This makes mbmon actually work on Asus S2882-D Opteron server motherboards with the ADM1027 chip, using amdpm(4) + smb(4). (Except it doesn't show the 4th FAN RPM counter; fix not committed at this time.) In collaboration with: Vsevolod Lobko
* New port for ejecting removable mediaedwin2005-12-215-0/+60
| | | | | | | | | | | | | | | | This is a completely new eject command, loosely modelled after the Linux eject, which is far more feature-rich than the existing FreeBSD eject. Like the Linux eject, it accepts either device names or mount points to specify the device, and supports tray-close where available. I originally contacted the author of the existing eject port, but he wasn't interested in making any such enhancements. Hence, a new eject command written entirely from scratch, with the eventual goal of supporting as many ioctls and hardware devices as possible. PR: ports/90396 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
* sysutils/topless: update to 1.52daichi2005-12-212-4/+4
| | | | | - alert function added - information header function added
* - Update to 1.5.1pav2005-12-214-27/+12
| | | | | | | PR: ports/90720 Submitted by: Paul Dlug <paul@aps.org> (maintainer) - Modernize USE_RC_SUBR usage
* sysutils/topless: update to 1.51daichi2005-12-202-3/+4
| | | | | | - update to 1.51 a bug around -c and non-output-change problem fixed - add SHA256 checkdum
* Mark deprecated and expire in 3 months.lawrance2005-12-201-0/+3
| | | | | | | | | This software is buggy, and "stat" has been in the base system since FreeBSD 4.10. PR: ports/25490 Submitted by: Tony Finch <dot@dotat.at> <dot@dotat.at> Approved by: wosch (maintainer, timeout 4 years)
* Ports like ghostscript-gnu that insist on blue screening during make instead oflawrance2005-12-192-1/+53
| | | | | | | | make config have their video scrambled. Fixed by adding TERM= back to environment during make. PR: ports/90633 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 1.1.4.lawrance2005-12-192-4/+4
| | | | | PR: ports/90634 Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
* Set PORTVERSION to "0.3"arved2005-12-182-5/+7
| | | | | | | Original distribution files changed. PR: 90581 Submitted by: Patrick M. Hausen <pmh@hausen.com>
* - Fixes seg fault when run on FreeBSD 7.0, reported by Jiawei Yepav2005-12-182-0/+704
| | | | | PR: ports/90583 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* BROKEN: Does not buildkris2005-12-181-0/+2
|
* Fix build with PHP 5.1.ale2005-12-171-0/+11
| | | | | PR: ports/90506 Submitted by: Nick Muerdter <spam@nickm.org>
* Make sure there is room for the terminating NUL character whenlawrance2005-12-174-40/+38
| | | | | | | | | printing symlinks (bump PORTREVISION). Mash the patches into one. PR: ports/14824 Submitted by: Sergey Shkonda <serg@bcs.zp.ua> Approved by: wosch (maintainer, timeout 2228 days)
* - Enable smb(4) support (on amd64 and i386 for now).ru2005-12-178-2/+124
| | | | - Fix PCI ID for AMD-8111's SMBus 1.0 supported by amdpm(4).
* Variable CONF_FILES is changed to LOCAL_CONF_FILES.anray2005-12-163-4/+4
| | | | | | PR: ports/90457 Submitted by: maintainer Approved by: sem(mentor)
* - Update to 0.3.4tdb2005-12-162-5/+5
| | | | | | | | - Pass maintainership to submitter PR: 90460 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Approved by: clement (mentor)
* - Update to 0.4.1garga2005-12-153-525/+4
| | | | | PR: ports/90403 Submitted by: maintainer
* Update module acl-1.250-2.olgeni2005-12-152-1/+5
|
* Update to 1.0.2mnag2005-12-152-5/+5
| | | | | | | Add SHA256 portlint(1) Approved by: ale
* - Fix USE_RC_SUBR to use bb{ackup,store}d.sh.inlawrance2005-12-1410-162/+116
| | | | | | | | | | | - Rename files/bb{ackup,store}d.sh as above to .sh.in, add appropriate substitutions - Add SHA256 - OPTIONSify - Some general reorganisation and cleanup of whitespace PR: ports/90166 Submitted by: James O'Gorman <james@netinertia.co.uk> (maintainer)
* - Update to 0.18.8ehaupt2005-12-142-5/+10
| | | | | | | - Respect CFLAGS PR: 90302 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Update to version 2.03danfe2005-12-142-6/+7
| | | | | | | - Add SHA256 checksum - Take maintainership Approved by: long time inactive maintainer
* Update to 0.4.0_1mnag2005-12-142-0/+521
| | | | | | | | * Fixes potential seg fault on 4.11 systems. * Added log entry times PR: 90339 Submitted by: maintainer
* - Update to 15.14ehaupt2005-12-133-22/+10
| | | | | | | | | - Remove files/patch-Makefile.freebsd (incorporated upstream) - Add additional master site - Pass maintainership to submitter PR: 90306 Submitted by: itetcu@people.tecnik93.com
* Drop maintainership for ports which I sadly no longer havebms2005-12-132-2/+2
| | | | the time, hardware, or resources to maintain.
* Update to 0.4.0mnag2005-12-139-1487/+4
| | | | | PR: 90283 Submitted by: maintainer
* Update MASTER_SITES (fetchable again)mnag2005-12-121-1/+2
| | | | Notified by: kris
* Correct pkg-descr (was an erroneous copy from another port).lawrance2005-12-121-8/+3
| | | | | | PR: ports/86385 Submitted by: Vivek Khera <vivek@khera.org> Approved by: bms (maintainer, timeout 2 months)
* Fix build on 4.x actually. We need to pass CPPFLAGS and LDFLAGSume2005-12-122-4/+9
| | | | to use USE_GETOPT_LONG.
* fix build on 4.x.ume2005-12-121-1/+2
| | | | | Reported by: pointyhat via kris Approved by: takawata (maintainer)
* - Update from 1.0 to 0.5 thus,ehaupt2005-12-122-5/+8
| | | | | | | | - bump PORTEPOCH - provide additional master site PR: 90178 Submitted by: Remington <MrL0Lz@gmail.com> (maintainer)
* Only use MNT_NODEV if it is defined.rodrigc2005-12-122-0/+4
|
* Really fix the build on FreeBSD 7 (after MNT_NODEV was removed)barner2005-12-121-1/+1
| | | | | Inspired by: rodrigc's fix for editors/manedit Reported by: pointyhat via kris
* - Update to 2.0.14 (bugfix release)sem2005-12-112-5/+5
|
* New port -- ATI Radeon video card contoroling tool useful for laptops.ume2005-12-107-0/+175
| | | | Submitted by: takawata
* Remove pear ports obsolated by devel/pear and switchale2005-12-109-17/+17
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* Fix runtime failure by linking against libpthread (GnomeVFS needsjylefort2005-12-091-1/+4
| | | | pthread, and bpm may use GnomeVFS via GtkFileChooser).
* Fix build on arches other than i386.novel2005-12-082-0/+28
| | | | Reported by: pointyhat via kris
* ghasher is a GUI tool to easily calculate the MD5 sum(or md2,md4,sha1,sha,garga2005-12-085-0/+52
| | | | | | | | | ripemd160,dss1) of a file. WWW: http://asgaard.homelinux.org/code/ghasher/ PR: ports/90056 Submitted by: Remington Lang <MrL0Lz@gmail.com>
* Mark BROKEN on 4.X.marcus2005-12-062-0/+8
| | | | Reported by: pointyhat via kris
* MNT_NODEV is no longer defined when __FreeBSD_version >= 700008.rodrigc2005-12-061-0/+2
|
* Use INSTALL_DATA instead INSTALL_MAN and INFO_PATH instead "info"mnag2005-12-062-1/+2
| | | | | | | Add SHA256 PR: 89985 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
* Update WWWehaupt2005-12-051-1/+1
|
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-053-10/+1
|
* Respect PREFIXmnag2005-12-054-69/+27
| | | | | | | Add SHA256 PR: 89938 Submitted by: Loren M. Lang <lorenl@alzatex.com> (maintainer)
* Add INFO macroedwin2005-12-042-6/+3
|
* sysutils/portupgrade: fix the problem that portupgrade sometimes runs slow, ↵edwin2005-12-0420-422/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and bump PORTVERSION to 20051204. (1) For years, I have experienced that portupgrade sometimes runs very slow. After some investigation, I found that "pkgdb -aF" is invoked from portupgrade or other programs (such as portversion) without having sufficient privilege to modify /var/db/pkg/, and that error is not caught by the caller program, and "pkgdb -aF" is invoked repeatedlly. So, I fixed the following things: - When pkgdb internally invoked from other program exits with error, make the caller program also exit with error. - Display the error messages of pkgdb that run internally from other program. When portupgrade or other programs die with the following error, ** You do not own /var/db/pkg. (use -f to force or run as root) Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root). (2) Make new tarball that contains the above fix and all patches in files/. Bump PORTVERSION to 20051204 and change MASTER_SITES. PR: ports/89917 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
* [MAINTAINER] update sysutils/portmanageredwin2005-12-042-1/+173
| | | | | | | | | | | update sysutils/portmanager to 0.3.9_7 1. Fixes portmanager not honoring STOP/START statements from its own config file, reported by Gerard Seibert <gerard@seibercom.net>, Thanks! PR: ports/89913 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to 0.3.9_6. From the maintainer:philip2005-12-042-1/+144
| | | | | | | | | | | | 1, Fixes corruption of +CONTENTS files when portmanager is compiled in BUILD_DEPENDS_ARE_LEAVES mode Bug identified by Jiawei Ye <leafy7382@gmail.com> 2. Fixes parsing pkgtools.conf when arrays are used, patch provided by dan@slightlystrange.org, thank you! PR: ports/89903 Submitted by: Michael C. Shultz <ringworm01 -at- gmail.com> (maintainer)
* Upgrade to version 1.180.olgeni2005-12-032-8/+8
|
* Reset maintainer: "I don't use FreeBSD at this time". Thanks for yourkris2005-12-031-1/+1
| | | | work in the past.
* Upgrade to version 1.250.olgeni2005-12-032-18/+9
|
* Update to 2.72mnag2005-12-037-49/+44
| | | | | | | | Add SHA256 portlint(1) PR: 89836 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
* Fix checksum mismatch. The author regenerated m4 and configure files,kevlo2005-12-021-3/+3
| | | | | | | no functional impatc. PR: ports/89543 Submitted by: Toni Schmidbauer
* Reset maintainer per his request. We hope to see him back soon.linimon2005-12-022-2/+2
|
* - Change maintainer to my @FreeBSD.org address.tdb2005-12-028-4/+8
| | | | | | - Add SHA256 checksum. Approved by: clement (mentor)
* - Update to 2.12.1ahze2005-12-013-5/+7
|
* Add SHA256 hashes to my portsehaupt2005-11-3013-0/+13
|
* - Add a patch to fix cpu load value when there are nice'd processes.flz2005-11-302-0/+12
| | | | | | PR: ports/79540 Submitted by: regis <regisr@pobox.com> Approved by: maintainer timeout (7 months)
* - Update MASTER_SITES.flz2005-11-301-2/+2
| | | | | | | - Comment OPTIONS since it seems to confuse users. PR: ports/89746 Submitted by: maintainer
* Chase shlib version bump of net-snmp.kuriyama2005-11-307-6/+11
|
* Update to 2.12.2.marcus2005-11-306-50/+8
|
* Update to 2.12.2.marcus2005-11-304-8/+8
|
* New port: sysutils/pkg-orphan A console utility for managing unreferenced ↵edwin2005-11-304-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD packages pkg-orphan is a console utility for managing orphan, i.e. unreferenced FreeBSD packages. It finds all or selected orphans and lets the user choose which ones to remove and which ones to keep. It maintains a keep-list file, so previously kept packages will be skipped automatically. In batch mode, all packages, not present in the keep-list are either deleted or kept in the list. Since orphan packages are usually much fewer than non-orphan ones, it can be useful for quickly finding and deleting unused packages, even on a system with hundreds of them installed. Features: - interactive and batch modes - maintains a kept package list, to avoid asking for the same package again - can delete packages recursively, but without deleting shared dependencies or previously kept packages - the keep-list file does not contain package versions, so upgrades generally don't require editing of the file WWW: http://sourceforge.net/projects/pkg-orphan/ - Victor Semionov semionov@mail.b PR: ports/89730 Submitted by: Victor Semionov <semionov@mail.bg>
* - Update to 1.2.1. Relevant parts from the release notes:marius2005-11-304-31/+1076
| | | | | | | | | | | | | | | | | | | | | | | | | <snip> Cdrdao changes: o Fixed bad bug with missing return statemements in recomputeLength and format conversion. o Fixed broken '-' STDIN input feature. o Fixed various gcc4-related compile problems. o Fixed copy problem with single device when read_device is specified. o Minor fixes to driver table. GCDMaster changes: o The crash when creating a new "Create Audio CD" view seemed to be related to gtkmm and libsigc++ and went away with newer releases of those packages. toc2cue changes: o Fixed bug that was causing empty output files. o Added conversion of COPY to DCP flags. (Julio Sanchez Fernandez) <snip> - In gcdmaster.keys use the correct path to the installed gcdmaster-doc.png. Approved by: netchild
* Update to 0.3.9_5:barner2005-11-292-1/+233
| | | | | | | | | | - Fixes when adding a new port with portmanager, +CONTENTS files being corrupted. - Improved logging of conflicting ports Submitted by: "Michael C. Shultz" <ringworm01@gmail.com> (maintainer) PR: ports/89716
* Add RUN_DEPENDS=BUILD_DEPENDS because the tools we detected at configure-timebarner2005-11-291-0/+1
| | | | are actually needed at run-time.
* - Update to 2.06 [1]barner2005-11-294-151/+176
| | | | | | | | | | - Use %%DATADIR%% - Use ${LOCALBASE} as default for "sleuthkit" dependency (but the port is still interactive) Submitted by: Matt Crossley <moose@freebsdfreaks.net> [1] PR: ports/89685 [1] Approved by: Pieter Danhieux (maintainer)
* o) Fix wrong install place of bacula.8 man pagelkoeller2005-11-291-2/+3
| | | | Submitted by: Kris Kennaway <kris@obsecurity.org> (Pointyhat)
* Update to 2.12.2.marcus2005-11-292-4/+4
|
* Update to 1.4.1.marcus2005-11-2910-23/+26
|
* - Add SHA256pav2005-11-282-0/+2
| | | | Requested by: maintainer
* o) Add new patch file for fixing typo (build problem on 6.X)lkoeller2005-11-281-0/+19
|
* o) Update to bugfix release 1.38.2 (from 1.38.1)lkoeller2005-11-282-5/+5
| | | | o) Fix type in src/lib/signal.c which prevents compiling on 6.X
* - Fix open file leakaz2005-11-282-1/+575
| | | | | | | | - Improve user interactive areas like conflicting ports and -slid - Bump PORTREVISION PR: ports/89653 Submitted by: Michael C. Shultz (maintainer)
* - update to 1.3.7leeym2005-11-282-4/+4
| | | | | PR: ports/89608 Submitted by: Boris B. Samorodov <bsam@ipt.ru>
* Update to 1.1.3mnag2005-11-283-4/+7
| | | | | PR: 89624 Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
* Update to 1.0.4 [1]mnag2005-11-282-4/+5
| | | | | | | | | Add SHA256 [1] Fix CONFLICTS [2] PR: 89625 [2], 89626 [1] Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer
* Update to 1.17mnag2005-11-283-3/+15
| | | | | | | Add SHA256 PR: 89618 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to 0.3.9_3mnag2005-11-282-1/+59
| | | | | | | | - Fixes bug where if run with -f switch when portmanager updates itsself goes into endless loop. Thanks to Gerard Seibert for helping to track this one down! PR: 89609 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 2.0.7sem2005-11-272-4/+3
| | | | | PR: ports/88247 Submitted by: Kay Lehmann (maintainer)
* Updating ucspi-ipc to 0.67. This is a bugfix release.arved2005-11-272-3/+4
| | | | | | | | | | | | | | | | | Changes: * Add compatibility macros for older Perl. * Don't leak pointer returned from eval_pv. * Don't fail on setsid if already group leader (Gabriel Russell). * Test with relative paths. * Support partial compilation and testing. * Replace trunc with lop to avoid builtin conflict. * Avoid daemontools in rts. * Completely generic package/ scripts. * Stop Perl 5.8.5 from warning about freeing temporaries. * Partial-install bug fix in package/upgrade. PR: 89604 Submitted by: maintainer
* Chase URLs per distfile survey.linimon2005-11-278-8/+8
|
* Remove dead mastersites per distfile survey.linimon2005-11-271-3/+1
|
* Remove dead mastersite per distfile survey.linimon2005-11-274-9/+4
|
* Remove dead mastersite per distfile survey.linimon2005-11-271-2/+1
|
* Mark as deprecated because the distfile version this port tries to fetchlinimon2005-11-271-0/+3
| | | | is several years old and no longer available.
* - Update to 2.0.13 (bugfix release)sem2005-11-272-5/+4
| | | | Nudged by: edwin's script
* With portmgr hat on, reset inactive maintainer. There have been severallinimon2005-11-271-1/+1
| | | | maintainer-timeouts.
* - Add SHA256pav2005-11-273-0/+3
| | | | Approved by: maintainer
* - Update to 0.9pav2005-11-263-21/+33
| | | | | | | - Take maintainership PR: ports/89573 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Chase URLs per distfile survey.linimon2005-11-2619-19/+19
|
* Remove dead mastersite per distfile survey.linimon2005-11-261-2/+1
|
* Remove dead mastersite.linimon2005-11-261-2/+0
| | | | Forgotten by: linimon
* Chase mastersite per distfile survey.linimon2005-11-264-4/+4
|
* Mark as deprecated: does not fetch. However, a new version is available.linimon2005-11-261-0/+3
|
* Remove dead mastersite and reset unresponsive maintainer.linimon2005-11-263-5/+4
| | | | | | | | I have added a new mastersite which appears to be the current one; however, note that the version of the software there is newer than the one in this port. This port is in need of an update.
* - Fixes portmanager seg faulting if either /usr/local/etc/pkgtools.conf oraz2005-11-262-1/+82
| | | | | | | /usr/local/bin/ruby are not installed. PR: ports/89564 Submitted by: Michael C. Shultz (maintainer)
* - Use intlhackpav2005-11-262-12/+1
|
* - Update MASTER_SITES, add SHA256pav2005-11-262-1/+2
| | | | | PR: ports/89554 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* - Kill pseudo-empty distinfo filespav2005-11-262-2/+0
|
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-262-2/+2
|
* - Add SHA256pav2005-11-261-0/+1
| | | | Requested by: maintainer
* - Update to 2005.10.20ehaupt2005-11-262-10/+9
| | | | | | | | - Add SHA256 - Polish Makefile PR: 89539 Submitted by: nivit@email.it (maintainer)
* Update to 0.3.9_1mnag2005-11-266-531/+231
| | | | | | | | | | | - Using ruby script provided by Jan Grant <Jan.Grant@bristol.ac.uk> if portupgrade is installed portmanager also uses settings from pkgtools.conf in addition to those from its own conf file. - Wild cards "*" may now be used in pm-020.conf, see man portmanager for details - Automatic timeouts are re-enabled, stdin problem is solved. - Fix build on 4.x (0.3.9) PR: 89533 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 2.7pav2005-11-263-18/+23
| | | | | | | PR: ports/86209, ports/88431 Submitted by: Armin Gruner <ag-freebsd@space.net>, Andrew Pantyukhin <sat@proxy.gubkin.ru> Approved by: maintainer timeout (anders; 2 months)
* - Add SHA256pav2005-11-26114-0/+117
|
* - Files for alpha disappearedpav2005-11-264-12/+10
| | | | | - Add SHA256 - Portlint, style
* - Change the name of the ports database file (INDEX.db) tovs2005-11-256-6/+36
| | | | | | | | $(basename ${INDEXFILE}).db, e.g. INDEX-6.db. (requested by kris) - Add SHA256. PR: ports/89520 Submitted by: maintainer
* - Add SHA256 checksums to my portssergei2005-11-258-0/+8
|
* - It looks like this projects was abandoned as it is no longer fetchablesergei2005-11-251-0/+2
| | | | | (for extended period of time). I will try to contact the author to find out about the project. Meanwhile, mark it as BROKEN
* Fix crashes with large lines in INDEXvs2005-11-252-5/+8
| | | | | PR: ports/89513 Submitted by: maintainer
* - Add SHA256pav2005-11-251-0/+1
| | | | Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
* make portlint happy about IGNORE statementedwin2005-11-251-1/+1
|
* The tarball has been rerolled (no security risc).novel2005-11-254-4/+8
| | | | Reported by: pointyhat via kris
* Drop maintainership.barner2005-11-241-1/+1
|
* Add SHA256 for my ports (that don't already have it).barner2005-11-241-0/+1
|
* New Port: sysutils/psgconf modular system configuration frameworkedwin2005-11-2410-0/+487
| | | | | | | | | | The psgconf package is a modular system configuration framework. It includes a number of default modules to configure typical system parameters, and allows administrators to add their own modules to meet site-specific needs. PR: ports/83912 Submitted by: Jim Pirzyk <pirzyk@freebsd.org>
* - Update MASTER_SITES, WWWpav2005-11-243-3/+4
| | | | | | - Add SHA256 Requested by: Andy Fawcett <andy@athame.co.uk> (maintainer)
* Add SHA256 checksums to my portsdougb2005-11-241-0/+2
|
* - Add SHA256 checksumspav2005-11-2417-0/+17
|
* Upgrade module mysql-1.240-9.olgeni2005-11-242-2/+6
|
* - Add FUSE option to compile ntfsmount with FUSE support [1].flz2005-11-233-4/+33
| | | | | | | - Add local patch to make FUSE support compile on FreeBSD [1]. - Force --enable-gnome-vfs when WITH_GNOMEVFS2 is set. Asked by: Sergei Mozhaisky <technix@mediana.net.ua> [1]
* Update to 2.2.0mnag2005-11-235-75/+32
| | | | | | | | Add SHA256 PR: 88548 Submitted by: Andrew Pantyukhin <sat@proxy.gubkin.ru> Approved by: maintainer timeout, 16 days
* - Update to 0.5 [1]barner2005-11-234-16/+6
| | | | | | | - Add SHA256 PR: ports/89428 [1] Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) [1]
* Update to 0.3.8_2mnag2005-11-232-1/+98
| | | | | | | | | | * Had to disable automatic timeouts until I learn how to properly close then open stdin. 0.3.8_1 will seg fault upon a second timeout and 0.3.8 leaves these random errors: awk: i/o error occurred while closing /dev/stdin input record number PR: 89424 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 0.12.7 [1]barner2005-11-226-34/+8
| | | | | | | - Add SHA256 PR: ports/89392 [1] Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
* [update] sysutils/ndir 0.8.8edwin2005-11-224-8/+17
| | | | | | | | | | | Version 0.8.8, 2004-04-09 - Number output format reimplemented, see Format.h, Format.cpp Resolved problems with output of numbers on some platforms together with Large File Support. PR: ports/86594 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer timeout
* Update to 0.3.8_1mnag2005-11-222-0/+429
| | | | | | | | | | * Added --pristine mode that guarentees no inconsistancies in +CONTENTS files * Fixed (I hope) stdin not being reopened properly after a [Y/N/A] timeout * Fixed a segfault when portmanager reads a very old pre 4.11 +CONTENTS file, identified by Andrew Gordon <arg@arg.me.uk> PR: 89397 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 0.3.8pav2005-11-213-4/+5
| | | | | PR: ports/89315 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Fix build error on -current.nobutaka2005-11-201-0/+14
| | | | Reported by: pointyhat via kris
* Upgrade module updown-1.240-8.olgeni2005-11-202-1/+6
|
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Update to 0.3.7mnag2005-11-194-99/+7
| | | | | PR: 89242 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - It seems --configfile is no-op, replace by -c.flz2005-11-184-4/+4
| | | | Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* - Tweak rcng script to allow alternative location for the configuration file.flz2005-11-184-6/+10
| | | | | | | PR: ports/83135 Reported by: Jeremy Chadwick <freebsd@jdc.parodius.com> Fix/Tested by: flz Approved by: maintainer timeout (3 months)
* - Add NOPTHREADS knobpav2005-11-181-1/+7
| | | | | | | PR: ports/88811 Submitted by: Josh Carroll <floyd@deblin.org> - Properly capitalize FreeBSD.org
* Add SHA256 checksum.fjoe2005-11-184-0/+5
|
* Update to 1.3.4.novel2005-11-174-8/+6
|
* o) Fix handling of new bacula.8 man pagelkoeller2005-11-172-8/+14
|
* Update to 1.2.6kevlo2005-11-172-3/+4
|
* - Update to 2.0.5pav2005-11-175-27/+14
| | | | | PR: ports/89019 Submitted by: Ports Fury
* Fix IGNORE capitalizedmnag2005-11-171-1/+1
| | | | Noticed by: kris
* s/BROKEN/IGNOREmnag2005-11-171-1/+1
| | | | Notified by: kris
* - Update to 21.8pav2005-11-175-76/+106
|
* Mark as BROKEN (Not running with latest gdesklets-port)mnag2005-11-161-0/+2
| | | | | | | | Maintainer's comment: "If there is no upate within the next 3 month i will post-send a removal PR." PR: 89112 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
* . Add SHA256.glewis2005-11-161-0/+1
|
* Update to 1.33mnag2005-11-162-4/+6
| | | | | | | Add SHA256 PR: 89078 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
* Update to 0.3.5_1mnag2005-11-162-0/+94
| | | | | | | | | | | | | * Craig Boston <craig@yekse.gank.org> brought to my attention a problem with how dependency information is gathered in +CONTENT files. portmanager -s (status report) uses port +CONTENT files to generate its report and now that is proven as not 100% accurate. This patch modifies the data source for status reports from +CONTENT files to the results obtained when running make -V *_DEPENDS in each port directory. PR: 89084 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* This package contains a proxy program that passes data back and forthmnag2005-11-166-0/+54
| | | | | | | | | between two connections set up by a UCSPI server and a UCSPI client. WWW: http://untroubled.org/ucspi-proxy/ PR: 89096 Submitted by: Dale Woolridge <dale.woolridge@gmail.com>
* Vendor updated content without changing the tarball name. Most changes are ↵mnag2005-11-162-3/+4
| | | | | | | | | | from "char *" to "unsigned char *". (maintainer comment) Bump PORTREVISION Add SHA256 PR: 89095 Submitted by: Yonatan <onatan@gmail.com> (maintainer)