1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

13 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
Alejandro Pulver
9765b6dd2f - Append CONFIGURE_ARGS for ImageMagick.
PR:		ports/125577
Submitted by:	liangtai <ss2pxd1c@yahoo.co.jp>
2008-07-17 22:36:27 +00:00
Alejandro Pulver
c9506fb866 - Update to version 1.0.0. 2008-06-24 02:02:34 +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
Martin Wilke
0251314951 - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:45 +00:00
Alejandro Pulver
31e7954e06 - Update to version 1.0.0rc11. 2008-01-04 09:22:45 +00:00
Jose Alonso Cardenas Marquez
bc6f774c3d - Chase devel/commoncpp update
Reported by:	erwin
Forgotten by:	me
2007-12-23 00:00:01 +00:00
Alejandro Pulver
4164d38532 - Update to version 1.0.0rc10. 2007-12-12 05:46:08 +00:00
Alejandro Pulver
a91a71cb10 - Update to version 1.0.0rc3. 2007-10-01 19:59:28 +00:00
Alejandro Pulver
6653896e1c - Change dependency from "net-p2p/rblibtorrent-devel" to
"net-p2p/rblibtorrent" (they are currently the same actually).
- Bump PORTREVISION.
2007-08-29 01:00:16 +00:00
Alejandro Pulver
b07c774f28 - Update to version 0.9.3. 2007-06-05 05:53:05 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Alejandro Pulver
fdf1c7185e qBittorrent can now be considered as a good alternative to other bittorrent
clients. It provides a lot of features such as:

* A polished Graphical User Interface written with Qt4.2 toolkit.
* Multiple simultaneous downloads / uploads.
* An integrated search engine.
* DHT (trackerless) support.
* uTorrent Peer eXchange support (PeX).
* Directory scanning with automated download of torrents inside.
* Good internationalization (20+ languages supported).
* Selective download of files in a torrent.
* Media File previewing while downloading.
* Torrent trackers edition and prioritizing.
* Seeders / Leechers displayed in download list.
* Torrent download in correct order.
* System tray integration.
* Tracker authentication support.
* Unicode support.
* Torrent downloading directly from their url.
* Connection though a proxy.
* IP Filtering similar to the one in eMule.

WWW: http://www.qbittorrent.org/
2007-04-18 00:35:50 +00:00