Commit graph

82 commits

Author SHA1 Message Date
Wesley Shields
6f57902b69 Update to 3.3.8
PR:		ports/128153
Submitted by:	Michael Scheidell <scheidell@secnap.net>
2008-10-17 22:03: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
Wesley Shields
ecf628b73e Require rrdtool-1.2 or higher. rrdtool10 results in a build error.
Submitted by:	Craig Green (private mail)
2008-06-14 02:22:58 +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
Wesley Shields
74c215d91d Explicitly disable SNMP which breaks the build when net-mgmt/net-snmp is installed on 7.0.
PR:		ports/120793
Submitted by:	Helmut Schneider <jumper99@gmx.de>
Approved by:	garga (mentor)
2008-03-02 16:34:48 +00:00
Wesley Shields
ce0191e49e Update my address.
Approved by:	garga (mentor)
2008-02-04 15:35:12 +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
Edwin Groothuis
2806906223 [MAINTAINER]: Fix net/ntop
net/ntop doesn't build under certain circumstances (it is
	confusing versions of autoconf). Attached is a patch submitted
	to me by Edward Sutton and tested by Jeffrey Goldberg which
	fixes this problem. I haven't been able to reproduce this
	problem but Jeffrey pointed out that this patch fixed it
	for him. I don't believe that a bump of PORTREVISION is
	necessary for this, but feel free to correct me if I am
	wrong. :)

	A discussion of this can be found at

	http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports

PR:		ports/116289
Submitted by:	Wesley Shields <wxs@atarininja.org>
2007-09-12 03:14:07 +00:00
Pav Lucistnik
4bdb5022db - Update to 3.3
PR:		ports/114681
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
2007-07-22 01:19:36 +00:00
Martin Wilke
ad30039f94 - Fix build with qt4.
- Bump PORTREVISION

PR:		112689
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
2007-05-25 22:11:39 +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
Kris Kennaway
60b3a84279 Use libtool15 port instead of included version to avoid objformat a.out botch 2007-02-10 06:05:06 +00:00
Colin Percival
1b264a3e3c This port depends on urwfonts, not urwfonfs.
Reported by:	Portsnap buildbox
2006-09-21 10:19:45 +00:00
Johan van Selst
91f722cd53 - Fix run-time dependencies
PR:		ports/102291
Submitted by:	Wesley Shields (maintainer)
2006-09-21 09:06:48 +00:00
Cheng-Lung Sung
62dd3b493a - updated maintainer's email address
PR:		ports/102705
Submitted by:	maintainer (Wesley Shields)
2006-08-31 04:21:27 +00:00
Marcus Alves Grando
fcd16abf29 - Add libxml2 dependency [1]
- Bump PORTREVISION [1]
- Remove IS_INTERACTIVE and admin password creation from installation and put admin password check in rc.d script
- Add OPTIONS to install AS data [2]
- portlint(1)

PR:		94672 [1], 94809 [2]
Submitted by:	maintainer
Notified by:	Andy Wettstein [1]
2006-03-22 19:25:52 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Sam Lawrance
19ef03a114 - Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).
- Prompt for ntop admin password and set IS_INTERACTIVE only if necessary.
- Quote BROKEN message.
- Adds pkg-deinstall with cleanup instructions.
- Submitter takes maintainership.

PR:		ports/90264
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2005-12-12 07:03:16 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +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
Andreas Klemm
34335dac02 Revert to old method to be installed without execution permission
to prevent hang on reboot, since ntop asks for password on 1st
execution. The real fix is to convert script to rc-ng.

Submitted by:	Clement Laforet <clement@FreeBSD.org>
2005-11-04 05:54:04 +00:00
Andreas Klemm
c3d1587fb3 ntop start/stop script installed without execute persmissions 2005-11-02 05:08:01 +00:00
Clement Laforet
5b4c7abf93 - Update to 3.2
- Re-add version checking allow ntop developers to know how many FreeBSD
  people use it
- Drop maintainership
2005-11-01 10:04:22 +00:00
Clement Laforet
7b59b125eb - Fix build if rrdtool 1.2 is intalled
- mark port BROKEN if WITH_XMLDUMP defined (does not build)

Submitted by:	mich
Reported by:	Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019),
		piotrekk@excite.com
2005-08-01 10:14:10 +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
Clement Laforet
28d0ee4065 - Bump PORTREVISION (I forget to commit this file) 2005-02-03 21:12:33 +00:00
Clement Laforet
3c00956749 - Fix plist
Reported by:	pointyhat via kris
2005-02-03 21:10:50 +00:00
Clement Laforet
83a39eb793 - Update to 3.1
Notes:
    - IPv6 support is disabled
    - now startup script prompts for admin password, if unset.
2005-01-16 11:13:37 +00:00
Joe Marcus Clarke
14d6c6a69a Fix a potential segmentation faul when loading certain pages in the web
interface as well as in shutting down ntop.

Approved by:	maintainer
2004-11-17 05:12:46 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Clement Laforet
5a5d040898 - Fix ntop startup script
PR:             65276
Submitted by:   Douglas K. Rand <rand@meridian-enviro.com>
2004-04-07 13:55:49 +00:00
Clement Laforet
2e7b491771 - Update to 3.0
- Add ipv6 to CATEGORIES
2004-03-23 15:06:46 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Clement Laforet
682db0fb10 - Update to 3.0-pre2
Submitted by: ale
2004-03-13 15:57:13 +00:00
Clement Laforet
9ad2b45ab8 - Use OPTIONS
- SIZEify distinfo
2004-02-07 16:40:37 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Clement Laforet
fc775c0f10 - fix typo in pkg-message [1]
- Change my email address

Noticed by:         Bob Rakov <bob@rakov.net> [1]
Approved by:        erwin (mentor)
2003-12-21 18:35:30 +00:00
Pav Lucistnik
7dd5bb0b69 - Fix Makefile syntax if WITH_RRD is defined
PR:		ports/60256
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-15 18:42:52 +00:00
Pav Lucistnik
a44b9103bf - Fix graphs by: use bundled gdchart and use gd1 instead of gd2
- Get rid of interactive menu
- Rework build options
- Fix optional XML dumping support

PR:		ports/60184
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-12 21:03:57 +00:00
Pav Lucistnik
c8cf4c87fc - Give maintainership to volunteer
PR:		ports/60160
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-11 20:15:00 +00:00
Pav Lucistnik
8caf43c2d8 - Fix build on 5.x
PR:		ports/59641
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-05 21:07:23 +00:00
Joe Marcus Clarke
6fc78fcdf1 Chase the libintl.so shared lib version. 2003-08-25 05:52:46 +00:00
Tilman Keskinoz
59dc8c7b7a Fix ntop @filename
PR:		54482
Submitted by:	 Melvyn Sopacua <melvyn@webteckies.org>
2003-07-22 15:47:34 +00:00
Daichi GOTO
1075b5af6e update net/ntop: add identification to net/ntop configuration dialog
PR:		54300
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-17 04:57:17 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Oliver Lehmann
f4a77f8e56 Add a missed dependency to gdbm
Reported by:	kris
2003-06-18 17:42:25 +00:00
Oliver Lehmann
1c5bee2711 update ntop to 2.2
PR:		51077
Submitted by:	Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw>
2003-06-15 18:50:37 +00:00