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

19 Commits

Author SHA1 Message Date
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
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Cheng-Lung Sung
8806d7527b - shells/bash2 -> shells/bash;
- bump PORTREVISION (RUN_DEPENDS changes).

PR:		ports/107003
Submitted by:	bsam
2006-12-26 08:10:40 +00:00
Cheng-Lung Sung
bfbdee37e7 - Respect DESTDIR
- Use MAN1PREFIX

PR:		ports/101868
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 04:11:53 +00:00
Cheng-Lung Sung
c598b4b75c - update to 1.12 2006-04-15 03:45:43 +00:00
Cheng-Lung Sung
18e39883cf - add SHA256 2005-12-22 02:20:51 +00:00
Cheng-Lung Sung
9efc2392c6 - update to 1.11 2005-10-07 15:47:11 +00:00
Cheng-Lung Sung
dee9a74acb - update to 1.10 2005-10-05 06:50:48 +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
Cheng-Lung Sung
79facaae42 - update to 1.9 2004-12-07 06:36:32 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Vanilla I. Shu
e2103ed283 - Update to 1.8.1
- Many bugs were discovered and fixed. A test suite was added to
  prevent future regressions. It can be called using make check.
  Memory management was improved, giving a large speedup in
  classification speed, and a putative confidence score is now
  available via an -X switch.
- Some documentation changes were made.

PR:		ports/69749
Submitted by:	maintainer
2004-07-29 10:11:38 +00:00
Kirill Ponomarev
a87810e508 Update to 1.8
PR:		ports/69407
Submitted by:	maintainer
2004-07-22 08:50:37 +00:00
Ying-Chieh Liao
a508b19de7 upgrade to 1.7
PR:		69386
Submitted by:	maintainer
2004-07-22 01:32:20 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
17667bab53 - Update to 1.6
PR:		ports/60753
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
2003-12-31 14:42:13 +00:00
Sergei Kolobov
a3a9120155 Add dbacl 1.4, digramic Bayesian classifier.
dbacl is a digramic Bayesian text classifier. Given some text,
it calculates the posterior probabilities that the input resembles
one of any number of previously learned document collections.
It can be used to sort incoming email into arbitrary categories
such as spam, work, and play, or simply to distinguish an English text
from a French text. It fully supports international character sets,
and uses sophisticated statistical models based on the
Maximum Entropy Principle.

Author:	Laird A. Breyer <laird@lbreyer.com>
WWW:	http://dbacl.sourceforge.net/

PR:		58733
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-31 12:46:33 +00:00