Commit graph

38 commits

Author SHA1 Message Date
Martin Wilke
edbfcf1c23 - Kick MD5 Support 2011-07-03 06:14:57 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
56fb58c56f Migrate from devel/automake15 to devel/automake19 2010-09-24 03:22:28 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Jose Alonso Cardenas Marquez
ba28eccfcd - Update to 20090530 2009-06-16 22:06:10 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +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
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Michael Nottebrock
a55ac89083 Clean up symlinks on deinstallation and work around hitting maxargs
during installation.

PR: 	ports/110974, ports/110981
Approved by:	maintainer
2007-03-29 17:51:04 +00:00
Jose Alonso Cardenas Marquez
cb64690d86 - Update to 20070124 2007-02-01 20:50:38 +00:00
Jose Alonso Cardenas Marquez
6af1cca0d8 - Update to 20061214
- Add miwi's mirror to MASTER_SITES (miwi thanks)
2006-12-16 15:54:53 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Jose Alonso Cardenas Marquez
3c6f2cfa5b - Update to 20061031 2006-11-06 16:39:53 +00:00
Jose Alonso Cardenas Marquez
079b401c86 - Update to 20060922 2006-09-25 15:45:09 +00:00
Jose Alonso Cardenas Marquez
e4c1d19785 - Update to 20060822
Approved by:	garga (mentor)
2006-08-23 15:49:23 +00:00
Jose Alonso Cardenas Marquez
ffa72f082e - Update to 20060723
- Change master site local to my account

Approved by:	garga (mentor)
2006-07-24 02:05:15 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Pav Lucistnik
52eb9845d3 - Update to 20060618
PR:		ports/99130
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-19 21:15:43 +00:00
Pav Lucistnik
1f060da1eb - Update to 20060531
- Switch to tarballs and host them locally

PR:		ports/98201
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-05-31 09:43:50 +00:00
Pav Lucistnik
1d0343d4be - Update to 20060506
- Take maintainership

PR:		ports/96896
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-07 11:33:15 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Bill Fenner
5f8f68feaf Don't pretend that there are any MASTER_SITES; there's a custom
do-fetch: target.
2005-10-17 22:22:25 +00:00
Sam Lawrance
72d9c5b7ff Update to 20050304
- switch to 3.0 stable cvs branch to align with other foomatic ports
- use autoconf 259 instead of 253

PR:		ports/78397
Submitted by:	Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
2005-06-11 06:42:19 +00:00
Kris Kennaway
0cae105faf Now fetchable again. 2005-05-01 20:19:07 +00:00
Kris Kennaway
4def679355 BROKEN: Unfetchable 2005-04-30 00:55:31 +00:00
Kris Kennaway
d64f21f768 dd missing files 2004-11-26 00:30:43 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Joe Marcus Clarke
dc87238baa Fix extraction by using DISTNAME instead of PKGNAME for the name of the
generated tar file.

Reported by:	bento via kris
2004-02-08 06:42:23 +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
Pav Lucistnik
06be47c735 - Remove no longer needed patch file [1]
- Regenerate pkg-plist
- Bump portversion

PR:		ports/61016 [1]
Submitted by:	Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
2004-01-07 19:45:50 +00:00
Pav Lucistnik
1b984ed69f - Catch up with pkg_plist changes
PR:		ports/58451 (based on)
Submitted by:	Martin Ranne <gasp@ridcully.dnsalias.org>
2003-12-16 22:49:54 +00:00
Kris Kennaway
87fa56aa04 Reset bouncing maintainer address 2003-11-03 04:56:45 +00:00
Edwin Groothuis
f606c70c91 Solved the sh/bash issue in configure.in a little bit nicer.
Added dependency on autoconf.
Notited by: kris/bento
2003-04-05 22:59:25 +00:00
Edwin Groothuis
d173fd124f New port: print/foomatic-db
foomatic printer driver database

PR:		ports/48814
Submitted by:	Martin Ranne <gasp@ridcully.dnsalias.org>
2003-04-01 03:08:29 +00:00