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

24 Commits

Author SHA1 Message Date
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +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
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Pietro Cerutti
f16579ce28 - Fix build on 64-bits architectures
- Adopt maintainship

Approved by:	miwi (mentor)
2008-04-21 17:36:40 +00:00
Pietro Cerutti
f5fe51fa72 - Update to 1.0.7
Approved by:	miwi (mentor)
2008-04-16 22:36:42 +00:00
Jeremy Messenger
c2d7d16a59 Drop the maintainership to ports@. I haven't use it for over a year since when
I got a few of good routers.
2008-01-30 19:23:31 +00:00
Marcus Alves Grando
5265c7a798 - Bump PORTREVISION since devel/libevent are updated. 2008-01-02 23:43:03 +00:00
Marcus Alves Grando
5a1d1148e1 - Change libevent lib and bump PORTREVISION since devel/libevent are updated. 2007-09-21 20:21:30 +00:00
Marcus Alves Grando
bdbb9d66b8 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. 2007-04-06 18:28:46 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Marcus Alves Grando
654f115b69 - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
2006-12-05 13:29:01 +00:00
Yen-Ming Lee
f16517a483 - update dependencies for libevent-1.2 2006-06-30 02:53:12 +00:00
Jeremy Messenger
4d313e4841 - Take the maintainship.
- Enable the recv() and send(), I am not sure why it was disabled on FreeBSD
  only but allow other OSs. It works great as I have tested it with a few
  of applications on FreeBSD 6.0 for a week. If anyone know why, please let
  me know. No respone from the author.
- Add install the trickled.conf(.default) with examples. Took from Debian with
  a bit tweak.
- Bump the PORTREVISION.
2006-05-11 17:09:01 +00:00
Jeremy Messenger
004bb0c0d6 Fix the find local of trickled.conf, the varible wasn't working that put
${prefix} in source so use --sysconfdir that will actually change from varible
to prefix path (/usr/local) in source. Bump the PORTREVISION.

	# trickled: Skipping configuration file: ${prefix}/etc/trickled.conf
2006-05-07 22:39:48 +00:00
Jeremy Messenger
5115b82115 Correct a dependency, move libevent from BUILD_DEPENDS to LIB_DEPENDS. Bump
the PORTREVISION.

	# pkg_add -r trickle
	Fetching [...]trickle.tbz... Done.
	# trickled
	/libexec/ld-elf.so.1: Shared object "libevent-1.1a.so.1" not found,
	required by "trickled"
2006-05-07 17:33:47 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Kirill Ponomarev
6b4c016cab Drop maintainership, since I'm buried in the $REALLIFE stuff. 2005-09-14 08:26:09 +00:00
Jean-Yves Lefort
f95bf0e733 Chase the libevent update.
Reported by:	pointyhat
2005-07-01 22:47:21 +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
Kirill Ponomarev
57e2ce8082 - Remove USE_SIZE knob 2004-04-01 09:39:47 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Kirill Ponomarev
bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00
Max Khon
89f98bf6d9 New port: trickle
Trickled is a userspace bandwidth manager daemon.

PR:		52950
Submitted by:	Kirill Ponomarew
2003-06-06 13:12:17 +00:00