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

40 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
Steven Kreuzer
4be2ccbf7c Take over maintenance
Approved by:	wxs (mentor)
2009-06-03 15:19:10 +00:00
Wesley Shields
c6eb35f215 - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
2009-05-09 02:46:09 +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
Wesley Shields
ce0191e49e Update my address.
Approved by:	garga (mentor)
2008-02-04 15:35:12 +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
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Rong-En Fan
28c0742ec0 - Update to 1.5c
- Remove support for 4.x

PR:	 	 ports/113919
Submitted by:	 Wesley Shields <wxs at atarininja.org> (maintainer)
2007-06-22 09:52:01 +00:00
Marcus Alves Grando
bdbb9d66b8 - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. 2007-04-06 18:28:46 +00:00
Nicola Vitale
d13e8bb2ec - Fix after objformat removal
PR:		ports/110409
Submitted by:	Wesley Shields <wxs at atarininja.org> (maintainer)
2007-03-22 17:49:07 +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
Martin Wilke
2a0b6279fa - Update to 1.5b
PR:		105744
Submitted by:	miwi
Approved by:	maintainer
2006-11-22 20:30:25 +00:00
Martin Wilke
50130fcfc6 - Update maintainer addresses
PR:		ports/102230
Submitted by:	Wesley Shields <wxs(at)atarininja.org>
Approved by:	krion (mentor)
2006-08-19 16:49:49 +00:00
Pav Lucistnik
b6de002050 - Update to 1.5a
- Take over maintaining

PR:		ports/96318
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
Approved by:	Yann Berthier <yb@bashibuzuk.net> (maintainer)
2006-04-29 12:33:12 +00:00
Pav Lucistnik
2efeff1610 - Chase libedit update
PR:		ports/92450
Submitted by:	Thomas Schweikle <tps@vr-web.de>
2006-01-29 23:27:23 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Jean-Yves Lefort
f95bf0e733 Chase the libevent update.
Reported by:	pointyhat
2005-07-01 22:47:21 +00:00
Pav Lucistnik
d5d2b7649b - Update to 1.0
PR:		ports/79909
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	Yann Berthier <yb@bashibuzuk.net> (maintainer)
2005-04-18 07:38:15 +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
Volker Stolz
1c4ac570e6 Update maintainer's address
Submitted by: maintainer
2005-03-21 15:07:52 +00:00
Vanilla I. Shu
6ca96d1d82 - Update to 0.8b
PR:		ports/66672
Submitted by:	maintainer
2004-05-16 01:04:31 +00:00
Clement Laforet
5d8c72736f - Fix build on 4.x
PR:             65731 [1],
                65855 [2]
Noticed by:     freebsd@exotope.com [1]
Submitted by:   Yann Berthier <yb@sainte-barbe.org> (maintainer) [2]
Approved by:    portmgr (marcus)
2004-04-21 19:22:47 +00:00
Clement Laforet
d5440121d1 - Update to 0.8a
PR:             65639
Submitted by:   Yann Berthier <yb@sainte-barbe.org> (maintainer
2004-04-16 23:15:46 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Kirill Ponomarev
ee3faf409b - - Update to version 0.8
PR:		61737
Submitted by:	maintainer
2004-01-22 22:44:39 +00:00
Sergei Kolobov
6febaee95f - Update to 0.7a
- Add a MASTER_SITE

PR:		60429
Submitted by:	maintainer
2003-12-20 22:00:04 +00:00
Sergei Kolobov
12a1b99c1f - Update to 0.7
- Install sample scripts in DATADIR
- Clarify and shorten COMMENT
- Make Python dependency optional - add WITH_PYTHON knob

PR:		59727
Submitted by:	maintainer
2003-12-04 16:00:46 +00:00
Kirill Ponomarev
973d2feac4 - Update to version 0.6a
- Give maintainership to submitter

PR:		57107
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2003-09-26 07:44:53 +00:00
Edwin Groothuis
5b0bf6e947 Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
	the moment. I wasn't expecting to be so busy this summer ...

	Please set all my ports back to ports@freebsd.org.

PR:		ports/56935
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-24 08:37:39 +00:00
Yen-Ming Lee
2351069d34 update maintainer's email address.
PR:		53658
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-06-24 01:06:04 +00:00
Foxfair Hu
c64b3d609f MAINTAINER update: honeyd v0.5 2003-04-12 16:30:31 +00:00
Foxfair Hu
e0dc5dd5fd PR: 46887
Submitted by:	Paulius Bulotas <paulius@kaktusas.org>
Upgrade to 0.4a
2003-04-12 03:19:54 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Hye-Shik Chang
7cee1ca843 Fix typoes on MAINTAINER address.
Submitted by:	Dominic Marks <D.Marks@student.umist.ac.uk>
2002-11-02 04:33:43 +00:00
Hye-Shik Chang
aeee54b1c1 Update maintainer address
PR:		43820
Submitted by:	Dominic Marks <d.marks@students.umist.ac.uk>
2002-10-08 12:10:37 +00:00
Patrick Li
bce08e2ae1 - Update to 0.3
- Fix typo in maintainer email address
- Also use LOCALBASE to pass to configure the location of dependencies
  instead of PREFIX

PR:		ports/41563
Submitted by:	maintainer
2002-08-12 06:33:14 +00:00
Will Andrews
d2971451a7 Add honeyd 0.2, a utility to simualte services and hosts on a
virtual network host.

PR:		37124
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
2002-06-23 08:58:05 +00:00