Bernhard Froehlich
7eae482233
- Change to my FreeBSD email address
...
Approved by: miwi (mentor), beat (co-mentor)
2010-04-01 12:45:37 +00:00
Mark Linimon
389b87950f
Mark as broken on powerpc.
...
Hat: portmgr
2010-04-01 06:44:48 +00:00
Mark Linimon
62290580bd
Switch from NOT_FOR_ARCHS to ONLY_FOR_ARCHS.
...
Hat: portmgr
2010-04-01 06:21:56 +00:00
Mark Linimon
383e063169
Also broken on ia64 and powerpc.
...
Hat: portmgr
2010-04-01 05:34:47 +00:00
Mark Linimon
686a04b74a
Mark various ports as broken or ignore on powerpc.
...
While here, remove remnants of alpha.
2010-04-01 05:16:19 +00:00
Kris Moore
22501ddaf4
pbreg is a command-line front-end to QT's QSettings framework, allowing scripts
...
and other command-line apps to get & set keys. This program can be used to
easily interact between QT-based GUI's and command-line implementations of
these applications.
WWW: http://www.pcbsd.org/
Approved by: brooks (co-mentor)
2010-03-31 13:32:36 +00:00
Sylvio Cesar Teixeira
2870be019a
- Returned function of close tray
...
- BUMP PORTREVISION
Approved by: miwi (mentor)
2010-03-31 01:11:31 +00:00
Wesley Shields
670015bcd5
Fix on -CURRENT
...
PR: ports/144399
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: clsung@ (maintainer timeout)
2010-03-31 00:37:07 +00:00
Beat Gaetzi
28e0675216
- Update to 5.2.6
2010-03-30 19:37:56 +00:00
Dirk Meyer
4c287330b2
- fix build for png-1.4.1
2010-03-30 07:18:04 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Doug Barton
204523bd3c
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
2010-03-28 05:52:12 +00:00
Martin Wilke
03a0946308
- Update to 3.0.0
...
PR: 145065
Submitted by: "Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer)
2010-03-27 22:15:00 +00:00
Doug Barton
86922094aa
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
...
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +00:00
Doug Barton
1fe689ef09
Remove the remaining examples of quotes around /etc/rc.subr
2010-03-27 04:30:05 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Kris Moore
7b00a50818
- Update to 8.0
...
Approved by: miwi (mentor)
2010-03-25 14:16:02 +00:00
Yi-Jheng Lin
234af8bc57
- Update to 3.1.7
...
Approved by: lwhsu/rafan (mentors, implicit)
2010-03-24 14:01:57 +00:00
Edward Tomasz Napierala
0615aacad2
Libsunacl is a wrapper around FreeBSD NFSv4 ACL API (acl_get_file(3) etc),
...
providing SunOS-compatible acl(3)/facl(3) functions. Its main purpose
is to make it easier to port software such as Samba, which already supports
SunOS ACL API.
2010-03-22 19:46:29 +00:00
Ed Schouten
d35e87b8b8
Remove unneeded includes of <utmp.h>. This fixes build on HEAD.
...
Approved by: rodrigc
----------------------------------------------------------------------
2010-03-20 19:42:49 +00:00
Martin Wilke
98280b3968
Genetic Algorithm File Fitter, GAFFitter for short, is a tool based
...
on a genetic algorithm (GA) that tries to fit a collection of items
into as few as possible volumes of a specific size.
For example, the items might be files/directories and the volumes
might be CDs or DVDs.
The task of arranging items in such manner that the number of
required bins is minimized is called Bin Packing, a NP-hard
combinatorial problem for which no deterministic polynomial-time
algorithm is known. Using heuristics, such as GAs, it is usually
possible to approximate -- and often reach -- the best solution for
the problem within a reasonable time.
WWW: http://gaffitter.sourceforge.net
PR: ports/144725
Submitted by: Charlie Kester <corky1951@comcast.net>
2010-03-20 19:36:43 +00:00
Martin Wilke
1779c8dc07
- Mark BROKEN on HEAD: fails to build with new utmpx
...
Reported by: pointyhat
2010-03-20 16:04:25 +00:00
Martin Wilke
5a23bb49bd
- Mark BROKEN on HEAD: fails to build with new utmpx
...
Reported by: pointyhat
2010-03-20 15:45:21 +00:00
Martin Wilke
e463dfdc2d
- Mark BROKEN on HEAD: fails to build with new utmpx
...
- Fix whitespaces
Reported by: pointyhat
2010-03-20 15:41:49 +00:00
Martin Wilke
80b7e09305
- Mark BROKEN on HEAD: fails to build with new utmpx
...
Reported by: pointyhat
2010-03-20 14:53:50 +00:00
Martin Wilke
9d2eb43f70
- Mark BROKEN on HEAD: fails to build with new utmpx
...
Reported by: pointyhat
2010-03-20 13:38:17 +00:00
Matthias Andree
c34284799a
Update to upstream 1.41.11.
...
See the shipped RELEASE.NOTES for details.
Approved by: garga (mentor)
2010-03-18 11:42:42 +00:00
Doug Barton
0869ce8ebd
Fix the rc.d script for the case when there is no monit_enable in
...
rc.conf by adding a $ to the variable in the test.
Delete the empty variable assignment for _flags. These should never
be done, and the information about _flags is already in the comments.
Bump PORTREVISION to document the fix.
2010-03-17 02:46:53 +00:00
Wen Heping
4e166d517d
- Improve rc script
...
PR: ports/144772
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
2010-03-16 02:09:44 +00:00
Dmitry Marakasov
d12bb992a8
- Update to 0.1.7
...
PR: 144697
Submitted by: Paul Shepel <tacid@tacid.kiev.ua>
2010-03-15 15:55:44 +00:00
Dmitry Marakasov
d4234898cb
- Update to 2.0.7
...
PR: 144574
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2010-03-15 15:49:40 +00:00
Dmitry Marakasov
52bea2820c
- Update to 0.2.0
...
PR: 144513
Submitted by: Kai Wang <kaiwang27@gmail.com> (maintainer)
2010-03-15 15:49:15 +00:00
Peter Pentchev
9039844b13
Fix a bug in the supervise(8) tool if the fork(2) syscall should fail.
2010-03-15 09:29:05 +00:00
Wen Heping
ac283a7dc2
- Update to 1.1.2
...
PR: ports/144753
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
2010-03-15 07:10:46 +00:00
Max Brazhnikov
ef0ec4a76e
Update to 2.4.6
...
PR: ports/144142
Submitted by: Jason Bacon (maintainer)
2010-03-14 16:51:25 +00:00
Matthias Andree
637f4f7194
Bump PORTREVISION, since we've changed installed filed.
...
Approved by: miwi (mentor)
2010-03-14 11:06:33 +00:00
Matthias Andree
03b879ce63
Fix e2fsck -fD corruption without dirindex on ext2 or small directories
...
that have entries that sort before '.'. From upstream's Git repo.
Approved by: miwi@ (mentor)
2010-03-14 10:46:48 +00:00
Wen Heping
fea59376f9
- Update to 0.39
...
PR: ports/144272
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
2010-03-13 12:41:14 +00:00
Beat Gaetzi
0508ba0bb4
- Update to 1.3.10
...
- Pass maintainership to submitter
PR: ports/144436
Submitted by: Charlie Kester <corky1951 AT comcast.net>
2010-03-13 04:12:12 +00:00
Beat Gaetzi
f9fca27067
- Update to 0.9.30
...
PR: ports/144435
Submitted by: Charlie Kester <corky1951 AT comcast.net>
2010-03-13 04:10:58 +00:00
Jung-uk Kim
cd5f255ad1
- Enable support for 16-color mode on amd64.
...
- Make MTRR range for write-combining always power of two.
- Clear the memory range when we are exiting.
Okay'ed by: nrg milk (bsdports at mail dot com) (maintainer)
2010-03-12 20:39:12 +00:00
Wen Heping
5fa3923ffa
- Update to 1.2
...
PR: ports/144685
Submitted by: Jan Henrik Sylvester <me@janh.de>
2010-03-12 14:10:29 +00:00
Dima Panov
5b4e6e1880
- Chase libpci shlib bump
2010-03-12 04:01:38 +00:00
Andrej Zverev
cc36258c9f
Pdsh is a an efficient, multithreaded remote shell client which executes
...
commands on multiple remote hosts in parallel. Pdsh implements dynamically
loadable modules for extended functionality such as new remote shell services
and remote host selection
PR: ports/144601
Submitted by: Mykola Dzham <i@levsha.me>
Feature safe: yes
2010-03-10 17:55:09 +00:00
Martin Wilke
6ecdd1e9a2
- Update to 5.39.1
...
- Pass maintainership to submitter
PR: 144052
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: marck@ (maintainer)
2010-03-10 13:12:53 +00:00
Martin Wilke
f51ac56a84
- Update to 3.3.9
...
PR: 144291
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> (maintainer)
2010-03-10 13:03:09 +00:00
Martin Wilke
6663ea622f
- Update to 1.2.4
...
PR: 144594
Submitted by: Ports Fury
2010-03-09 22:59:53 +00:00
Alexey Dokuchaev
669045adab
- Update to version 2.23 (required to match `sysutils/sleuthkit')
...
- Correctly assign RUN_DEPENDS (before, Perl dependency was recorded twice)
- Relinquish as I do not use this port
Related PR: ports/137781
2010-03-09 12:10:46 +00:00
Alexey Dokuchaev
4e94c1b974
- Update to version 3.1.0
...
- Utilize PORTDOCS macro (be aware that actual documentation was moved to
http://wiki.sleuthkit.org/ )
2010-03-09 10:47:40 +00:00
Philip M. Gollucci
767e4a7e66
- Update to 5.4.0 [1]
...
- Remove -a and old school sockets from rc.d script [myself]
PR: ports/144566 [1]
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer) [1]
Feature safe: yes
2010-03-08 23:15:09 +00:00