1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

214016 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
53fbc9426f Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-26 03:33:51 +00:00
Greg Lewis
0323a6218e . Update to tzupdater 1.3.12. 2009-03-26 03:30:08 +00:00
Mario Sergio Fujikawa Ferreira
6c6ce1140f Mark MAKE_JOBS_UNSAFE for SMP compilation 2009-03-26 03:12:48 +00:00
Mario Sergio Fujikawa Ferreira
9853f03f08 Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-26 03:03:17 +00:00
Mario Sergio Fujikawa Ferreira
4144f98eae Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-26 02:57:25 +00:00
Mario Sergio Fujikawa Ferreira
d764cef27e Pet portlint(1): remove contiguous blank lines 2009-03-26 02:49:50 +00:00
Greg Larkin
fb48271708 StatSVN retrieves information from a Subversion repository and
generates various tables and charts describing the project development,
e.g. timeline for the lines of code, contribution of each developer
etc. The current version of StatSVN generates a static suite of
HTML or XDOC documents containing tables and chart images.

WWW:    http://www.statsvn.org/
2009-03-25 23:32:10 +00:00
Greg Larkin
f59e7001a2 StatCVS retrieves information from a CVS repository and generates
various tables and charts describing the project development, e.g.
timeline for the lines of code, contribution of each developer etc.
The current version of StatCVS generates a static suite of HTML or
XDOC documents containing tables and chart images.

WWW:    http://statcvs.sourceforge.net/
2009-03-25 23:31:40 +00:00
Emanuel Haupt
6f4b06cd7f Unbreak security/vpnc and graphics/pecomato. Those ports were fixed by 133053,
thanks. However, it remains unclear why the PR wasn't assigned to me nor why I
wasn't notified as maintainer.
2009-03-25 23:23:01 +00:00
Emanuel Haupt
6d9d081735 Mark BROKEN on ${OSVERSION} >= 800067
Notified by:	pointyhat via pav
2009-03-25 22:56:34 +00:00
Emanuel Haupt
123cd9d586 Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
Notified by:	pointyhat via pav
2009-03-25 22:53:17 +00:00
Dmitry Marakasov
8862c8e2b4 - Fix the build on -CURRENT by removing inline from public function definitions 2009-03-25 22:34:30 +00:00
Emanuel Haupt
7228b51cde Mark it BROKEN on 8-CURRENT, it does not compile. 2009-03-25 22:23:09 +00:00
Luigi Rizzo
fe4dfa220b link to the build 2009-03-25 22:17:59 +00:00
Luigi Rizzo
0f177418d5 busybox is a set of common utilities built as a single
crunched binary, and sometimes stripped down in features
to fit the needs of embedded systems.

WWW: http://www.busybox.net/
2009-03-25 22:17:16 +00:00
Emanuel Haupt
e32ea43997 Update to 0.17
PR:		133061
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-03-25 21:46:58 +00:00
Greg Lewis
0577b09773 . Remove quotes from NO_CDROM and RESTRICTED. [1]
. Set IGNORE if NOPORTDOCS is set since this port only installs docs. [2]

Pointed out by:	portlint [1]
		QAT [2]
2009-03-25 21:30:21 +00:00
Henrik Brix Andersen
084eb845b5 - Fix leftover examples directory.
- Bump PORTREVISION

Reported by:	QAT
2009-03-25 21:18:06 +00:00
Pav Lucistnik
79876fb545 - Mark BROKEN on HEAD, does not like new USB stack
Reported by:	pointyhat
2009-03-25 21:15:26 +00:00
Chin-San Huang
8b5e45f928 - Update to 0.11.6 2009-03-25 20:09:56 +00:00
Henrik Brix Andersen
89904c9c63 Update to v3.08 2009-03-25 18:34:14 +00:00
Henrik Brix Andersen
8b590d88f3 - Update to v1.0.11 2009-03-25 18:33:33 +00:00
Henrik Brix Andersen
e9b692e980 - Update to v0.006 2009-03-25 18:32:20 +00:00
Henrik Brix Andersen
90715317e5 - Update to v2.004 2009-03-25 18:31:29 +00:00
Henrik Brix Andersen
20200a747c This module is about the string part of plain Perl scalars. A scalar
has a string value, which is notionally a sequence of Unicode
codepoints, but may be internally encoded in either ISO-8859-1 or
UTF-8.  In places, and more so in older versions of Perl, the internal
encoding shows through.  To fully understand Perl strings it is
necessary to understand these implementation details.

This module provides functions to classify a string by encoding and to
encode a string in a desired way.

This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.

WWW: http://search.cpan.org/dist/Scalar-String/
2009-03-25 18:30:12 +00:00
Henrik Brix Andersen
cdf13786e4 This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric
part of a Perl scalar.  This module supplies constants describing the
native integer type.

There are actually two native integer representations: signed and
unsigned.  Both are handled by this module.

WWW: http://search.cpan.org/dist/Data-Integer
2009-03-25 18:28:35 +00:00
Martin Blapp
ade9d6cd22 Add missing patches for X11 build 2009-03-25 18:19:46 +00:00
Martin Blapp
6d68a1b1f6 Unbreak the ports
Fix PLIST for both with and without X11.
Fix some configure/build errors with WITH_UNITY option.
Eliminate use of LIB32DIR because no i386 binary is included in the distfile.

PR:		ports/132999
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-03-25 18:18:11 +00:00
Li-Wen Hsu
777633dd73 - Add devel/p5-Clone to RUN_DEPEND
PR:		ports/132767
Submitted by:	Hsin-Han You <hhyou AT cs.nctu.edu.tw>
Approved by:	"snowfly" <snowfly AT yuntech.edu.tw> (maintainer)
2009-03-25 18:17:13 +00:00
Martin Wilke
4460472159 - Mark MAKE_JOBS_SAFE for parallel building. 2009-03-25 18:08:45 +00:00
Jimmy Olgeni
98b199923c Upgrade module file-1.470-2. 2009-03-25 18:07:43 +00:00
Ion-Mihai Tetcu
0597d4ac43 OPTIONs test fixes.
Submitted by:	wxs@
2009-03-25 18:06:29 +00:00
Wesley Shields
af9015c93a - Add LIB_DEPENDS on devel/silc-toolkit.
Noticed by:	remko
Approved by:	me (maintainer)
2009-03-25 18:04:28 +00:00
Martin Wilke
09d9113fd5 The mdocml utilities interface with the mdoc library to compile
mdoc-roff documents into a variety of output formats.

WWW: http://mdocml.bsd.lv/

PR:		ports/132449
Submitted by:	Ulrich Spoerlein <uspoerlein at gmail.com>
2009-03-25 17:48:31 +00:00
Roman Bogorodskiy
64ed66272f Pass maintainership to Nikos Ntarmos who kindly agreed to look for this port. 2009-03-25 17:45:33 +00:00
Martin Wilke
7050620d4e - Update to 1.91
PR:		133065
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-25 17:38:35 +00:00
Martin Wilke
fde391fcef - Update to 0.4.1
PR:		132296
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2009-03-25 17:36:40 +00:00
Martin Wilke
969dc6aa10 - Update to 1.5.4
PR:		132192
Submitted by:	Rouslan Iskhakov <rouslan@rshell.net>
Approved by:	maintainer timeout
2009-03-25 17:35:43 +00:00
Tilman Keskinoz
8c0f1691b7 make -j fix 2009-03-25 17:21:29 +00:00
Tilman Keskinoz
d2133cbe8a Fix make -j 2009-03-25 17:16:55 +00:00
Hajimu UMEMOTO
7410cfd0c8 Update to 2.3.14. 2009-03-25 17:02:25 +00:00
Dmitry Marakasov
303409cf35 - Revert the last change - known to break the build with boost 1.34. Is be committed again along with boost update. 2009-03-25 16:45:59 +00:00
Mikhail Teterin
50e2e280a9 Add a patch, which fixes the code on those odd days, which are shorter
(or longer) than 24 hours.

PR:	ports/128521
Submitted by:	Dmitry A Grigorovich

While here simplify the MASTER_SITES syntax. Bump PORTREVISION.
2009-03-25 16:42:59 +00:00
Pav Lucistnik
208b451f01 - Fix probing HP PS 8250 printer
PR:		ports/127810
Submitted by:	Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Approved by:	maintainer timeout (5 months)
2009-03-25 16:42:56 +00:00
Martin Wilke
c933ea3d40 - Update to 0.9.1
PR:		132919
Submitted by:	Barbara <barbara.xxx1975@libero.it>
2009-03-25 16:27:44 +00:00
Christian Weisgerber
5f72e5ca89 Mark MAKE_JOBS_SAFE for parallel building. 2009-03-25 16:24:14 +00:00
Martin Wilke
5055e5aee5 - Fix build after addition of getdelim() and strndup()
PR:		133053
Submitted by:	David Schultz <das@freebsd.org>
2009-03-25 15:46:07 +00:00
Ion-Mihai Tetcu
09bc6e6203 Bring in 2 fixes from cvs:
- webui: Fix misuse of TRIM function with PostgreSQL (maintianer address wron
with PG)
- Correct a corner case where cleaning up mounts may kill off processes it
shouldn't.  This occurs when you are mounting the ports tree mount via nullfs.
This fix requires that sysutils/lsof be installed on the Tinderbox host (new
OPTION).
- bump PORTREVISION
2009-03-25 15:24:52 +00:00
Pav Lucistnik
08b816c9f3 - Update to 1.13.0
PR:		ports/132117
Submitted by:	Michael Graziano <mikeg@bsd-box.net>
Approved by:	maintainer timeout (1 month)
2009-03-25 15:23:37 +00:00
Martin Wilke
25198dd1d9 - Update to 1.0.8
PR:		133045
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
2009-03-25 15:11:21 +00:00