| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Jan 2013 03:25:48
1.35
|
delphij  |
Update to 1.35. |
02 Nov 2012 18:52:52
1.34
|
delphij  |
Update to 1.34.
Feature safe: yes |
01 Feb 2012 18:35:13
1.33
|
delphij  |
Update to 1.33 and take maintainership. |
09 Nov 2011 15:26:04
1.28
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 07:20:16
1.28
|
miwi  |
- Fix build on FreeBSD 10
Reported by: pointyhat |
13 Mar 2011 08:43:51
1.28
|
bapt  |
update WWW remove MD5 |
22 Aug 2010 23:20:17
1.28
|
linimon  |
Reset dindin@dindin.ru due to maintainer-timeout and no response to email.
Hat: portmgr |
03 Nov 2009 17:49:11
1.28
|
delphij  |
Update to 1.28.
PR: ports/140240
Approved by: maintainer |
21 Aug 2008 06:18:49
1.25
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
22 Jun 2008 22:18:06
1.25
|
lippe  |
The sg3_utils package contains utilities that send SCSI commands to devices.
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) |