Commit graph

896 commits

Author SHA1 Message Date
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Andrej Zverev
24374f6b47 - Remove SITE_PERL from *_DEPENDS 2012-06-04 08:31:14 +00:00
Gabor Pali
46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00
Baptiste Daroussin
7eb88aa90e Fix the DOCS logical
Reported by:	pointyhat (erwin)
2012-06-03 12:05:41 +00:00
Baptiste Daroussin
bf82f7adb7 Convert to new options framework 2012-06-01 13:18:21 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Tom Judge
260c7b0856 Update my email address.
Approved by:	eadler (mentor)
2012-05-31 19:40:19 +00:00
Pav Lucistnik
76de0a4498 - Reset maintainer:
<shuvaev@physik.uni-wuerzburg.de>
      (reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address rejected: User unknown)
2012-05-30 22:31:09 +00:00
Martin Matuska
13e3c6bdcd Properly call freehostent()
PR:		ports/168336
Approved by:	maintainer <bapt@FreeBSD.org>
2012-05-25 18:34:50 +00:00
Martin Wilke
90c22c44a4 - Fix build for 9 and above
- Add USE_PERL5_RUN
- Support CFLAGS properly
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES

PR:		168021
Submitted by:	Ports Fury
2012-05-21 03:10:02 +00:00
Munechika SUMIKAWA
db38baefd0 1) Add OPTIONS support for:
- SOCKETS - Unix domain socket support and tests
- SCTP - Stream Control Transmission Protocol support and tests
- EXS - ICSC async socket support
- HISTOGRAM - Optional histogram output
- OMNI - Enable OMNI tests

2) Patch to $WRKSRC/configure which fixes CPU measurement and ROUTE
lookup routines in netperf, which result in this output:
-------------
checking which CPU utilization measurement type to use... "none.
Consider teaching configure about your platform."
checking which route lookup type to use... "none. Consider teaching
configure about your platform."
--------------

3) Add to default configure_args

--enable-dirty
--enable-demo
--enable-burst
--enable-intervals

Note: these just add additional command arguments and options, and are
not globally enabled in netperf so wont affect existing users/tests.

Submitted by:	koobs (No email address by the request)
2012-05-15 06:47:10 +00:00
Michael Scheidell
f72153f000 - Enhances detection of CPU count
- fixes compile time warnings with string.hg not being included in xdd.h

PR:		ports/165197
Submitted by:	Garrett Cooper <yanegomi@gmail.com>
Approved by:	g.gonter@ieee.org (maintainer, timeout 60 days)
2012-04-15 11:43:13 +00:00
Maho Nakata
176d84eb28 Bump port revision of all the octave-forge ports,
since there was an API change to octave (from 3.4 to 3.6).
Now it is appropriate to bump the portrevision of every single octave-forge port,
but a few of the ports needed further patches to make them work: ad,
communications, parallel, odepkg. The es package doesn't build so we switched off.

Submitted by:	stephen@
Reviewed by:	maho@
2012-04-11 02:58:30 +00:00
Martin Matuska
228a705312 Update to 3.8.0
Feature safe:	yes
2012-03-27 14:35:29 +00:00
Wesley Shields
62d0bd33ac Cpipe copies its standard input to its standard output while measuring the time
it takes to read an input buffer and write an output buffer. Statistics of
average throughput and the total amount of bytes copied are printed to the
standard error output.

WWW: http://developer.berlios.de/projects/cpipe/

PR:		ports/165593
Submitted by:	"Christopher J. Umina" <chris@uminac.com>
2012-03-01 20:12:38 +00:00
Martin Matuska
8153d567fa Update to 3.6.1 2012-02-26 12:30:21 +00:00
Martin Matuska
8c26bbc254 Return maintainership back to pool 2012-02-26 12:10:28 +00:00
Gabor Pali
eb1aa43536 - Update to 0.6.0.1
Obtained from:	FreeBSD Haskell
2012-02-13 04:03:22 +00:00
Sunpoet Po-Chuan Hsieh
cd162d2197 - Fix CATEGORIES when IPV6 option is off
- Use correct flag: LDFLAGS
- Simplify doc installation
- Cosmetic change
- Take maintainership
2012-02-01 18:57:02 +00:00
Thomas Abthorpe
978fe5634d - Reassign to the heap 2012-02-01 15:53:08 +00:00
Munechika SUMIKAWA
465c42effe Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6
addresses correctly.  Otherwise bind(2) calls will fail, etc.

Submitted by: bz
2012-01-27 03:26:36 +00:00
Martin Matuska
024acff1ab Update to 0.72 2012-01-25 08:55:59 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Martin Wilke
8fb4c4110e - Respect CC
PR:		163087
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer
2012-01-14 20:02:52 +00:00
Martin Wilke
85a323461c - Respect CC & ALL_TARGET
PR:		163086
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer
2012-01-14 19:11:38 +00:00
Martin Wilke
2db81a96b0 - Update to 1.2.9
- Pet portlint
2012-01-14 16:32:41 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
407f891405 - Respect CC/CFLAGS
PR:		163085
Submitted by:	Jan Beich <jbeich@tormail.net>
2012-01-03 23:35:34 +00:00
Martin Matuska
6cbe06c442 Update to 3.6.0 2011-12-21 08:51:10 +00:00
Ryan Steinmetz
ade44e20c3 - Unbreak PGSQL support [1]
- Add LICENSE

PR:		ports/163244 [1]
Submitted by:	Pavel Timofeev <timp87@gmail.com> [1]
2011-12-14 04:19:22 +00:00
Martin Wilke
3892b42f86 - Update to 3.397
PR:		162636
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
Feature safe:	yes
2011-11-19 15:15:10 +00:00
Martin Wilke
e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska
5b59775100 Update to 3.4.0 2011-09-21 12:04:13 +00:00
Dennis Herrmann
35f49b60d6 - Update to 1.8.3
PR:		ports/160082
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-09-01 17:21:46 +00:00
Gabor Pali
b671e84b83 - Update math/hs-statistics to 0.9.0.0
Obtained from:	FreeBSD Haskell
2011-08-14 18:08:32 +00:00
Gabor Pali
bb691dade7 - Update math/hs-mwc-random to 0.10.0.0
Obtained from:	FreeBSD Haskell
2011-08-14 18:04:20 +00:00
Gabor Pali
df6c70bfaf - Update devel/hs-vector-algorithms to 0.5.2
Obtained from:	FreeBSD Haskell
2011-08-13 22:17:21 +00:00
Gabor Pali
f67501742c - Update devel/hs-vector to 0.7.1
Obtained from:	FreeBSD Haskell
2011-08-13 21:23:39 +00:00
Dirk Meyer
3db090b98b - add MASTER_SITE_LOCAL 2011-08-08 16:06:56 +00:00
David E. O'Brien
f3e5d05ff8 This port is in the public domain. 2011-08-03 00:01:34 +00:00
Baptiste Daroussin
a9746993e1 Deprecate port with no more public distfiles 2011-08-02 05:36:33 +00:00
Baptiste Daroussin
2e6cabfa17 Bye bye abandonwares (part 2)
2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile
2011-08-01 databases/sybase_ase: no more public distfiles available
2011-08-01 04:29:44 +00:00
Tilman Keskinoz
0922a27da0 Update to 2.1.13
Update WWW

PR:		158764
Submitted by:	Dee-Nice <hostmaster@dee-nice.org>
Approved by:	maintainer timeout
2011-07-24 17:44:20 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Pav Lucistnik
3c89fe5ef6 - Mark BROKEN on recent -CURRENT:
/usr/include/netinet/in_pcb.h:390: error: requested alignment is not a constant

Reported by:	pointyhat
2011-07-20 19:43:54 +00:00
Munechika SUMIKAWA
a2e88255c3 Upgrade to 2.5.0. 2011-07-20 03:51:02 +00:00
Martin Matuska
4612e12df6 Update to 3.2.1 2011-07-15 10:57:08 +00:00