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

25 Commits

Author SHA1 Message Date
Ed Schouten
64f3c1d688 Make coda6_client build on FreeBSD HEAD.
Disable all utmp bits. This will have no effect on 8.0 and earlier,
since the utmp code was broken to begin with. It doesn't read from the
proper utmp file, so it could have never worked.

Approved by:	miwi (portmgr)
Feature safe:	yes
2010-03-06 10:28:23 +00:00
Pav Lucistnik
f8d38d4e81 - Update to 6.9.4
PR:		ports/130761
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout (clsung; 3 weeks)
2009-02-10 18:16:06 +00:00
Pav Lucistnik
d203b12054 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:36:39 +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
Cheng-Lung Sung
1a22edb95f - a fool forgot to cvs rm a patch
- bump PORTREVISION
2008-04-18 07:56:59 +00:00
Cheng-Lung Sung
26dfa64c70 - I forgot to add patch
- bump PORTREVISION
2008-04-18 07:55:42 +00:00
Cheng-Lung Sung
80e21e104d - Update to 6.9.3 to fix broken caused by latest devel/rvm, devel/rpc2 changes
- hereby take over the maintainership
2008-04-18 07:54:18 +00:00
Pav Lucistnik
bfd4fe588e - Chase rpc2 update
Pointy hat to:	clsung
2008-04-16 21:43:03 +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
Craig Rodrigues
7336031b41 Update to version 6.9.1
PR:	114594
2007-07-18 02:24:39 +00:00
Martin Wilke
9605b8136e - Update to 6.1.2
PR:             110120
Submitted by:   pointyhat and  Ho, Jheng <xbddc.ho@gmail.com>
Thanks to:      Ho, Jheng <xbddc.ho@gmail.com> for testing and feedback!!
2007-03-11 14:09:51 +00:00
Vasil Dimov
bc57bc721c Add a proper warning that this code is not tested and the previous version
was causing panics.
2006-10-05 17:38:00 +00:00
Vasil Dimov
16dadb7cc6 Upgrade:
* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus
  un-DEPRECATE them
* devel/rvm from 1.10 to 1.13
* devel/lwp from 1.12 to 2.3
* devel/rpc2 from 1.28 to 2.2

These four are tightly related so I upgrade them in one.. well.. changeset
2006-10-05 17:09:55 +00:00
Vasil Dimov
8ea21c1cb5 Extend expiration date with one week.
There is a newer version on the master site from September, it seems that
the project is active again and thus I will try to update this port to
the latest version.
2006-10-05 08:00:23 +00:00
Mark Linimon
7e2a23110e Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports are
almost 2 years out-of-date; none of them compile on 5-STABLE or 6-STABLE
at this point.

Reset maintainer of coda6_* due to no response to questions about status.

Hat:		portmgr
2006-07-04 23:19:50 +00:00
Sergey Matveychuk
a031a0d8b9 - Mark IGNORE on >=6.0. Coda 6.x makes a kernel panic on this version.
- Fix another IGNORE message.
2006-04-11 12:32:10 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Sergey Matveychuk
0036fd14a8 - Update to 6.0.7
PR:		ports/74258, ports/74259
Submitted by:	Radim Kolar <hsn(at)netmag.cz>
Approved by:	maintainer (timeout: 1+ month)
2004-12-29 17:36:19 +00:00
Sergey Matveychuk
1bebcf5977 - Bump rvm's lib version 2004-12-24 12:58:57 +00:00
Sergey A. Osokin
480c1a7db1 Fix "coda-server-6.0.6 failed on i386 4".
Notice from:	kris via bento
2004-08-16 07:06:40 +00:00
Sergey A. Osokin
e662720ff2 Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).

Bump or remove PORTREVISION where it needed.
2004-08-10 17:06:15 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Kris Kennaway
4be27e8cdd Fix build on -STABLE.
Submitted by:	tjr
2003-09-24 05:52:34 +00:00
Edwin Groothuis
38d3364d0d New ports: coda6_server and coda6_client
I've just added the kernel support for Coda 6.x. It would
	be great to have the server and client in the ports collection
	to make it easier for people to experiment with.

PR:		ports/56623
Submitted by:	Tim Robbins <tim@robbins.dropbear.id.au>
2003-09-09 12:26:54 +00:00