Commit graph

17 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
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
Christian Weisgerber
270ce9dfaa LP64 fixes: normalize truth values rather than truncating to int.
Approved by:	maintainer
Obtained from:	Arnaud Bergeron <abergeron@gmail.com>
2008-07-18 20:15:06 +00:00
Pav Lucistnik
586af22cac - Update to 0.2.4.2
- Integrate patch to correct japanese id3 tags

PR:		ports/113675 (follow up)
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	Mark D. Foster <mark@foster.cc> (maintainer)
2008-05-01 14:30:09 +00:00
Martin Wilke
d530c06822 - Update to 0.2.4.1 (security update)
- Use SF macro
- Pass maintainership to submitter

PR:		118015
Submitted by:	Mark D. Foster <mark@foster.cc>
Approved by:	portmgr (pav), secteam (remko), alexbl (old maintainer)
Security:	http://www.vuxml.org/freebsd/a7080c30-91a2-11dc-b2eb-00b0d07e6c7e.html
2007-11-27 09:04:58 +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
Alexander Botero-Lowry
5eaac8b2ca Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by:	novel
2006-09-13 03:21:38 +00:00
Ion-Mihai Tetcu
b817e22842 - Update to 0.2.4
- convert to USE_RC_SUBR
- make sure thread libs are detected/used correctly on all OSVERSIONs
- change default database directory to /var/db/mt-daapd.
- change default mp3 dir to ${PREFIX}/share/mt-daap
- tell users whatvariables to they can set to customize their installation
- move pkg-deinstall, pkg-install and files/mt-daapd.conf in FILESDIR to be
able to respect user choices.
- portlint

PR:		ports/95190 reworked extensively by me
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com> (now maintianer)
2006-06-25 13:17:25 +00:00
Mark Linimon
8093ba6fe6 Assign to new volunteer due to maintainer-timeouts and no response to email.
Hat:		portmgr
2006-06-23 22:04:32 +00:00
Marcus Alves Grando
ac26f154ec - Update to 0.2.4
PR:		94305
Submitted by:	Alex Varju <freebsd-ports___varju.ca>
Approved by:	maintainer timeout, 34 days
2006-04-14 18:53:52 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +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
Jean-Yves Lefort
872d7f80ee Chase libid3tag update. 2005-10-28 07:59:53 +00:00
Marcus Alves Grando
68182ad30d Update to 0.2.3
PR:		87485
Submitted by:	Meno Abels <meno.abels@adviser.com> (maintainer)
2005-10-15 17:54:49 +00:00
Kirill Ponomarev
1bc814b505 Fix build on amd64
PR:		ports/72957
Submitted by:	maintainer
2004-10-26 18:51:06 +00:00
Edwin Groothuis
ab42fbb1c7 Fwd: mt-daapd patch
harti suggest that you will be able to commit this port
	update to ports colllection?

Submtited by:	Meno Abels <meno.abels@adviser.com>
2004-08-05 23:00:10 +00:00
Edwin Groothuis
01cb54d605 New port: audio/mt-daapd
mt-daapd scans a directory for music files and makes them
	available via the Apple proprietary protocol DAAP. DAAP
	clients can browse the directory and retrieve individual
	files, either by streaming or by downloading them.

	WWW: http://mt-daapd.sourceforge.net/

PR:		ports/64077
Submitted by:	Meno Abels <meno.abels@adviser.com>
2004-07-19 09:18:51 +00:00