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

37 Commits

Author SHA1 Message Date
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00
Alex Dupre
14895f2f4e Update to 1.16.1 release. 2009-06-22 06:01:59 +00:00
Alex Dupre
b272203bf6 Update to 1.16 release. 2008-10-26 08:28:19 +00:00
Alex Dupre
119004cc3b Update to 1.15.8 release. 2008-09-23 05:46:09 +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
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
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Alex Dupre
2da6642c9d Update to 1.15.7 release. 2008-01-31 22:00:00 +00:00
Alex Dupre
76f6d6c515 Update to 1.15.6 release. 2007-10-16 08:31:30 +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
Alex Dupre
ae686374b2 Update to 1.15.5 release:
- drop support for FreeBSD < 4.x
- remove pkg-plist
2006-12-18 21:57:18 +00:00
Alex Dupre
34c753580c Update to 1.15.4 release. 2006-11-01 13:09:02 +00:00
Edwin Groothuis
e4aa76a9be Remove USE_REINPLACE from categories starting with W 2006-05-13 04:41:22 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +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
Alex Dupre
ecdd8aa8fe Update to 1.15.3 release. 2005-03-17 09:11:39 +00:00
Alex Dupre
245ebcba74 Update to 1.15.2 release:
- Respect NOPORTDOCS
2004-11-15 09:21:47 +00:00
Alex Dupre
9e673cc6ea Update to 1.15.1 release. 2004-08-23 13:52:57 +00:00
Alex Dupre
675bdc2e3f Update to 1.15.0 release. 2004-04-28 22:28:02 +00:00
Alex Dupre
ba287896a0 Update to 1.14.0 release. 2004-04-19 16:35:05 +00:00
Alex Dupre
0ce59a9834 Update to 1.13.0 release. 2004-03-05 15:10:21 +00:00
Alex Dupre
e87beb448c Update to 1.21.1 release. 2004-02-22 10:05:02 +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
Alex Dupre
58c5b838c0 Switch to my @FreeBSD.org email address.
Approved by:	nork (mentor)
2004-01-18 10:50:15 +00:00
Norikatsu Shigemura
4ce4c9ce6f Update to 1.12.0.
PR:		ports/56586
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-09-08 08:01:00 +00:00
Norikatsu Shigemura
4bb7bb2828 Update to 1.11.
PR:		ports/56050
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-08-28 02:00:33 +00:00
Daichi GOTO
67781017a6 update www/netrik: 1.10.2 -> 1.10.3
PR:		55260
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-08-05 05:09:27 +00:00
Sergey A. Osokin
300913500c Update to 1.10.2
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
PR:	52998
Approved by:	fjoe (mentor)
2003-06-06 21:19:24 +00:00
Pete Fritchman
6c9a7d2637 Update to 1.10.0.
PR:		51841
Submitted by:	maintainer
2003-05-10 23:41:23 +00:00
Tilman Keskinoz
85c4be58f2 Update to 1.9.0
USE_GETOPT_LONG

PR:		51432
Submitted by:	maintainer
2003-04-28 15:16:15 +00:00
Daniel Harris
8211bac29c Update to 1.8.0 and get a maintainer.
PR:		51282
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-04-23 17:07:24 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Mark Pulford
0ccde07932 Update to 1.2.1.
PR:		47488
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-02-14 11:55:04 +00:00
Dirk Meyer
a04349d147 fix MAINTAINTER to ports@FreeBSD.org
PR:		46686
Submitted by:	erwin@lansing.dk
2003-01-02 18:18:45 +00:00
Alan Eldridge
091612ee8e Another text mode browser. 2003-01-01 16:02:33 +00:00