Jeremy Messenger
026640d5b9
Update to 2.0.15.
2005-07-05 19:52:32 +00:00
Jeremy Messenger
93fb1698a6
Update to 2.10.1.
2005-07-05 18:23:16 +00:00
Joe Marcus Clarke
3a369b791a
Update to 2.10.0.
2005-07-05 18:07:00 +00:00
Lars Thegler
e3a53582c7
Add p5-Params-Util 0.05, utility functions to aid in parameter checking.
2005-07-05 10:59:35 +00:00
Thierry Thomas
984b0fed0e
Security: fix CAN-2005-1921.
...
See <http://www.vuxml.org/freebsd/523fad14-eb9d-11d9-a8bd-000cf18bbe54.html >.
PR: ports/82984
Submitted by: thierry
Approved by: simon (secteam hat; maintainer bypass)
2005-07-04 20:29:33 +00:00
Thierry Thomas
962b70744d
Fix plist.
...
Reported by: Kris via pointyhat
2005-07-04 19:08:50 +00:00
Roman Bogorodskiy
9b91dbfc3e
Update to 0.6.11.
...
PR: 82971
Submitted by: Andrej Zverev (maintainer)
2005-07-04 15:21:22 +00:00
Lars Thegler
5bce097063
Chase updated binaries
2005-07-04 13:22:51 +00:00
Volker Stolz
cf9fe05398
- Update to 1.2.6
...
- Use PORTDOCS=*
2005-07-04 12:17:49 +00:00
Sergey Skvortsov
296bdd4d98
Require Perl 5.8 or newer.
2005-07-04 09:06:29 +00:00
Roman Bogorodskiy
e8e76318bb
- Update to version 3.12
...
PR: 82936
Submitted by: Ports Fury
2005-07-04 05:40:41 +00:00
Oliver Lehmann
8c932c7e18
update to 0.13.2
...
PR: ports/82331
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Approved by: maintainer timeout (2 weeks)
2005-07-03 15:43:46 +00:00
Roman Bogorodskiy
57dcca4d9a
- update to 0.63
...
- add two new dependencies
PR: 82914
Submitted by: Rong-En Fan (maintainer)
2005-07-03 15:06:03 +00:00
Jeremy Messenger
313b65a2f7
- Update plist for dbus 0.34. [1]
...
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
Reported by: marcus [1]
2005-07-03 07:21:09 +00:00
Joe Marcus Clarke
f513c549e6
Remove the kqueue watch from the mainloop before unref'ing it. This
...
eliminates one needless kevent system call.
2005-07-03 06:11:00 +00:00
Joe Marcus Clarke
c438b8ca4b
Remove a leftover directory.
...
Reported by: pointyhat via kris
2005-07-03 05:50:49 +00:00
Joe Marcus Clarke
9ec70a9086
Be sure to unref the kqueue watch along with marking the kqueue file
...
descriptor as invalid.
2005-07-03 05:47:03 +00:00
Joe Marcus Clarke
edd625d2fd
Fix a mismerge in the last OPTIONS patch. I forgot a line, but perl -cw
...
didn't catch the missing ';'. This should fix the erroneous messages
about OPTIONS misuse.
2005-07-03 04:52:12 +00:00
Mikhail Teterin
1b4ce15ea6
Update lang/otcl from 1.8 to 1.9 and devel/tclcl from 1.15 to 1.16.
...
Add a patch to the latter to use Tcl-8.4.10's http2.5 instead of
http2.4, which came with earlier Tcl; correct the patch-aa to use
Tcl-8.4 (like the rest of the port) instead 8.3 in otcldoc.
Submitted by: pointyhat (the http2.4 vs. http2.5 discrepancy)
2005-07-03 00:41:01 +00:00
Joe Marcus Clarke
63d27a6ff1
Update to 2.7.2.
...
* Add '+' to the list of valid characters for file names in the warning
message.
* Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if
OPTIONS is actually defined). [1]
PR: 82316 [1]
Submitted by: sem [1]
2005-07-02 20:35:23 +00:00
Joe Marcus Clarke
668c6bf02c
Reverse the logic used for kevent. Set timeout to NULL when setting the event,
...
and timeout to the zero timespec when reading the event.
2005-07-02 19:30:59 +00:00
Joe Marcus Clarke
608020fae1
Fix a CPU hog problem with dbus running in fork mode. Kqueue is not shared
...
across fork(), and thus the file descriptor kevent was trying to read from
was actually pointign to /dev/null. This caused dbus to eat up 100% of the
CPU. Of course, tests with --nofork worked just fine.
The new approach will detect if the kqueue has been closed, a reopen it
after the fork.
2005-07-02 19:17:42 +00:00
Thierry Thomas
c3636c67d5
Add the license file to plist.
...
Reported by: Kris via pointyhat.
2005-07-02 15:37:14 +00:00
Joerg Wunsch
e2b37e808b
Bump port revision for the fixed PLIST.
2005-07-02 06:32:26 +00:00
Joerg Wunsch
636e0cf3a1
Forgot to fix the plist after the recent upgrade to 2.16.
2005-07-02 06:29:57 +00:00
Joe Marcus Clarke
f40a0e4c6e
Ensure that libgnomedb support is enabled.
...
Reported by: Oliver <oliver303@aon.at>
2005-07-02 05:41:03 +00:00
Joe Marcus Clarke
bb41217ac5
Fix the build on 4.X.
...
Reported by: pointyhat via kris
2005-07-02 05:12:20 +00:00
Jean-Yves Lefort
2a40b6918f
- Add missing devel/p5-Class-ISA dependency [1]
...
- Fix packing list
[1]
PR: ports/82877
Submitted by: maintainer
2005-07-01 23:09:43 +00:00
Florent Thoumie
48ffccbf54
- Fix typo in pkg-descr.
...
PR: ports/82835
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: maintainer
2005-07-01 08:57:34 +00:00
Volker Stolz
1e98473d7e
Remove obsolete patch now that we don't build the included libltdl anymore
2005-07-01 07:17:24 +00:00
Florent Thoumie
c9c66c7689
- Sanitize CFLAGS using WITHOUT_CPU_CFLAGS.
...
Reported by: Martin Cracauer <cracauer@cons.org>
Fix by: kris
2005-07-01 06:49:16 +00:00
Joe Marcus Clarke
af7ecf9aa6
Sync with dbus-0.34.
2005-07-01 06:35:11 +00:00
Joe Marcus Clarke
985e9eaa7f
* Update to 0.34
...
* Add kqueue support so to dynamically re-read new configuration files
2005-07-01 05:20:13 +00:00
Joerg Wunsch
3d548a99a8
Update to binutils-2.16.
...
A number of our old patches have been integrated into the mainline now,
so they can be removed.
2005-06-30 22:19:42 +00:00
Florent Thoumie
980ccec119
- Fix behavior on latest CURRENT.
...
- Remove hard-coded prefix in pkg-install.
PR: ports/82333
Submitted by: maintainer
2005-06-30 19:45:09 +00:00
Florent Thoumie
3e8732e462
- Add WITHOUT_THREADS knob.
...
PR: ports/82818
Submitted by: Gunter Wambaugh <gunter@thewambaughs.net>
2005-06-30 17:46:46 +00:00
Roman Bogorodskiy
c335acf582
Update to 0.23.
...
PR: 82832
Submitted by: Aaron Dalton (maintainer)
2005-06-30 17:28:02 +00:00
Volker Stolz
7d1121db84
Don't link statically to home-grown libltdl
2005-06-30 15:47:32 +00:00
Simon L. B. Nielsen
8fb327b2c4
- Update to 1.3.25.
...
- Assign maintainership to submitter.
PR: ports/82240
Submitted by: Soeren Straarup <xride@x12.dk>
Approved by: maintainer timeout
2005-06-29 22:33:22 +00:00
Jean-Yves Lefort
16e1276001
Add p5-Algorithm-LUHN.
...
This module calculates the Modulus 10 Double Add Double checksum, also known
as the LUHN Formula. This algorithm is used to verify credit card numbers and
Standard & Poor's security identifiers such as CUSIP and CSIN.
You can find plenty of information about the algorithm by searching the web
for "modulus 10 double add double".
WWW: http://search.cpan.org/dist/Algorithm-LUHN/
PR: ports/82650
Submitted by: Aaron Dalton <aaron@daltons.ca>
2005-06-29 22:14:25 +00:00
Jean-Yves Lefort
700b81f353
Update to 1.1a, which contains a workaround for a kqueue-related crash.
...
PR: ports/82392, ports/82426
Submitted by: bogus addresses
Approved by: maintainer timeout (10 days)
2005-06-29 21:05:41 +00:00
Thierry Thomas
a1130fd2e3
Make fetchable again with --no-check-certificate.
...
Reported by: Kris via pointyhat
2005-06-29 19:12:13 +00:00
Jean-Yves Lefort
13cc8c98ff
Update to 0.22
...
PR: ports/82783
Submitted by: maintainer
2005-06-29 18:55:41 +00:00
MANTANI Nobutaka
3a892a5369
Add arm support.
...
Submitted by: cognet
2005-06-29 16:29:45 +00:00
Sam Lawrance
e1ff934fae
Mark broken for PERL_LEVEL < 500703 (ie 4.x), as it requires
...
Tie::File 0.97 or later (only 0.96 is available separately).
PR: ports/82775
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Reported by: kris
2005-06-29 12:42:02 +00:00
Jean-Yves Lefort
37115d77b9
Add INSTALLS_SHLIB=yes
...
Approved by: maintainer timeout (11 days)
2005-06-29 12:17:01 +00:00
Volker Stolz
27f30c18c4
Add minimal patch to make libusb build with plain gcc on 4.x again.
...
This also allows us to return to standard libtool-handling.
PR: ports/80169
Submitted by: Helge Oldach
Approved by: maintainer timeout
2005-06-29 10:48:56 +00:00
Sam Lawrance
059b790d76
Add patch to fix build on 6
...
PR: ports/82742
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-29 04:51:44 +00:00
Roman Bogorodskiy
6ee054215f
Update to 1.2.2.
...
PR: 82760
Submitted by: Ben Woolley (maintainer)
2005-06-29 03:31:58 +00:00
Mathieu Arnold
4024aa9678
Update to 1.1
2005-06-28 16:00:40 +00:00