1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

3471 Commits

Author SHA1 Message Date
Jun Kuriyama
28d289fe2f Remove -ffast-math from $CFLAGS.
PR:		ports/25750 (problem report)
Submitted by:	kuriyama
Approved by:	dima (maintainer)
2001-03-26 10:55:29 +00:00
Andreas Klemm
5299057ec0 Add Juniper 2001-03-26 00:51:15 +00:00
Andreas Klemm
06d865c90a - fix another showstopper, forgot a "\" at the end of the previous
build dependency.
2001-03-25 23:52:12 +00:00
Andreas Klemm
5a7741834c another show stopper, missing dependency to p5-Net-Patricia
didn't bump PORTREVISION, since package building has been impossible
2001-03-25 22:06:39 +00:00
Maxim Sobolev
7ca61b8dd4 Fix slightly broken l10n support.
Submitted by:	Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
2001-03-25 21:05:02 +00:00
Andreas Klemm
da42a8a4de portlintify 2001-03-25 20:41:45 +00:00
Andreas Klemm
83a600ecf9 cosmetic: you need cisco flow export version 5. 2001-03-25 17:44:44 +00:00
Andreas Klemm
88240b7f2e - detected, that the graphs/Makefile.sample isn't bmake friendly
we need gmake here, added it to run dependencies
  therefore updated PORTREVISION, otherwise you don't get
  the png file...
- updated pkg-message. You need to configure SNMP on your cisco
  or Juniper router
2001-03-25 16:56:55 +00:00
Andreas Klemm
39675045a0 - bump portrevision because important features were added to port
to make it more functional and userfriendly
- added cflowd's startup script to FILESDIR, add startup options to
  it, that are only valid for the patched cflowd. So later we overwrite
  the sample startup script of "stock" cflowd.
  This is done this way, because cflowd also can be used without flowscan.
  But *if* we use cflowd with flowscan, we have to manage things to work
  with flowscan.
- install sample Makefile to graphs directory, so you can generate
  graphs more easily as being described in the docu (see INSTALL)
- Added comments to pkg-message file, that this Makefile has to be
  updated whenever you add or remove protocol types in
  ${PREFIX}/var/db/flows/bin/CampusIO.cf
- comment post-install section more..
- keep_me file could be removed, since we install the sample Makefile
  now in the graphs subdir
2001-03-25 15:54:48 +00:00
Andreas Klemm
bddf7a3c91 - forgot somehow to add the cflowd.sh sample startup script $FILESDIR
- bump port revision, since port has now better functionality
2001-03-25 14:24:42 +00:00
Andreas Klemm
b852e5e08e - make sure, cflowd starts prior flowscan by renaming it to
cflowd-base.sh.sample (flowscan port uses cflowd-flowscan.sh.sample)
- bump port revision
2001-03-25 13:28:21 +00:00
Andreas Klemm
5586d3519b - additional important port changes
- modify sample startup script
	- run in background properly
	- use variables for progs (grep, perl, kill, ...)
	- style (use $var consistently, spaces after io redirection)
- install startup script as cflowd-flowscan.sh.sample
  to get an order, cflowd ports startup script will be named
  cflowd-base.sh.sample, so that cflowd will be started first.
2001-03-25 13:23:36 +00:00
Andreas Klemm
7f58715569 - completely new functionalities, so bumped port revision
this was overdue, since this complex port needs more docu,
  explanation, preparation, etc ...
- installation directory moved
	from ${PREFIX}/var/flows to ${PREFIX}/var/db/flows
  to match our typical /var filesystem layout, but since I want
  to package this port, I don't want to write into /var/filesystem
  its up to the user, to move the data around later if he has a large
  /var and likes the data to reside there.
- create needed directories in ${PREFIX}/var/db/flows (bin and graphs)
  use a .keep_me file, so that things are packaged properly
- install needed documentation
  the INSTALL file is essential as well as the various example file.
  NOPORTDOCS only covers unneeded files, which are not crucial for
  installation
- the ${PREFIX}/var/db/flows/bin directory carries the sample files
  for the flowscan script. Therefore those sample files reside there.
  Other sample files like the crontab settings are up to the user, so
  they reside in ${PREFIX}/share/doc/flowscan
- install a sample rc file in ${PREFIX}/etc/rc.d, its deactivated, since
  this is a port that needs thinking and handcrafting config files before
  use...
- added a pkg-message file, that explains pre-requisites (cisco configuration)
  and other post installation tasks as well as a BIG WARNING, that enabling
  Netflow Switching and Netflow Data Export on your Cisco CORE or DISTRIBUTION
  routers might affect the routers switching performance.
  You should know IF you need to do it and if its o.k. IF you enable it.
- output pkg-message on port based installation as well since the warnings
  are important.
- updated PLIST
2001-03-25 11:48:48 +00:00
Andreas Klemm
ff2c8e595c Add a start stop script to the port which starts up services
delayed so that every service has a chance to come up properly
before the next one begins
Additionally provide graceful delayed shutdown of services by
using killall -15.
Install startup script as .sample file, since cflowd (and flowscan)
are not easy ports. You should read the docu properly.
2001-03-25 10:37:36 +00:00
Andreas Klemm
64143fff15 fix package making, one more: ${{ -> ${ 2001-03-25 09:20:58 +00:00
Will Andrews
cd5ac27b08 Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this:  Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads.  Then also provide a Qt
library that has threads but not GL.  This allows us to make KDE2 depend
on a library that will *not* have threads, ever.  Threads will be
revisited at a later date.  Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4.  The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability.  Also, static
qt will not have GL support.

Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.

Replace qt22-static with qt2-static, since it's just a proxy.  Update
qt-designer to depend on qt23.  Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.

Miscellaneous changes:  remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore.  Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports.  Hopefully.

Suggested by:	ade, asami, sobomax (bsd.kde.mk)
Repocopied by:	asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
Mario Sergio Fujikawa Ferreira
c65e5d55a8 Add it to python category 2001-03-24 19:17:20 +00:00
Mario Sergio Fujikawa Ferreira
0615217f49 A fully compliant DynDNS.org client for UNIX (supports NIC v2.0) 2001-03-24 18:49:56 +00:00
Jim Mock
acdc3bb2e9 Update to version 0.11.0pre8. 2001-03-24 15:56:45 +00:00
James E. Housley
a9b869c164 Update to version 3.0.b2.23
Submitted by:	Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
2001-03-24 11:09:53 +00:00
David E. O'Brien
306ac44f05 reduce diff 2001-03-24 00:55:23 +00:00
Akinori MUSHA
48081c66de Update to 1.6. 2001-03-23 22:41:22 +00:00
Maxim Sobolev
e1e50e7798 Add ability to build a localised version of the port.
Submitted by:		"Alexandr A. Listopad" <laa@lucky.net>
Extended & improved by:	sobomax
2001-03-23 19:39:30 +00:00
Doug Barton
18a209367d Latest bug fixes and documentation updates. 2001-03-23 14:37:41 +00:00
James E. Housley
988ec75933 Additiona patch sent by MAINTAINER and forgot by me.
Submitted by:	Cyrille Lefevre <root@gits.dyndns.org>
2001-03-23 11:18:44 +00:00
Mario Sergio Fujikawa Ferreira
cea4828308 o New port of rp-pppoe: The popular Roaring Penguin's PPPoE software
o Does not work yet with FreeBSD's pppd. It is being imported in
  the hope that will bring ppl to fix it. Therefore, marked BROKEN.
2001-03-23 04:41:52 +00:00
James E. Housley
3b9294210d Changed following files:
- Makefile
     Wrong startup script installed from ${FILESDIR} instead of edited
     version in ${WRKSRC}
- pkg-descr
      Fixed typos and some of the text
- Added PORTREVISION

PR:		26011
Submitted by:	baskruit@bsltwr.dnsalias.org MAINTAINER
2001-03-23 01:49:57 +00:00
James E. Housley
14a6bfe50d update ISC dhcp to the latest version, which is 3.0b2pl22.
PR:		25977
Submitted by:	Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
2001-03-23 01:33:47 +00:00
Andreas Klemm
11f6992922 update to new zebra 0.91a
- some workarounds concerning installation of zebra info files
  since sources doesn't contain all info files...
- modified zebractl script to check, if zebra.conf exists, which
  is needed for every routing protocol, error message and exit if not found.
From the author:
"0.91 is basically a bugfix release. All of IPv6 codes are based upon
 new RIB codes"
Bugfixes and features see ChangeLog file.
2001-03-22 22:31:17 +00:00
Akinori MUSHA
7c0d215faf Update to 2.4.2.
Preserve the configuration file when it looks different than the
sample.

Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
2001-03-22 10:10:05 +00:00
Akinori MUSHA
9505b2e19b Update to 1.5.4. 2001-03-22 09:41:24 +00:00
Akinori MUSHA
c507fdc412 Update MASTER_SITES and WWW's. 2001-03-22 06:31:14 +00:00
Jim Mock
4857043eef Update to version 0.11.0pre7. 2001-03-21 20:54:57 +00:00
Bill Fenner
4c1c9bac51 MAINTAINER shouldn't have an _ at the end. 2001-03-21 20:43:43 +00:00
Matthew Hunt
1d3615171c I have no idea where this distfile has gone. Set it to MASTER_SITE_FREEBSD
and abandon maintainership.
2001-03-21 20:29:11 +00:00
Maxim Sobolev
94092f3358 Fix Russian messages. They are not compiled in by default, so PORTREVISION
was not bumbed.

Submitted by:	"Alexandr A. Listopad" <laa@lucky.net>
2001-03-21 18:55:23 +00:00
Satoshi Asami
562c03f13b Typo (converter -> converters).
Submitted by:	bento
2001-03-21 17:48:55 +00:00
Andreas Klemm
41c20bc8c0 - correct distfiles variable
- use LOCALBASE in BUILD dependency, so cflowd will be found
  this should cure bentos build problems by multiply trying to
  build/install cflowd (problem didn't show up here)
- bumped port revision
2001-03-20 10:44:14 +00:00
Maxim Sobolev
2e187da9b3 A user (bento for example) may not have ${LOCALBASE}/sbin in his PATH, so
use explicit path to the dependency instead of just executable name.

Submitted by:	bento
2001-03-20 10:08:43 +00:00
Will Andrews
1817f01ddf Add openverse 0.8.3, a visual chat program written in Tcl/Tk.
PR:		25341, 25760
Submitted by:	Michael Johnson <ahze@ahze.net>
2001-03-20 01:15:24 +00:00
David E. O'Brien
586e5aff4d Master sites go away, new ones come... 2001-03-19 21:43:14 +00:00
Maxim Sobolev
7d63224d50 Use IGNORE macros to bug user that he/she has to manually download distfile
instead of failing rule. This will prevent bento from trying to build the
port.

Submitted by:	bento
2001-03-19 19:14:32 +00:00
Ying-Chieh Liao
6cbffb1a62 upgrade to 0.9.3 2001-03-19 17:25:46 +00:00
Doug Barton
27b6c96d7e Latest bug fixes, no features added. 2001-03-19 09:11:31 +00:00
Trevor Johnson
ff39781dc0 Carl Johan Madestrand <cj@vallcom.net> appears to have offered to
maintain this (message ID 20010318122709.A5885@dogma.freebsd-uk.eu.org
on the ports list).
2001-03-18 12:36:09 +00:00
Jordan K. Hubbard
8f5960a387 Make the interactive variable conditional since this port *isn't*
interactive if it's being made into a package.
2001-03-18 03:07:17 +00:00
Bill Fenner
d25a202a7b Unjoin lines that were (accidentally?) joined in rev 1.3
Submitted by:	distfile survey
2001-03-18 00:27:16 +00:00
Vanilla I. Shu
4d817b583d Perl5 module to access and use ssh protocol
PR:		ports/24572
Submitted by:	Vadim Belman <vab@lflat.vas.mobilix.dk>
2001-03-17 16:29:55 +00:00
Andreas Klemm
aaa4838229 like in arts++ use new gcc compiler when compiling under RELENG_3
bumped port revision
2001-03-17 11:30:07 +00:00
Andreas Klemm
fc47e77d6d If memory serves me right, ports collection doesn't officially
support RELENG_3. But defining USE_NEWGCC should fix the compile
problems during package building for RELENG_3.
Therefore bump PORTREVISION.
2001-03-17 11:26:05 +00:00