1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Martin Wilke
e7778bcfed - Stage support 2014-02-06 07:23:38 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Ade Lovett
fe0d23d638 Update to GNU make 3.82 after numerous -exp runs. 2011-04-11 19:54:35 +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
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Andrey Slusar
62fd759e9b - Update to 1.3.8
- Move plist to Makefile.

PR:		ports/98826
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-06-11 19:23:08 +00:00
Andrey Slusar
010db4b621 Update to version 1.3.5 2005-12-26 14:28:37 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00
Marcus Alves Grando
05a1926db2 Drop MAINTAINER
PR:		89390
Submitted by:	David Bushong <david+ports@bushong.net> (maintainer)
2005-11-21 23:32: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
Kirill Ponomarev
6edf79456b - Update to version 1.3.3
- SIZE'ify

PR:		ports/64402
Submitted by:	maintainer
2004-03-18 09:20:03 +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
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Edwin Groothuis
07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00
FUJISHIMA Satsuki
97cde34830 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().

Obtained from:	NetBSD
2003-07-14 02:41:33 +00:00
Yen-Ming Lee
7f7a2e76cc update port mail/ifile from 1.3.1 to 1.3.2
PR:		53697
Submitted by:	David Bushong <david+ports@bushong.net>
2003-06-25 05:56:57 +00:00
Yen-Ming Lee
5c47852577 upgrade to ifile-1.3.1
update to WWW in pkg-descr

PR:		51597
Submitted by:	David Bushong <david+ports@bushong.net>
2003-04-30 00:55:28 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Pete Fritchman
f264efc729 - update to 1.2.1
- switch MASTER_SITES to the project's new home

PR:		46699
Submitted by:	maintainer
2003-01-05 22:18:38 +00:00
Edwin Groothuis
5019ffc91b Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
2002-11-04 22:57:37 +00:00
Oliver Braun
3fefc55b8d Upgrade to 1.1.4.
PR:		ports/44125
Submitted by:	maintainer
2002-10-16 21:34:52 +00:00
Ying-Chieh Liao
6ea59d3fdb upgrade to 1.0.11
PR:		42711
Submitted by:	maintainer
2002-09-19 21:30:38 +00:00
Kevin Lo
058407931b Initial import of ifile 1.0.4.
Note that I fixed malloc.h to stdlib.h

Ifile is an application of machine learning to e-mail filtering.

PR: 34423
Submitted by: David Bushong <david+ports@bushong.net>
2002-02-11 09:21:31 +00:00