aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Fix missing \n in SIZE line for distinfoMichael Scheidell2012-02-151-1/+1
| | | | | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer (implicit), gabor (mentor, implicit) Notes: svn path=/head/; revision=291442
* This change has various simplifications/improvements forDoug Barton2012-02-153-47/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the port. Most importantly, it's currently installing the rc.d script from the source, rather than the fixed one in files/. 1. Remove 6.x compatibility hack 2. Use the PORTDOCS macro 3. Actually install the rc.d script in files/ 4. Simplify pkg-plist 5. For the rc.d script: a. Move it to the standard location, after LOGIN b. Add KEYWORD nojail per the script in the distfiles c. Put the standard arguments in their usual order/formats d. Simplify the assignments of pidfile and required_files e. Use command_args for required arguments, don't abuse _flags f. The test for -p in smartd_flags should be a start_precmd, we frown on running any code unconditionally. Also, improve this check if -p is first. g. Bring the reload and report options from the distfile version, and simplify them. PR: ports/165167 Submitted by: me Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=291428
* - Update to 1.1.2Sunpoet Po-Chuan Hsieh2012-02-152-3/+3
| | | | | | | Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7105 Notes: svn path=/head/; revision=291410
* USE_QMAKE is not a valid make variable and does nothingEitan Adler2012-02-142-2/+0
| | | | | | | | Submitted by: Alex Kozlov Approved by: maintainer Notes: svn path=/head/; revision=291373
* unbreak on >= 9.0Florian Smeets2012-02-147-5/+912
| | | | | | | | | PR: ports/155938 Submitted by: Fabian Keil <fk@fabiankeil.de> Approved by: maintainer timeout (46 weeks) Notes: svn path=/head/; revision=291351
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-1410-15/+20
| | | | Notes: svn path=/head/; revision=291338
* Fix rc.d scriptsDoug Barton2012-02-143-11/+17
| | | | Notes: svn path=/head/; revision=291329
* Fix quota support on FreeBSD 9.Jimmy Olgeni2012-02-132-0/+25
| | | | | | | Obtained from: remko Notes: svn path=/head/; revision=291312
* - The mount checkpoint was changed in previous update to r230226.Michael Scheidell2012-02-132-1/+24
| | | | | | | | | | | | - This patch fixed mount_fusefs to use new path. - Bump PORTREVISION PR: ports/164218 Submitted by: jh@ Approved by: Edward Sanford Sutton, III <mirror176@cox.net> (maintainer), gabor (mentor) Notes: svn path=/head/; revision=291284
* Upgrade to version 3.90.Jimmy Olgeni2012-02-133-3/+12
| | | | Notes: svn path=/head/; revision=291283
* Upgrade to version 1.500.Jimmy Olgeni2012-02-132-3/+3
| | | | Notes: svn path=/head/; revision=291282
* Upgrade to version 1.580.Jimmy Olgeni2012-02-134-8/+32
| | | | Notes: svn path=/head/; revision=291281
* - Update to 0.12.1Philip M. Gollucci2012-02-122-3/+3
| | | | | | | | | | PR: ports/165019 Submitted by: myself (pgollucci) Approved by: gogo@cs.uni-sb.de (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=291077
* - Update to 1.0.22Philip M. Gollucci2012-02-122-3/+3
| | | | | | | | | | PR: ports/165017 Submitted by: myself (pgollucci) Approved by: gogolok+freebsd@gmail.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=291076
* Fix detection of CDs in certain drives using ATAPI_CAM.Joe Marcus Clarke2012-02-122-1/+14
| | | | | | | | | PR: 164927 Submitted by: Shin-ichi Okano <s-okano@n08.itscom.net> Based on: sysutils/cdrecord Notes: svn path=/head/; revision=291055
* Update to 1.25.MANTANI Nobutaka2012-02-123-6/+6
| | | | Notes: svn path=/head/; revision=291046
* - UnbreakPav Lucistnik2012-02-122-2/+35
| | | | | | | Submitted by: Vyacheslav I. <yohimba@mail.ru> Notes: svn path=/head/; revision=291037
* - Do not force our CFLAGS in src/backend, it must be compiled with -O0, orAlexey Dokuchaev2012-02-121-6/+7
| | | | | | | | | | | smartdimmer will fail with "init_nvclock() failed!" message; bump port revision due to importance of this change (fixing a run-time crash) - Define LICENSE (GPLv2) and cleanup Makefile a bit while I am here Reported by: Lucas Hosseini Notes: svn path=/head/; revision=291020
* - Update to 1.1.10Philip M. Gollucci2012-02-122-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=290989
* - Add rc.d filesPhilip M. Gollucci2012-02-113-0/+40
| | | | | | | | | | | - Bump PORTREVISION PR: ports/164876 Submitted by: Gea-Suan Lin <gslin@gslin.org> With Hat: perl@ Notes: svn path=/head/; revision=290954
* k3b-kde4: Update the libk3bdevice/k3bscsicommandbsd.cpp patch.Raphael Kubo da Costa2012-02-112-64/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I committed a6a2ed3 to k3b's git tree some time ago. It is a patch by avg@ improving the file and preventing some bugs from occurring. In his own words in KDE git review request 103293: Main idea of the change is to improve the case where SCSI sense data is not automatically provided and has to be explicitly requested. Current code essentially duplicates main transport code for this task. The proposed code recursively calls into the transport code with MMC_REQUEST_SENSE command. This also fixes a problem with the existing code where it re-uses a CCB of the original command for sense fetching but doesn't ensure that all the previously used bytes are reset to proper values. This can result in a malformed MMC_REQUEST_SENSE CCB which can confuse certain hardware (e.g. it hangs Optiarc DVD RW AD-7191S 1.02). Also the style of the code is cleaned up. Because of the code re-use the code is now more compact. Additionally some historic and useless code was dropped - the code for setting errno. errno value is not used by the calling code and this is an artifact of the FreeBSD-specific code having been borrowed from a different project (as attested by Heiner Eichmann <h.eichmann@gmx.de>). The current patch in the port now contains both commits 4ffc589 and a6a2ed3 squashed together. Bump PORTREVISION accordingly. Submitted by: avg Notes: svn path=/head/; revision=290934
* Respect CC and CFLAGSEmanuel Haupt2012-02-111-0/+16
| | | | | | | Approved by: Andrey Zonov <andrey@zonov.org> (maintainer) Notes: svn path=/head/; revision=290927
* Cross-platform functions emulating common shell commandsSteve Wills2012-02-115-0/+32
| | | | | | | WWW: http://search.cpan.org/dist/Shell-Command/ Notes: svn path=/head/; revision=290900
* Prefer more correct word "distributions" to slang term "distros".Alexey Dokuchaev2012-02-101-1/+1
| | | | Notes: svn path=/head/; revision=290866
* - Use REINPLACE_CMD instead of a patch fileSunpoet Po-Chuan Hsieh2012-02-102-14/+3
| | | | Notes: svn path=/head/; revision=290821
* Copy over configuration file on install if not presentChris Rees2012-02-092-0/+8
| | | | | | | | | PR: ports/164745 Submitted by: crees (me) Approved by: Dirk Engling (maintainer) Notes: svn path=/head/; revision=290801
* - Fixed time/date handling, fix taken from upstreamMichael Scheidell2012-02-093-21/+500
| | | | | | | | | | | | | - Device block size is now requested from the device - Added optional ublio support, enabled by default - Bump PORTREVISION PR: ports/164790 Submitted by: Alex Samorukov<samm@os2.kiev.ua> (maintainer) Approved by: gabor (mentor) Notes: svn path=/head/; revision=290799
* - Basic port cleanups including not abusing people.freebsd.org for downloadsPhilip M. Gollucci2012-02-081-7/+5
| | | | | | | | | PR: ports/155896 Submitted by: sunpoet Approved by: maintainer timeout (adrian ; 321 days) Notes: svn path=/head/; revision=290725
* - Update to 0.12.0Philip M. Gollucci2012-02-082-3/+3
| | | | | | | | | | PR: ports/164890 Submitted by: myself (pgollucci) Approved by: gogo@cs.uni-sb.de (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=290724
* Assume maintainership.Cy Schubert2012-02-081-2/+2
| | | | Notes: svn path=/head/; revision=290691
* - Update to 3.0.23Sunpoet Po-Chuan Hsieh2012-02-082-3/+3
| | | | | | | Changes: https://github.com/meskyanichi/backup/commits/master Notes: svn path=/head/; revision=290688
* - Fix WWW: linksPhilip M. Gollucci2012-02-081-1/+1
| | | | Notes: svn path=/head/; revision=290672
* Add a new port to track the head of the synergy development tree.George V. Neville-Neil2012-02-073-0/+53
| | | | | | | | | | | Major versions of synergy are protocol incompatible so tracking both development and stable branches, with one port for each, gives us the most flexibility. Approved by: skreuzer@ Notes: svn path=/head/; revision=290609
* The variable is USE_PERL5 not USE_PERLEitan Adler2012-02-072-2/+2
| | | | | | | | | Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav) Notes: svn path=/head/; revision=290590
* update to 3.1.9Brendan Fabeny2012-02-072-3/+3
| | | | | | | | PR: 163864 Approved by: maintainer (timeout, 1 month) Notes: svn path=/head/; revision=290525
* - Update to 2.7.10Steve Wills2012-02-043-60/+3
| | | | | | | | | | | - No longer need CONFLICTS with non-existent puppet-devel port - patch-fix_password_provider is integrated upstream in 2.7.10 release PR: ports/164634 Submitted by: tdb Notes: svn path=/head/; revision=290402
* - Update to 0.3.0Sofian Brabez2012-02-044-7/+20
| | | | | | | Approved by: jadawin@, miwi@ (mentors, implicit) Notes: svn path=/head/; revision=290372
* - Update distinfo: tarball rerolled but the content unchangedSunpoet Po-Chuan Hsieh2012-02-041-2/+2
| | | | Notes: svn path=/head/; revision=290365
* - Use USERS and GROUPSChris Rees2012-02-033-77/+3
| | | | | | | | | | | - Stop setting DEFAULT_PGSQL_VER PR: ports/164568 Submitted by: crees (me) Approved by: maintainer Notes: svn path=/head/; revision=290358
* - Mark BROKEN on FreeBSD 7.X: does not compilePav Lucistnik2012-02-031-1/+7
| | | | | | | | | usb_modeswitch.c:58:17: error: usb.h: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=290351
* This patch has been committed into uhidd upstream and will be includedEitan Adler2012-02-032-1/+20
| | | | | | | | | | | | | in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it. PR: ports/159313 Submitted by: Test Rat <ttsestt@gmail.com> Reviewed by: Kai Wang <kaiwang27@gmail.com> Requested by: Jan Beich jbeich@tormail.net Approved by: maintainer Notes: svn path=/head/; revision=290348
* Add multimedia as a virtual category.Emanuel Haupt2012-02-031-1/+1
| | | | | | | Discussed with: martymac Notes: svn path=/head/; revision=290344
* - Rename sysutils/py-dvdvideo to sysutils/dvdvideoGanael LAPLANCHE2012-02-036-4/+4
| | | | | | | | | - Add multimedia as a virtual category to the port Discussed with: makc, danfe (on ports-committers@) Notes: svn path=/head/; revision=290338
* - Update to 3.2.1 (bugfixes)Jason Helfman2012-02-032-3/+3
| | | | | | | | | PR: ports/164720 Submitted by: maintainer, erdgeist at erdgeist.org Approved by: crees, rene (mentors, implicit) Notes: svn path=/head/; revision=290329
* - Mark BROKEN: does not configurePav Lucistnik2012-02-021-0/+2
| | | | | | | | | | checking for python-rdflib... configure: error: in `/work/a/ports/sysutils/zeitgeist/work/zeitgeist-0.8.1.1': configure: error: failed. Please install the python-rdflib package. Reported by: pointyhat Notes: svn path=/head/; revision=290324
* - Update to 9394Sunpoet Po-Chuan Hsieh2012-02-022-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=290272
* Use USERS and GROUPSChris Rees2012-02-015-87/+3
| | | | | | | | | PR: ports/164548 Submitted by: crees (me) Approved by: v.haisman@sh.cvut.cz (maintainer) Notes: svn path=/head/; revision=290257
* Add a port for smp_utils, a set of utilities for Serial Attached SCSI (SAS)Xin LI2012-02-015-0/+103
| | | | | | | Serial Management Protocol (SMP). Notes: svn path=/head/; revision=290245
* Update to 1.33 and take maintainership.Xin LI2012-02-013-15/+56
| | | | Notes: svn path=/head/; revision=290244
* Update to 1.07.Xin LI2012-02-012-3/+3
| | | | Notes: svn path=/head/; revision=290243