1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +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
Martin Wilke
1872513a01 - Add pkg-message
- Fix sparc64 & ppc bug

PR:		122903
Submitted by:	Mark D. Foster <mark@foster.cc> (maintainer)
2008-05-02 20:11:48 +00:00
Rong-En Fan
bd749638d7 - Respect SYSCONDIR setting, so the default configuration files will be
in PREFIX/etc, instead of /etc

PR:		ports/121733
Submitted by:	Dierk Sacher <dierk at blaxxtarz.de>
Approved by:	Mark D. Foster <mark at foster.cc> (maintainer)
2008-03-16 09:18:39 +00:00
Boris Samorodov
e33078150f . split PORTNAME=iscsi-target onto PORTNAME=iscsi and PKGNAMESUFFIX=-target;
. update to version 20080207.

PR:		ports/120508
Submitted by:	Mark D. Foster <mark at foster.cc> (maintainer)
2008-02-11 14:55:17 +00:00
Boris Samorodov
be3e6334f2 Update net/iscsi-target to version 20071221.
PR:		118965
Submitted by:	"Mark D. Foster" <mark at foster.cc> (maintainer)
2007-12-26 23:36:02 +00:00
Boris Samorodov
00d74c58ff Bring iscsi-target up-to-date with respect to upstream version
netbsd-iscsi). Changes include fix for multiple targets bug.

PR:		118462
Submitted by:	Mark D. Foster <mark at foster.cc> (maintainer)
2007-12-11 21:18:55 +00:00
Boris Samorodov
61cc11f818 . update port to 20071025 snapshot;
. fix the bugs from ports/117015 (OK feedback received by email).

PR:		117015 [1], 117690 [2]
Submitted by:	Javier Martin Rueda <jmrueda at diatel.upm.es>  [1]
		Mark Foster <mark at foster.cc> (maintainer)    [2]
Feedback by:	Javier Martin Rueda <jmrueda at diatel.upm.es>
Approved by:	portmgr (linimon)
2007-11-12 17:51:25 +00:00
Edwin Groothuis
2f5fd33d0b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:10:52 +00:00
Edwin Groothuis
673d77ac58 Update port: net/iscsi-target to 20070908
PR:		ports/116524
Submitted by:	"Mark D. Foster" <mark@foster.cc>
2007-09-23 05:52:17 +00:00
Martin Wilke
dacaa82313 - Add backup mastersites
PR:		115105
Submitted by:	Mark D. Foster <mark@foster.cc> (maintainer)
2007-08-01 09:38:00 +00:00
Martin Wilke
fc1accbc0f - Update to 20070615
PR:		113877
Submitted by:	Mark D. Foster <mark@foster.cc> (maintainer)
2007-06-22 13:55:40 +00:00
Alejandro Pulver
489374e817 - Mark IGNORE on 4.x.
PR:		ports/105178
Submitted by:	Mark Foster <mark@foster.cc> (maintainer)
2006-11-06 02:05:31 +00:00
Pav Lucistnik
52054704d4 This is an implementation of iSCSI target, the server-side of ISCSI protocol,
used to service remote iSCSI requests.

WWW: http://www.netbsd.org/

PR:		ports/104087
Submitted by:	mark foster <mark@foster.cc>
2006-10-07 15:25:26 +00:00