summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix IEEE violation/SIGFPE abort on alpha that failed the f_crashdisk testYen-Ming Lee2004-02-213-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | (patch by Greg Lewis) - fix compile failure on FreeBSD 5 when older port version is installed (problem reported by Tim Robbins; FreeBSD 4 was unaffected) - ignore m_large_file test on alpha and sparc64, apparently the test only stumbles over a different default block size and the failure isn't serious (problem reported by Greg Lewis) - cosmetic: swap $(CC) and gmake check in post-build so check comes last - bump PORTREVISION: the patches change the code on some systems - pkg-message.in: * use install when ln fails, /sbin and /usr/local need not be the same file system * tell the user he needs to repeat the steps after port upgrade - revise pkg-message generation and move it to pre-install, no need to cat(1) the file, sed(1) can read files by itself. - add pkg-deinstall: remind the user to remove e2fsck and fsck_ext2fs from /sbin if he's deinstalling for good, rather than upgrading. PR: 63167 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=101581
* . Update to 1.35.w20040131.Greg Lewis2004-02-2016-131/+213
| | | | | | | | | | | | | . Make the submitter the maintainer. . Run test suite as part of the build. . Support -DDISABLE_NLS to compile without gettext. . Add a fsck_ext2fs wrapper that interfaces between fsck and e2fsck. PR: 62563 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=101545
* In case the distfile of cdrdao is not available locally, the slave portAlexander Leidinger2004-02-201-1/+1
| | | | | | | | | gcdmaster was not able to fetch it. Submitted by: maintainer Notes: svn path=/head/; revision=101505
* update to 20040216:Oliver Eikemeier2004-02-193-5/+4
| | | | | | | | - enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16 Notes: svn path=/head/; revision=101393
* - Update to version 14.39Kirill Ponomarev2004-02-193-216/+3
| | | | | | | | | | - Assign maintainership to ports@ PR: ports/63029 Submitted by: maintainer Notes: svn path=/head/; revision=101375
* Respect PTHREAD_{CFLAGS,LIBS}.Joe Marcus Clarke2004-02-181-7/+5
| | | | | | | | PR: 62988 Submitted by: maintainer Notes: svn path=/head/; revision=101345
* Update to 0.2.3.Joe Marcus Clarke2004-02-183-8/+7
| | | | | | | | PR: 62999 Submitted by: maintainer Notes: svn path=/head/; revision=101344
* - Update to 1.1.8. Relevant parts from the release notes:Alexander Leidinger2004-02-1818-248/+564
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <snip> - Improved performance of the new L-EC code by up to a factor 2 depending on the hardware. - 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to allow performance testing in conjunction with option --speed. new: - toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli) new: - cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla) <snip> Note: The 1.1.8 tarball was re-rolled twice because of missing files and a show-stopper in gcdmaster and some SourceForge mirrors still might need to catch up on it. If you have problems with differing checksums please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao, which is known to carry the latest version. - Use/respect DATADIR and DOCSDIR. - Make PREFIX-clean by respecting PREFIX instead of LOCALBASE. - First part of splitting gcdmaster into a slave port because the conditional compilation via HAVE_GNOME caused problems when gnomelibs where installed afterwards (PR 61840). - Tidy the PORTDOCS a bit, e.g. no longer install the release notes for previous releases, they are easily accessible on the homepage anyway. - On deinstall, remind the user to delete the global config file if existent and permanently removing this port. - In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording taken from the Debian cdrdao package. - Fix some references in the cdrdao manpage to fit FreeBSD. - Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD. - Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has issues with ATAPICAM and probably will be removed in future version. - Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see sysutils/sformat/Makefile revision 1.5. Submitted by: maintainer Notes: svn path=/head/; revision=101328
* Add gcdmaster (slave port of cdrdao), the GUI frontend of cdrdao.Alexander Leidinger2004-02-184-0/+38
| | | | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=101326
* % in filenames break perforce:Oliver Eikemeier2004-02-181-1/+1
| | | | | | | | | <http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009324.html> Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=101317
* Update to 2.5.5 (no major changes from 2.5.4).Mark Linimon2004-02-186-24/+63
| | | | | | | | | | | | | | | | | | | | | | | | Major changes to the port infrastructure: - Replace WWWDOCROOT and WEBFRONTURL options with WEBFRONTDIR (defaults to www/ganglia). - Install files under ${PREFIX}/${WEBFRONTDIR}. - Since the files are no longer installed in the document root, add a pkg-message with a suggest addition to Apache's httpd.conf. - Use USE_PHP and WANT_PHP_MOD. - Add a note about installing PHP with GD support at done in mail/nocc. - Remove conf.php only if it is identical to conf.php.sample as done in mail/nocc. - Sizify. - Don't install the empty addons directory since packages won't contain it. PR: ports/62802 Submitted by: Brooks Davis <brooks@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=101304
* Simon Barner agreed to take over the maintainership and handle the PTHREAD=Erwin Lansing2004-02-171-1/+1
| | | | | | | | | | issue. Thanks and good luck! PR: 62975 Submitted by: Heiner <h.eichmann@gmx.de> (old maintainer) Notes: svn path=/head/; revision=101231
* FORBIDDEN on 5.x: does not respect PTHREAD_{CFLAGS,LIBS}Kris Kennaway2004-02-171-1/+7
| | | | Notes: svn path=/head/; revision=101161
* Reset undeliverable maintainer addressKris Kennaway2004-02-172-2/+2
| | | | Notes: svn path=/head/; revision=101159
* Remove the bouncing BROKEN tag again, since this port is now building onKris Kennaway2004-02-161-7/+1
| | | | | | | | all my test machines. I suppose something in the base system or a dependency had broken it for a time, and this is now no longer the case. Notes: svn path=/head/; revision=101103
* - Update to 1.0.0Sergei Kolobov2004-02-162-3/+3
| | | | Notes: svn path=/head/; revision=101087
* Fix WWW, per PR; update the english text while I'm here.Doug Barton2004-02-162-6/+6
| | | | | | | | PR: ports/62925 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=101083
* Upgrade module logrotate-1.130-3.Jimmy Olgeni2004-02-162-4/+4
| | | | Notes: svn path=/head/; revision=101053
* - Update to 0.2.2Pav Lucistnik2004-02-163-21/+14
| | | | | | | | PR: ports/62838 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer) Notes: svn path=/head/; revision=101030
* cx.capsi.com is back, adjust www and MASTER_SITES. SIZE while I'm here.Daniel Harris2004-02-153-1/+5
| | | | Notes: svn path=/head/; revision=100982
* ./configure didn't properly detect SMB on 5.x systems, even though theJames E. Housley2004-02-142-3/+3
| | | | | | | code would work right. Notes: svn path=/head/; revision=100914
* Add a CONFLICTS on misc/ossp-uuid.Joe Marcus Clarke2004-02-141-0/+2
| | | | Notes: svn path=/head/; revision=100894
* 1. Update to 1.2.Greg Lewis2004-02-134-213/+236
| | | | | | | | | | | | 2. SIZEify. 3. Get rid of junk files from the install. 4. share/luma -> %%DATADIR%% in the packing list. PR: 62733 [1] [2] Submitted by: Alexander Novitsky <alecn@icc-vvd.ru> (maintainer) [1] [2] Notes: svn path=/head/; revision=100885
* - Update to version 382Kirill Ponomarev2004-02-132-6/+16
| | | | | | | | PR: ports/62797 Submitted by: maintainer Notes: svn path=/head/; revision=100866
* - Assign maintainership to submitterKirill Ponomarev2004-02-131-1/+1
| | | | | | | | | PR: 62685 Submitted by: Balázs Nagy <js@iksz.hu> Approved by: Y. Cheng <ycheng@slat.org> Notes: svn path=/head/; revision=100861
* Upgrade modules: apache-1.130-1, fdisk-1.130-2, software-1.130-2.Jimmy Olgeni2004-02-132-2/+11
| | | | Notes: svn path=/head/; revision=100849
* o Update to 1.7.1Michael Landin2004-02-132-3/+3
| | | | | | | o Add SIZE field to distinfo Notes: svn path=/head/; revision=100845
* Update to 0.3.3 "Desert Dream"Sergey A. Osokin2004-02-133-41/+3
| | | | | | | | | | | | | | | | Changelog: - The "empty CC field" bug was fixed, as well as the incorrect generation of SMTP headers. - The application sets its icon now. - A sysctl call is used instead of uname on BSD systems, to avoid getting a truncated "uname -a" output. Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) PR: 62727 Notes: svn path=/head/; revision=100843
* Update to 0.5 release.Alex Dupre2004-02-122-2/+3
| | | | | | | | | PR: ports/62754 Submitted by: Bruce Cran <bruce@cran.org.uk> (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100796
* Update to 0.4.4Clement Laforet2004-02-112-3/+3
| | | | | | | | PR: 62697 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=100693
* Update to 0.9.1Clement Laforet2004-02-112-3/+3
| | | | | | | | PR: 62675 Submitted by: Len Sassaman <rabbi@abditum.com> (maintainer) Notes: svn path=/head/; revision=100685
* Update to 1.4.10Erwin Lansing2004-02-112-2/+3
| | | | Notes: svn path=/head/; revision=100669
* Cosmetic only changes: add #ifdef __FreeBSD__ in appropriate places.Max Khon2004-02-111-16/+26
| | | | Notes: svn path=/head/; revision=100630
* dbaker@FreeBSD.org has been inactive in the ports community for overMark Linimon2004-02-111-12/+12
| | | | | | | | | | | | | a year now, so return his ports to the unmaintained pool in the hopes that someone will adopt them and give them a good home. While here, pacify portlint on all of them. Discussed with: various members of portmgr@, at various times over the last few months. Notes: svn path=/head/; revision=100617
* New port: open 1.4Max Khon2004-02-108-0/+223
| | | | | | | | | | | | Open opens a new vt and runs a command on it. It can be used as a simple way to start several console logins without having to type your passwd on each VT in turn. open can be used as a simpler to use replacement for the doshell(8) command. open is similar in functionality to the AIX/RS6000 command of the same name. Notes: svn path=/head/; revision=100610
* - a patch for UFS2 support (contributed by Valery Hromov)Kirill Ponomarev2004-02-105-36/+9541
| | | | | | | | | | | - get rid of pkg-plist - cleanup old code PR: ports/62299 Submitted by: maintainer Notes: svn path=/head/; revision=100603
* Update to 0.9.1b:Mark Linimon2004-02-102-3/+2
| | | | | | | | | | | fixed bug introduced 2004/02/05 which caused true default options, such as INCDEPTH, to be destroyed when new options blocks are defined. PR: ports/62560 Submitted by: Matt Pounsett <mattp@conundrum.com> (maintainer) Notes: svn path=/head/; revision=100596
* Update to 1.1 and unbreak install.Mark Linimon2004-02-104-168/+211
| | | | | | | | PR: ports/62354 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer) Notes: svn path=/head/; revision=100588
* Add SIZE.Daniel Harris2004-02-102-0/+2
| | | | Notes: svn path=/head/; revision=100557
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.Michael Nottebrock2004-02-099-21/+237
| | | | Notes: svn path=/head/; revision=100526
* o) Include new OPTIONS directive into Makefile.Lars Koeller2004-02-091-2/+5
| | | | Notes: svn path=/head/; revision=100513
* Add x11/wmbsdbatt, dockapp for monitoring battery usage & temperatureErwin Lansing2004-02-094-0/+41
| | | | | | | through ACPI. Notes: svn path=/head/; revision=100476
* Update to 20040207Pav Lucistnik2004-02-082-8/+22
| | | | | | | | | | | | | - provide a dummy exclusion pattern if the exclude file exists but doesn't contain any patterns (Yen-Ming Lee <leeym@FreeBSD.org>) - progress status display for interactive phase, too - minor code cleanups, improved comments/docs PR: ports/62539 Submitted by: Stefan Walter <sw@gegenunendlich.de> (author) Notes: svn path=/head/; revision=100421
* o) Support new ports OPTIONS mechanism for persistent build options.Lars Koeller2004-02-082-6/+12
| | | | Notes: svn path=/head/; revision=100408
* o) Fix alpha build error.Lars Koeller2004-02-082-0/+72
| | | | Notes: svn path=/head/; revision=100406
* This features an update to a current development state of theAlex Dupre2004-02-083-9/+9
| | | | | | | | | | | | | | FreeSBIE project, exactly: o Bug fixes o Improved scripts, especially useful for -CURRENT o Introduction of cloop compressed filesystem images PR: ports/62493 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100372
* Update to 20040208. (Just repacked to roll up recent patches)Akinori MUSHA2004-02-0810-276/+10
| | | | Notes: svn path=/head/; revision=100364
* Fix a long-standing silly bug in uninstall_pkg().Akinori MUSHA2004-02-084-2/+34
| | | | Notes: svn path=/head/; revision=100360
* Update to 1.4.1, which incorporates the security fix that was previouslyDoug Barton2004-02-086-12/+22
| | | | | | | | | | a patch, and adds support for some new UPS'. For the port, update MASTER_SITES, add new stuff and retire one driver that's been consolidated into one of the existing drivers. Notes: svn path=/head/; revision=100354
* For some reason, these man pages were left out of the 'all' targetDoug Barton2004-02-082-0/+22
| | | | Notes: svn path=/head/; revision=100353