Commit Graph

16 Commits

Author SHA1 Message Date
Xin LI
229b6035b6 Update to 1.38. 2014-04-04 00:01:47 +00:00
Matthias Andree
e1657aa13f - Convert to STAGING.
- Strip installed .so libs.
- Fix up shebang lines of scsi_* scripts.
- USE_GMAKE -> USES=

Approved by: portmgr@ (implicit, blanket)
2014-01-13 19:06:58 +00:00
Xin LI
4367200505 Update to 1.37. 2013-10-16 21:45:31 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Xin LI
d3fa8d5342 Make sure that the buffers defined as global variables are aligned
with page boundary.

Tested by:	dwhite
2013-09-17 22:48:50 +00:00
Xin LI
4f741560ef Update to 1.36. 2013-06-04 22:08:43 +00:00
Xin LI
90ecc390ed Update to 1.35. 2013-01-21 03:25:47 +00:00
Xin LI
e4f0db9860 Update to 1.34.
Feature safe:	yes
2012-11-02 18:52:52 +00:00
Xin LI
66028a1da9 Update to 1.33 and take maintainership. 2012-02-01 18:35:13 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
3d7e506643 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 07:20:16 +00:00
Baptiste Daroussin
499a0fcef6 update WWW remove MD5 2011-03-13 08:43:51 +00:00
Mark Linimon
df9e790904 Reset dindin@dindin.ru due to maintainer-timeout and no response to email.
Hat:		portmgr
2010-08-22 23:20:17 +00:00
Xin LI
76eb8c533c Update to 1.28.
PR:		ports/140240
Approved by:	maintainer
2009-11-03 17:49:11 +00:00
Rong-En Fan
741aa71483 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
 - 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)
2008-08-21 06:18:49 +00:00
Felippe de Meirelles Motta
040df40e20 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)
2008-06-22 22:18:06 +00:00