1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

1836 Commits

Author SHA1 Message Date
Pietro Cerutti
f265a7a176 - Fix build when automake and qt3 are installed 2008-08-26 20:44:50 +00:00
Martin Wilke
79e7ccd0fd - Update to 0.3.3
Changelog:
	The CSettings class now supports integers and strings as setting types
	- Added the option "downloaddir" to set the target directory
	- Added Razvan Deaconescu's patch to ignore colum checking when hrktorrent is not being
	  run in a tty. Thanks!
	- Improved cleaning up the program
	- Fixed the Makefile
	- More verbosity
	- Support libtorrent's UPnP implementation

PR:		126844
Submitted by:	Henrik Friedrichsen <hrkfrd@googlemail.com> (maintainer)
2008-08-26 14:23:08 +00:00
Pietro Cerutti
d671319756 - Update to 0.4.5 2008-08-25 23:08:54 +00:00
Pietro Cerutti
2243ede0af - Update to 0.3.19 2008-08-25 23:08:31 +00:00
Dmitry Marakasov
e94851ca7e - Update to 4.18.6
PR:		126745
Submitted by:	Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer)
2008-08-22 20:48:55 +00:00
Jeremy Messenger
e24502acee Update to 1.33. 2008-08-21 07:34:22 +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
Rong-En Fan
2c2d1f8694 - Update to 4.18.5
PR:		ports/126565
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
2008-08-17 06:43:19 +00:00
Mario Sergio Fujikawa Ferreira
2d1bef7d82 Update to 2.9.6 2008-08-10 09:56:20 +00:00
Jeremy Messenger
5c636a2d63 Update to 1.32. 2008-08-09 17:33:57 +00:00
Jeremy Messenger
6b0a08dad4 Fix the meta-port. 2008-08-07 15:26:05 +00:00
Jeremy Messenger
b511b61c05 Fix the build.
Reported by:	QA Tindy
2008-08-07 15:23:12 +00:00
Jeremy Messenger
c801f2ebbe - Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
  its project.

Repocopy:	marcus (transmission -> transmission-cli)
2008-08-07 01:54:47 +00:00
Dmitry Marakasov
b293a4bf6e - Fix plist for NOPORTDOCS=yes
- Bump PORTREVISION

PR:		ports/126132
Submitted by:	"Stefan Ehmann" <shoesoft at gmx dot net> (maintainer)
Approved by:	miwi (mentor implicit)
2008-07-31 21:18:10 +00:00
Robert Noland
1e22e237ba Update my email address to my @FreeBSD.org address.
Approved by:	garga (mentor)
2008-07-30 19:00:36 +00:00
Markus Brueffer
bcdc6d854c Update to version 2.2.7
PR:		ports/126035
Submitted by:	lioux
2008-07-29 19:00:56 +00:00
Pav Lucistnik
d6f5edac50 - Don't remove directories owned by other ports or mtree. (This is not
complete, but enough to make it pass package build.)
2008-07-28 20:06:24 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Rong-En Fan
70ec8ae4ed - Update to 0.96.5
PR:		ports/125864
Submitted by:	Jonas Sonntag <jonas at schiebtsich.net> (maintainer)
2008-07-22 13:45:36 +00:00
Felippe de Meirelles Motta
73c4fa7ee7 - Update to 4.18.3.
- Pass maintainership to submitter.

PR:		ports/124745
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:	gabor (mentor, implicit), maintainer timeout (>1 month)
2008-07-22 01:58:31 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Martin Wilke
4a1d7617ac hrktorrent is a light console torrent client using rasterbar's libtorrent.
It supports the IPFilter and DHT implementation of libtorrent.
It is aimed to be light and fast.

WWW: http://henrik.unit5.ca/hrktorrent/

PR:		ports/125102
Submitted by:	hrkfrd at gmail.com
2008-07-19 23:18:50 +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
Pav Lucistnik
939c8d6dc7 - Ressurect a patch file in an attempt to fix build on amd64/7
Submitted by:	maintainer
2008-07-15 19:17:19 +00:00
Pietro Cerutti
1be43e97c3 - Update to 0.4.4 2008-07-15 08:58:42 +00:00
Pietro Cerutti
88ab3a84d3 - Update to 0.3.18 2008-07-15 07:46:16 +00:00
Mario Sergio Fujikawa Ferreira
873794ab84 Update to 0.11 2008-07-12 11:02:03 +00:00
Wesley Shields
9494ac555f Update to 3.1.1.0
PR:		ports/125167
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-07-09 01:20:45 +00:00
Jeremy Messenger
e08bf35b8e Update to 1.0.2. 2008-07-07 06:24:43 +00:00
Erwin Lansing
1b46e4ed05 Update to 0.0.25
PR:		125189
Submitted by:	Wen heping <wenheping@gmail.com>
2008-07-06 18:00:00 +00:00
Pietro Cerutti
a9a17ec45c - Update to 0.4.3 2008-07-03 20:51:17 +00:00
Pietro Cerutti
5a94cf7f79 - Update to 0.3.17 2008-07-03 20:51:14 +00:00
Florent Thoumie
743272cc8c Fix typo (USE_BZIP2).
PR:		ports/125161
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2008-07-02 09:14:13 +00:00
Martin Wilke
912c39fd34 - Update to 0.96 2008-06-28 22:27:39 +00:00
Jeremy Messenger
c08f8c0821 The tarball has been re-rolled. They have backed out the plugins related fix:
http://dev.deluge-torrent.org/changeset/3273

But, they didn't backout in SVN. Only in tarball. I am still awaiting for
one of developer's answer to my question as I don't know what reason why
SVN and tarball are different. Bump the PORTREVISION.

Reported by:	many
2008-06-26 00:57:22 +00:00
Jeremy Messenger
902eaffd5d Update to 0.5.9.3. 2008-06-24 04:46:23 +00:00
Alejandro Pulver
d87776ad05 - Update to version 0.13svn.r2335. 2008-06-24 02:06:48 +00:00
Alejandro Pulver
c9506fb866 - Update to version 1.0.0. 2008-06-24 02:02:34 +00:00
Alejandro Pulver
6dd8f2e7af - Update to version 0.13.
PR:		ports/124858
Approved by:	johan@stromnet.se (maintainer)
2008-06-24 02:01:39 +00:00
Martin Wilke
f28b1b2efd - Update to 3.1.0.0
PR:		124804
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-06-23 11:56:12 +00:00
Florent Thoumie
7f9f37e2b9 Update net-p2p/ctorrent to 3.3.2. 2008-06-21 12:41:12 +00:00
Jeremy Messenger
2cde8adf2e Update to 0.5.9.2. 2008-06-21 06:08:00 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Pav Lucistnik
4fbeb4f2ed - Builds on amd64 now 2008-06-18 20:15:27 +00:00
Florent Thoumie
d2aa6f021f Don't install documentation when NOPORTDOCS is defined.
Reported by:	itetcu
2008-06-18 14:22:10 +00:00
Florent Thoumie
c3a8fc3370 Don't install documentation if NOPORTDOCS is defined.
Reported by:	itetcu
2008-06-18 13:56:39 +00:00
Marcelo Araujo
4eef00478d - Removed a wrong character **/**.
- Bump PORTREVISION.

Reported by:	itetcu
Approved by:	maintainer implicit
2008-06-17 22:13:04 +00:00
Marcelo Araujo
315d9ff51b - Update to 4.18.2.
PR:		ports/124362
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:	maintainer timeout
Reported by:	pointyhat via erwin
2008-06-17 21:06:58 +00:00