Commit graph

21 commits

Author SHA1 Message Date
Li-Wen Hsu
dec6e359e2 - Update to 1.8.11
- Pass maintainership to submitter for original maintainer email
  is not valid anymore

PR:		ports/132559
Submitted by:	Steve Polyack <spolyack AT collaborativefusion.com>
Approved by:	maintainer timeout
2009-03-30 21:14:18 +00:00
Felippe de Meirelles Motta
5fef66a56c - Update to 1.8.10.
- Use SF macro.
- Respect NOPORTDOCS/NOPORTEXAMPLES case.

PR:		ports/127036
Submitted by:	Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
2008-09-04 01:05:55 +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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
03fd71899c - Add support for latest sysutils/freeipmi update
PR:		118720
Submitted by:	Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
2007-12-15 17:50:35 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Martin Wilke
5bb28fbc28 - Update to 1.8.9
- Add WITH_FREEIPMI and WITH_DEBUG knobs

PR;             110026
Submitted by:   Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
2007-03-07 12:17:02 +00:00
John Polstra
2845ca0c97 Bump PORTREVISION for bugfix in files/patch-lanplus.c. 2007-01-22 05:01:41 +00:00
John Polstra
7acb00d7e2 Avoid a NULL pointer dereference when using serial-over-LAN (SOL).
I have submitted this patch to the ipmitool-devel mailing list.

Approved by:	frolov@riss-telecom.ru (maintainer)
2007-01-22 01:56:03 +00:00
Michael Landin
65860748c2 - Update ipmitool to 1.8.8
PR:		ports/98365
Submitted by:	Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
2006-06-02 12:08:04 +00:00
Sam Lawrance
88e2f7c15a Add option WITH_IPMI_KMOD, allowing ipmitool to work with
the ipmi-kmod port (for FreeBSD 6.x systems).

PR:		ports/96333
Submitted by:	Nick Barkas <snb@threerings.net>
Approved by:	frolov@riss-telecom.ru (maintainer)
2006-05-14 13:31:58 +00:00
Doug Ambrisko
f2440fcaae Forgot to add in new patch file that looks to fix a compile problem.
Submitted by:	Dmitry (maintainer)
2006-03-22 04:37:18 +00:00
Doug Ambrisko
f17c591b9c Update to version 1.8.7 which has the changes to detect FreeBSD's
ipmi(4) device.  Remove patch and hack to make the patch work.

Submitted by:	Dmitry (maintainer)
2006-03-22 04:34:45 +00:00
Doug Ambrisko
de8de48fb8 Enhance OpenIPMI driver detection to ipmitool to find FreeBSD's
compatible version in sys/ipmi.h if it exists.  Enable OpenIPMI mode.

Initial patches by me, polishing by Dmitry (maintainer).  Dmitry will
be submitting these changes to the ipmitool developers.

Approved by:	Maintainer
2006-02-16 17:49:06 +00:00
Simon Barner
a4d4da52b9 - Update to 1.8.6
Submitted by:	Dmitry Frolov <frolov@riss-telecom.ru>
PR:		ports/92668
2006-02-01 12:05:59 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Florent Thoumie
29be8bff1f - Update to 1.8.2.
PR:		ports/81720
Submitted by:	maintainer
2005-05-31 20:26:11 +00:00
Jean-Yves Lefort
ebbfc6fe5c - Update to 1.8.1
- Workaround for a bug in readline
- Correction for crossbuilds: MACHINE_ARCH -> ARCH

PR:		ports/80787
Submitted by:	maintainer
2005-05-08 16:33:31 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Norikatsu Shigemura
8a58cb7ac0 Add ipmitool 1.6.0, CLI to manage IPMI systems.
PR:		ports/73339
Submitted by:	Dmitry Frolov <frol@nov.net>
2004-12-23 10:56:15 +00:00