aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.6.1Erwin Lansing2007-12-112-4/+4
| | | | Notes: svn path=/head/; revision=203077
* - Update to 1.20.0Andrew Pantyukhin2007-12-114-10/+8
| | | | Notes: svn path=/head/; revision=203065
* - Ever since this port was converted to use a rc.d startup it announcesMarius Strobl2007-12-112-13/+21
| | | | | | | | | | | | | | | | | | the uploading of the microcode. Printing this out via the framebuffer turned out to sometimes being delayed until during the upload of the microcode to it, resulting in a concurrent access which freezes the machine. So change afbinit(8) to no longer announce the upload. Of course the proper way to solve this would be to do the upload in the kernel with proper locking, if the licenses of both the afbinit(8) code and the microcode allowed. - Re-read the board type after uploading the microcode so the right one is displayed. - Fix GCC4 warnings. Approved by: netchild Notes: svn path=/head/; revision=203064
* Update to v2.1.0.Boris Samorodov2007-12-113-75/+111
| | | | | | | | PR: 118356 Submitted by: Dmitriy Kirhlarov <dimma at higis.ru> (maintainer) Notes: svn path=/head/; revision=203059
* Add usbutils, which contains the popular lsusb(8) utility for listingHenrik Brix Andersen2007-12-119-0/+124
| | | | | | | | | USB device descriptors. Approved by: erwin (mentor) Notes: svn path=/head/; revision=203005
* Update to 5.0.0Emanuel Haupt2007-12-112-6/+6
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=202954
* - Add missing -fPIC to fix building in amd64.Alejandro Pulver2007-12-051-1/+1
| | | | | | | | Reported by: pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=202914
* - Add missing USE_GMAKE.Alejandro Pulver2007-11-301-2/+1
| | | | | | | | | - Remove BROKEN. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202865
* Requires linprocfs, so not suitable for sparc64.Mark Linimon2007-11-181-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202746
* There's no reason to build this for sparc64.Mark Linimon2007-11-181-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202744
* Fix the package.Ruslan Ermilov2007-11-152-4/+4
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202730
* - Fix dependency broken by last sysutils/torque commit.Edward Tomasz Napierala2007-11-141-1/+2
| | | | | | | | Approved by: portmgr (erwin) Submitted by: pointyhat via linimon@ Notes: svn path=/head/; revision=202704
* Update to 5.2.5 release and fix a few vulnerabilities.Alex Dupre2007-11-141-2/+0
| | | | | | | Approved by: portmgr (marcus), secteam (remko) Notes: svn path=/head/; revision=202697
* - Don't patch shebang line to avoid the build dependency on ruby18 port.Stanislav Sedov2007-11-111-2/+1
| | | | | | | | | | | | | After unfreeze I'll change the shebang line patching code to use sed instead of ruby. For now this solution will work since these files already contains correct paths to ruby anyway. PR: ports/112496 Submitted by: Victor Snezhko<snezhko@indorsoft.ru> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202627
* Fix build.Mark Linimon2007-11-112-4/+46
| | | | | | | | | Submitted by: Samy Al Bahra <sbahra at kerneled dot org>, marius Approved by: portmgr (self) Tested on: pointyhat Notes: svn path=/head/; revision=202625
* - Fix build with gcc 4.2Martin Wilke2007-11-112-9/+13
| | | | | | | | | | | - Use SF macro PR: 117865 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202621
* - Update to 0.2.0Beech Rintoul2007-11-092-14/+12
| | | | | | | | | | | - Fixes bug adding or removing users PR: ports/117652 Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer) Approved by: portmgr linimon (mentor) Notes: svn path=/head/; revision=202605
* - Update to 2.2.1.Edward Tomasz Napierala2007-11-062-4/+4
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=202544
* Fix PKGORIGIN by backing out part of the previous commit. The firstErwin Lansing2007-10-311-1/+1
| | | | | | | | | category in CATEGORIES should always be physical category. Approved by: portmgr (self) Notes: svn path=/head/; revision=202453
* - Update to 0.2.Stanislav Sedov2007-10-303-125/+141
| | | | Notes: svn path=/head/; revision=202435
* Add a knob to disable the run-time testsuite, e.g. when building withPeter Pentchev2007-10-303-6/+50
| | | | | | | | | | | | | | a NFS-mounted work directory (prompted by PR 115100). Add support for logging through multilog instead of readproctitle for the main svscan process and document the startup script variables (loosely based on PR 111749). PR: 111749, 115100 Submitted by: Andrew Hammond<andrew.george.hammond@gmail.com>, Charles Sprickman <spork@bway.net> Notes: svn path=/head/; revision=202426
* - update to 1.0.15Dryice Dong Liu2007-10-303-5/+15
| | | | | | | - update my mail address Notes: svn path=/head/; revision=202425
* - Bump PORTREVISION.Alejandro Pulver2007-10-309-626/+761
| | | | | | | | | | | | | | | | | | | | | - Remove FreeBSD 4.x code (USE_GCC=3.4+, USE_GETOPT_LONG and BROKEN). - Use ARCH instead of MACHINE_ARCH for possible future cross-compilation support. - Add UBLIO option, which uses devel/libublio for greatly improved speed (when reading an NTFS volume). Also print a warning when disabling UBLIO. - Add pkg-message mentioning UBLIO and this port's limitations. - Change mount.ntfs-fuse -> mount_ntfs-fuse manpage link and symlink to the binary in /usr/sbin to allow using with 'mount -t ntfs-fuse' and in /etc/fstab after mounting /usr. - Add a note in pkg-descr about the fusefs driver and ntfs-3g split project. - Add LOCK option to avoid access to the device while it's mounted. PR: ports/116287 Submitted by: alepulver (myself) Approved by: miwi, farrokhi (implicitly to miwi) Notes: svn path=/head/; revision=202394
* - Bump PORTREVISION.Alejandro Pulver2007-10-305-12/+26
| | | | | | | | | | | | | | | | | | - Create pkg-message from SUB_FILES instead of using ${SED} to print. - Add a note in pkg-message and clean up. - Create a symlink of ${PREFIX}/sbin/mount_fusefs to /usr/sbin to allow mounting from /etc/fstab. - Add "BEFORE: mountlate" to rc.d script. This has been verified to work with sysutils/fusefs-ntfs (see changes to pkg-message in last commit). PR: ports/117516 Submitted by: alepulver (myself) Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=202392
* - Update to version 1.0.1Markus Brueffer2007-10-3012-88/+20
| | | | | | | - Remove upstream applied patches Notes: svn path=/head/; revision=202381
* Update to KDE 3.5.8Michael Nottebrock2007-10-2912-27/+165
| | | | Notes: svn path=/head/; revision=202377
* - Fix fetching by using MASTER_SITE_LOCAL.Marius Strobl2007-10-291-2/+3
| | | | | | | | | - Silence portlint warnings by sorting CATEGORIES. Approved by: netchild Notes: svn path=/head/; revision=202363
* - Update to 2.01.01a36.Marius Strobl2007-10-299-50/+151
| | | | | | | | | | | | | - Comply with the CDDL and the CDDL HEADER used; given that the port Makefile and patches contain Covered Code we need to accomplish CDDL 3.3 by denoting the Contributor and include the CDDL HEADER in these files. [1] Discussed with: author [1] Approved by: netchild Notes: svn path=/head/; revision=202361
* - Fix buildLars Engels2007-10-296-8/+18
| | | | | | | | | | PR: ports/116313 Submitted by: Alex "lissyara" Keda <admin (AT) lissyara.su> Peter Hofer <ph (AT) desktopbsd.net> via mail Approved by: miwi (mentor) Notes: svn path=/head/; revision=202353
* Avoid make.conf namespace collisions.Cy Schubert2007-10-292-12/+10
| | | | | | | Submitted by: Pietro Cerutti <gahr@gahr.ch> Notes: svn path=/head/; revision=202349
* - Update to 0.9.02Andrew Pantyukhin2007-10-292-4/+4
| | | | Notes: svn path=/head/; revision=202337
* Alter the way we reference EXTRA_PATCHES to allow slave ports to addCy Schubert2007-10-291-1/+1
| | | | | | | | | additional patches. Submitted by: rafan Notes: svn path=/head/; revision=202329
* - Update to 2.2.0. Mark broken on RELENG_7; previous versions don't buildEdward Tomasz Napierala2007-10-294-6/+33
| | | | | | | on it either. I'll fix that later. Notes: svn path=/head/; revision=202301
* Depend on autotools, to fix the problem noted in the PR below.Shaun Amott2007-10-291-0/+2
| | | | | | | | PR: ports/117116 Submitted by: "Richard A. Secor" <rsecor@seqlogic.com> Notes: svn path=/head/; revision=202295
* - Add OPTIONal RUN_DEPENDS that where mentioned in pkg-message; default them toIon-Mihai Tetcu2007-10-294-18/+64
| | | | | | | | | | | | | off with the exception of dvd+rw tools since DVDs are used more that CDs these days. - bump PORTREVISION for DEPENDS change. PR: ports/117450 Submitted by: Artem Naluzhnyy Approved by: Heiner (maintainer) Notes: svn path=/head/; revision=202273
* - Add missing dependencyRong-En Fan2007-10-291-1/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/117616 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=202267
* Update to 2.2.8, which has the fixes and enhancements introduced asMarius Strobl2007-10-285-119/+6
| | | | | | | | | local patches in pciutils-2.2.6 integrated. Approved by: maintainer, miwi Notes: svn path=/head/; revision=202233
* Bring back part of patch I accidentally removed in last commitMichael Johnson2007-10-281-2/+11
| | | | Notes: svn path=/head/; revision=202225
* For multimedia-key-bindings use 'cdcontrol' instead of 'eject' to eject cdsMichael Johnson2007-10-282-11/+16
| | | | Notes: svn path=/head/; revision=202224
* - Update to 1.4.8Roman Bogorodskiy2007-10-284-16/+10
| | | | | | | - Chase multimedia/audacious shlib version bump Notes: svn path=/head/; revision=202223
* - Update to 2.32Martin Wilke2007-10-272-4/+4
| | | | | | | | PR: 117562 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=202181
* Remove redundant install of man page.Cy Schubert2007-10-261-3/+0
| | | | Notes: svn path=/head/; revision=202079
* - Improve rc scriptPav Lucistnik2007-10-262-16/+29
| | | | | | | | PR: ports/117514 Submitted by: Bruce Cran <bruce@cran.org.uk> (maintainer) Notes: svn path=/head/; revision=202075
* - Update to 4.79DPav Lucistnik2007-10-263-20/+5
| | | | | | | | PR: ports/117531 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=202073
* - Cleanup locale directories on deinstallPav Lucistnik2007-10-261-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=202064
* - Update to version 1.1004.Alejandro Pulver2007-10-264-10/+15
| | | | | | | - Improve pkg-message (note about using in /etc/fstab). Notes: svn path=/head/; revision=202043
* - Fix a typo in bsd.sites.mk along with all the places it affectedAndrew Pantyukhin2007-10-253-3/+3
| | | | | | | Approved by: oliver (maintainer of the respective ports) Notes: svn path=/head/; revision=202040
* - Update to 1.0.0Martin Wilke2007-10-253-4/+5
| | | | Notes: svn path=/head/; revision=202038
* - Update to 0.2.0Martin Wilke2007-10-252-4/+4
| | | | | | | | PR: 117467 Submitted by: Thomas Hurst <tom@hur.st> (maintainer) Notes: svn path=/head/; revision=202032
* - Update to 2.3.6Martin Wilke2007-10-253-6/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 117472 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=202031