aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sg3_utils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.45Mateusz Piotrowski2020-03-035-35/+21
| | | | | | | | | | | While here: - Update license information. - Sort variables. Reported by: portscout Notes: svn path=/head/; revision=527666
* Return this to pool. I no longer use this port anymore.Xin LI2019-10-121-1/+1
| | | | Notes: svn path=/head/; revision=514353
* Update to 1.44.Xin LI2018-12-315-9/+56
| | | | Notes: svn path=/head/; revision=488844
* Update to 1.42.Xin LI2016-06-263-7/+12
| | | | Notes: svn path=/head/; revision=417617
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Typos, whitespace and capitalization fixes (S-X).Jimmy Olgeni2015-09-201-2/+2
| | | | Notes: svn path=/head/; revision=397463
* Update to 1.41.Xin LI2015-09-153-3/+5
| | | | Notes: svn path=/head/; revision=396944
* Update to 1.40.Xin LI2014-11-143-4/+10
| | | | Notes: svn path=/head/; revision=372567
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Update to 1.3.9.Xin LI2014-06-143-5/+9
| | | | Notes: svn path=/head/; revision=357751
* Update to 1.38.Xin LI2014-04-042-3/+3
| | | | Notes: svn path=/head/; revision=350056
* - Convert to STAGING.Matthias Andree2014-01-132-53/+56
| | | | | | | | | | | - Strip installed .so libs. - Fix up shebang lines of scsi_* scripts. - USE_GMAKE -> USES= Approved by: portmgr@ (implicit, blanket) Notes: svn path=/head/; revision=339620
* Update to 1.37.Xin LI2013-10-163-21/+3
| | | | Notes: svn path=/head/; revision=330549
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Make sure that the buffers defined as global variables are alignedXin LI2013-09-172-0/+18
| | | | | | | | | with page boundary. Tested by: dwhite Notes: svn path=/head/; revision=327507
* Update to 1.36.Xin LI2013-06-043-3/+11
| | | | Notes: svn path=/head/; revision=319923
* Update to 1.35.Xin LI2013-01-213-3/+5
| | | | Notes: svn path=/head/; revision=310734
* Update to 1.34.Xin LI2012-11-022-8/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306880
* Update to 1.33 and take maintainership.Xin LI2012-02-013-15/+56
| | | | Notes: svn path=/head/; revision=290244
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284613
* update WWW remove MD5Baptiste Daroussin2011-03-132-2/+1
| | | | Notes: svn path=/head/; revision=270778
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.Mark Linimon2010-08-221-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=259771
* Update to 1.28.Xin LI2009-11-033-21/+31
| | | | | | | | PR: ports/140240 Approved by: maintainer Notes: svn path=/head/; revision=243721
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* The sg3_utils package contains utilities that send SCSI commands to devices.Felippe de Meirelles Motta2008-06-224-0/+86
As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. It's functionality similar to camcontrol(8), but more powerful. For example, it can use SCSI Environmental Services not using FreeBSD ses(4), read SCSI device logs, and much more. WWW: http://sg.torque.net/sg/sg3_utils.html PR: ports/124358 Submitted by: Denis Barov <dindin@dindin.ru> Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215565