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

244186 Commits

Author SHA1 Message Date
Renato Botelho
4417ed8f20 Update to 2.4.4 2010-09-22 18:34:03 +00:00
Juergen Lock
1442ee12d9 Update to 10.1r85 resp. 9.0r283 [1].
Security:	http://www.freebsd.org/ports/portaudit/8a34d9e6-c662-11df-b2e1-001b2134ef46.html
PR:		ports/150832 [2]
Submitted by:	pointyhat via pav [1], Tsurutani Naoki
		<turutani@scphys.kyoto-u.ac.jp> [2]
2010-09-22 17:45:56 +00:00
Sunpoet Po-Chuan Hsieh
e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00
Sunpoet Po-Chuan Hsieh
aa906d8cc0 Add myself as a ports committer
Approved by:	pgollucci (mentor)
2010-09-22 16:18:12 +00:00
Pietro Cerutti
a66c83764f - Update to 1.32.2
This release fixes several bugs and includes improvements to translations.
2010-09-22 16:02:28 +00:00
Philippe Audeoud
a6d8eaac64 - Update to 0.4.3
- Respect NOPORTEXAMPLES
- Submitter is now maintainer

PR:		ports/150786
Submitted by:	Sofian Brabez <sbrabez _AT_ gmail.com>
2010-09-22 14:58:20 +00:00
Philippe Audeoud
a13584ff65 - Update to 2.5
- Respect NOPORTEXAMPLES
- Submitter is now maintainer

PR:		ports/150784
Submitted by:	Sofian Brabez <sbrabez _AT_ gmail.com>
2010-09-22 14:55:49 +00:00
Alexey Dokuchaev
61f372f625 Add crcmod 1.7, Python module for Cyclic Redundancy Check (CRC) calculations.
Reviewed by:	python@ (silence)
2010-09-22 14:15:17 +00:00
Gerald Pfeifer
ba7b808f5c Update to the 20100921 snapshot 4.4.5. 2010-09-22 13:41:52 +00:00
Philippe Audeoud
49ce0aa657 - Update to 5.837
- Changelog: <http://cpansearch.perl.org/src/GAAS/libwww-perl-5.837/Changes>
2010-09-22 13:33:16 +00:00
Philippe Audeoud
97b470a235 - Update to 0.12 2010-09-22 13:18:54 +00:00
Sergey A. Osokin
78ff543546 Update from 2.0.1 to 2.0.2.
<ChangeLog>

- Fixed a bug that may slow down significantly (from a few milliseconds
  to many seconds) server side intersections when a background write is
  in progress. This was due to the hash table resize policy, prevented when
  there was a saving child. Now it's prevented only up to 5 times
  overbooking, so we try hard to prevent a lot of copy on write, but
  avoiding to trigger pathological hash table performances of O(N) instead
  of O(1).

- Fixed expired keys counter in INFO output. It was not counting keys
  force-expired due to max-memory limit reached.

</ChangeLog>
2010-09-22 12:41:48 +00:00
Alexey Dokuchaev
cb0f480dec - Update to version 1.0.3
- Prevent ld(1) from picking up wrong -lstdc++ when using non-default
  compiler (e.g. GCC from ports) and thus unbreak the build [1]
- Mute chmod(1) command
- Adjust Makefile header and touch couple of comments while here

PR:	ports/150442 [1]
2010-09-22 10:37:51 +00:00
Philip Paeps
50ae66069b Make the regression target depend on build instead of install.
This will fix the tinderbox build.

PR:		ports/150800
Submitted by:	Anonymous <swell.k@gmail.com> (maintainer)
2010-09-22 10:10:49 +00:00
Philip Paeps
42d6ae5caa Fix build - remove duplicate patches. No idea how they got there.
Pointy hat to:	philip
2010-09-22 10:08:04 +00:00
Li-Wen Hsu
ffd77e6508 - Update to 3.4 2010-09-22 08:17:33 +00:00
Baptiste Daroussin
b347149373 math/p5-Math-BigInt is part of perl core modules since at least 5.6+
the lowest version of perl available in ports is 5.8.9 which embed version
1.89 of Math::BigInt which is the same as the one available in
math/p5-Math-BigInt, so remove the useless dependency.
Keeping math/p5-Math-BigInt as it evolves alone

Bump port revision
2010-09-22 07:48:02 +00:00
Philip M. Gollucci
eb2f56b8d7 - Mark 2.2 only until maintainer sends a patch for 2.0
With hat:       apache@
Reported by:    pav via pointyhat x2 (pointyhat to myself)
2010-09-22 05:45:34 +00:00
Philip M. Gollucci
e3ef6351ea - Assign to <swell.k@gmail.com>, submitter of last > 4 prs
due to several timeouts by previous maintainer.
2010-09-22 05:44:08 +00:00
Philip M. Gollucci
b05cde3d70 Dispose of autotools[1]. While here fix these bugs:
- GCC 4.4+ build (#elif with no expression)
- use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)

and
- move libiconv, libpng and gnu-unifont to respective options.
All ON by default. With all options unset = empty all-depends-list.

Requested by: paradox <ddkprog@yahoo.com>

[1] This should reduce build time and lessen dependencies with little
cost of maintaining more clear BSDmakefile and config.h that
were based on Makefile.am, configure.in and config.h.in.

Fix png14 regression

Use PREFIX in man pages, config, pkg-message
and drop redundant PKGMESSAGE assign as well

Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because
while it builds fine the package may not work on archs without VESA support.

All options are ON in order for package to work with default configuration.

Tested building with BSDmakefile a bit on NetBSD and using
devel/bmake port. Perhaps, it can be included upstream.

PR:             ports/139107 (bsdmake), ports/146230 (png14), ports/146271 (PREFIX)
                ports/150759 [this pr]
Submitted by:   Anonymous <swell.k@gmail.com>
2010-09-22 05:40:20 +00:00
Philip M. Gollucci
30de9d999a - Update to 1.2.3
- Update MAINTAINER email address

PR:             ports/150129
Submitted by:   Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
2010-09-22 05:28:33 +00:00
Philip M. Gollucci
e4654f8b9d - Convert to USERS/GROUPS
PR:             ports/150230
Submitted by:   Eitan Adler <lists@eitanadler.com>
Approved by:    dkg@fifthhorseman.net (maintainer)
2010-09-22 05:21:28 +00:00
Greg Lewis
ed500e64b2 . Update to tzupdater 1.3.31.
. Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot
  make jobs.  If not, fall back to the number of CPUs.

  Only the HotSpot part of the build is safe to parallelise, so mark the
  port as MAKE_JOBS_UNSAFE.
2010-09-22 05:18:55 +00:00
Philip M. Gollucci
828f1b72f5 - Update to 1.3.3
PR:             ports/148950
Submitted by:   Jani Kaarela <jani.kaarela@gmail.com>
Approved by:    maintainer timeout (mjs@bur.st ; ~ 2 months)
2010-09-22 05:18:30 +00:00
Philip M. Gollucci
444ba71e01 - add missing AUTOTOOLS dependencies [1]
- mark MAKE_JOBS_UNSAFE=yes

PR:             ports/148301 [1]
Submitted by:   Olivier Cochard-Labbé <olivier@cochard.me> [1]
Approved by:    maintainer timeout (suz ; 70 days) [1]
2010-09-22 05:01:59 +00:00
Philip M. Gollucci
8ea3cb214c - Fix dependency versions
PR:             ports/150804
Submitted by:   myself (pgollucci)
Approved by:    jyyou@cs.nctu.edu.tw (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 04:54:37 +00:00
Philip M. Gollucci
4b91c4706a - Fix dependency versions
PR:             ports/150803
Submitted by:   myself (pgollucci)
Approved by:    jyyou@cs.nctu.edu.tw (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 04:53:59 +00:00
Philip M. Gollucci
f979dacd98 - Update to 2.0.7
PR:             ports/150780
Submitted by:   Sutra Zhou <zhoushuqun@gmail.com> (maintainer)
2010-09-22 04:52:40 +00:00
Philip M. Gollucci
8e6df87f3b - works with 1.3+
PR:             ports/150760
Submitted by:   Bruce Cran <bruce@cran.org.uk>
Approved by:    jhuldtgren@gmail.com (maintainer)
2010-09-22 04:49:13 +00:00
Philip M. Gollucci
aaabcc27e9 - Update audio/linux-nerodigitalaudio -> linux-neroaaccodec
PR:     ports/145094
2010-09-22 04:46:01 +00:00
Philip M. Gollucci
77970d94b2 remove, disconnect old port audio/linux-nerodigitalaudio 2010-09-22 04:44:36 +00:00
Philip M. Gollucci
1aff493c58 Part 2/2:
- shorten do-install target
- mark NO_WRKSUBDIR
- fix pkg-descr and COMMENT
- use more descriptive RESTRICTED from ports/148379
- use PORTDOCS from ports/148379
- use DOS2UNIX to remove ^M from .txt docs

PR:             ports/145094
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp ; ~6 months)
2010-09-22 04:40:02 +00:00
Greg Lewis
badbb2fb65 . Update to tzupdater 1.3.31. 2010-09-22 04:38:22 +00:00
Philip M. Gollucci
d0563443a9 Part 1/2:
- rename to audio/linux-neroaaccodec
- update to 1.5.1

PR:             ports/145094
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp ; ~6 months)
2010-09-22 04:33:48 +00:00
Greg Lewis
2c0596e6d8 . Update to tzupdater 1.3.31. 2010-09-22 04:27:54 +00:00
Sahil Tandon
af13eef129 - Fix IPv6 support in SPF patch
PR:		ports/150749
Submitted by:	mm@
2010-09-22 04:23:31 +00:00
Sahil Tandon
ccbc2d3d56 - Update to 1.53
PR:		ports/150721
Submitted by:	Frederic Culot <frederic@culot.org> (maintainer)
2010-09-22 04:23:28 +00:00
Philip M. Gollucci
471a001d53 - forced commit to note repocopy
audio/linux-nerodigitalaudio -> audio/linux-neroaaccodec

PR:             ports/145094
Repocopy by:    marcu
2010-09-22 03:51:38 +00:00
Philip M. Gollucci
51dd2b5d68 - forced commit to note repocopy: www/xpi-gbutss -> www/google_shortcuts 2010-09-22 03:45:59 +00:00
Philip M. Gollucci
7e9fdb8368 rubygem-deprecated is a small library intended to aid developers working
with deprecated code. The idea comes from the 'D' programming language,
where developers can mark certain code as deprecated, and then
allow/disallow the ability to execute deprecated code.

This is a legacy copy in ports of the 2.x series for compatibility with
some other Ruby ports.

WWW:	http://rubyforge.org/projects/deprecated/

PR:		ports/150775
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-09-22 03:44:54 +00:00
Philip M. Gollucci
7c1884a8da - Convert to USE_RAKE
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 03:29:07 +00:00
Philip M. Gollucci
b918981e43 - Convert to USE_RUBY_FEATURES= iconv 2010-09-22 03:25:19 +00:00
Philip M. Gollucci
a9eee8bc43 - Note not to update this without checking ZenTest
With Hat:   ruby@
2010-09-22 03:16:44 +00:00
Philip M. Gollucci
f611c9db9b - Update to 0.5.0
With Hat:       ruby@
Approved by:    maintainer (freebsdports@chillibear.com ; implicit
                [exact www/rubygem-sinatra version])
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 03:08:50 +00:00
Philip M. Gollucci
bbe6fd44cd - Update to 1.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 03:07:28 +00:00
Sahil Tandon
ff6a6d64a1 - Bump PORTREVISION to chase mail/dovecot update 2010-09-22 03:03:15 +00:00
Sahil Tandon
c0b3610750 - Update to 1.2.14
PR:		ports/150354
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
Approved by:	maintainer timeout (14 days)
2010-09-22 03:02:39 +00:00
Philip M. Gollucci
7f1580fb67 - Update to 2.0.5
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 02:55:08 +00:00
Philip M. Gollucci
dcb136ea32 - Update to 1.0.4
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 02:54:57 +00:00
Philip M. Gollucci
32fc1faecb - Update to 0.9.10
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 02:54:52 +00:00