1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

9491 Commits

Author SHA1 Message Date
Dirk Meyer
be37c96bb5 - udpate to 0.4.1 2009-03-20 09:15:46 +00:00
Pav Lucistnik
ed9214cdb1 The lsof port has a patch that turns HASSECURITY on. However, thanks to the
security.bsd.see_other_uids sysctl feature, a lsof binary that was built
without HASSECURITY does not report any additional information
whensecurity.bsd.see_other_uids is set to 0.

It would be nice to get rid of this since enabling HASSECURITY has the nasty
side effect that non-root users cannot use lsof to look at processes other than
their own even if they a member of group kmem.

PR:		ports/132557
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	maintainer, so (cperciva)
2009-03-19 22:27:55 +00:00
Dirk Meyer
6ff490ccd7 - add LICENSE: 2009-03-19 21:09:05 +00:00
Pav Lucistnik
a1e7116794 - Mark BROKEN on -CURRENT - getdelim()
Reported by:	pointyhat
2009-03-19 18:44:29 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Martin Wilke
c1e9addf82 The dae program is used to list all daemon control scripts installed
within the rc.d system. It may also be used to execute any of these
scripts with the parameters provided.

PR:		ports/132586
Submitted by:	Dylan Bridgman
2009-03-19 16:33:06 +00:00
Jimmy Olgeni
7ba8877397 Upgrade to version 1.470. 2009-03-19 15:11:32 +00:00
Jimmy Olgeni
2f2cbf7ad0 Upgrade to version 1.400. 2009-03-19 15:08:39 +00:00
Joe Marcus Clarke
e0d66346b4 Fix the build on recent -CURRENT.
Reported by:	rnoland
2009-03-18 23:38:57 +00:00
Jeremy Messenger
f56281c4d5 Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
2009-03-18 20:06:38 +00:00
Joe Marcus Clarke
310ab5c579 Update to 2.22.2. 2009-03-18 03:42:42 +00:00
Wesley Shields
97e238eadb - Respect NOPORTDOCS
PR:		ports/132729
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-03-17 19:47:22 +00:00
Martin Wilke
d77d403465 - Remove sysutils/libisoburn project was renamed to sysutils/xorriso 2009-03-16 21:19:35 +00:00
Martin Wilke
020b9991a5 - Connect sysutils/xorriso to the build 2009-03-16 21:16:28 +00:00
Martin Wilke
60e7ebaec6 - Update to 0.3.4
PR;		132637
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-16 21:15:11 +00:00
Erwin Lansing
24ad2e513e Mark BROKEN: checksum mismatch. 2009-03-16 13:47:34 +00:00
Ion-Mihai Tetcu
71da70ada5 Despite portlint, CONFIGURE_ENV ain't added in by bsd.port.mk. Restore the old
way.
This fixes the failure to find gd.h thus enabling building WITH_CGI. [1]

The strange thing is that it doen't fail w/o CONIFGURE_ENV on tindys, only on
any other machine.

Reported by:	 Robert Huff, Simon Wright [1]
2009-03-16 10:14:35 +00:00
Mark Linimon
e4ad4a83aa Mark as broken on sparc64-6. 2009-03-16 09:38:21 +00:00
Mark Linimon
d7f19049c1 Mark as broken on sparc64: uuid library does not compile. 2009-03-16 09:30:30 +00:00
Mark Linimon
2c80ac6180 Mark as broken on sparc64. 2009-03-16 08:49:32 +00:00
Edwin Groothuis
9eb07a44eb Update to version 2.1:
Lire 2.1 is available for download from http://download.logreport.org/pub/.
Major changes since 2.0.3 (the previous stable release):

- Lire now requires DBD::SQLite, which uses SQLite 3.0.  (SQLite 2 has
  become obsolete and is no longer supported).  This means that the
  Lire database format has changed. If you have one or more old lire
  stores, you will need to convert each of them from SQLite2 format to
  SQLite3 format, like this:
        sqlite oldstore.db .dump | sqlite3 newstore.db
  This assumes that you have both sqlite2 and sqlite3 installed on your
  system, and that the names of the command line interface for the old
  and new version are sqlite and sqlite3 respectively (this is at least
  correct for Fedora).  After completion of the conversion(s), and
  after upgrading to Lire 2.1, SQLite 2 can be removed from your
  system, unless it is used by other applications than Lire of course.
- Improvement in exim2dlf, thanks to a patch contributed by Adrian Phillips.
  Version 4.67 of exim introduced pid to log_selector, exim2dlf now supports
  such log files too.  See also
  http://lists.logreport.org/pipermail/development/2008/000934.html.  Note
  that compatibility with pre-4.67 exim logfiles is preserved by this patch.
- Added the merge2combined and dlf2combined www scripts for merging web
  server logs of different types into one log file in combined format.
2009-03-16 00:20:47 +00:00
Dirk Meyer
8b215d7355 - bump PORTREVISION to catch graphviz new shared lib version 2009-03-15 13:48:07 +00:00
Dmitry Marakasov
caf91f941a Afuse is an automounting file system implemented in user-space using
FUSE. Afuse currently implements the most basic functionality that can
be expected by an automounter; that is it manages a directory of virtual
directories. If one of these virtual directories is accessed and is not
already automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as normal,
otherwise it will fail with an error.

The advantage of using afuse over traditional automounters is that afuse
is designed to run entirely in user-space by individual users. This way an
automounting action can take advantage of the invoking users environment,
for example allowing access to an ssh-agent for password-less sshfs
mounts, or allowing access to a graphical environment to get user input
to complete a mount (i.e. popping up a window asking for a password).

WWW: http://afuse.sourceforge.net/

PR:		132309
Submitted by:	Alexander Logvinov <ports at logvinov dot com>
2009-03-15 13:37:45 +00:00
Jimmy Olgeni
b09a11900e Update modules file-1.460-1 and status-1.460-1. 2009-03-15 10:07:03 +00:00
Li-Wen Hsu
cd8c89756f - Add dependency on php5-pcre
PR:		ports/132640
Submitted by:	"Vasiliy P. Melnik" <basil AT vpm.net.ua> (maintainer)
2009-03-15 03:49:45 +00:00
Martin Wilke
99be28d2a5 - Update to 0.4.1
PR:		132635
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-14 22:46:19 +00:00
Martin Wilke
d47f511eff - Update Maintainer mail adress
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail)
2009-03-14 13:45:28 +00:00
Joe Marcus Clarke
f91321f9e7 Fix hal on the latest -CURRENT now that libusb20 has been renamed. 2009-03-14 06:51:17 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +00:00
Alex Dupre
5ae212dded Update to 1.12 release.
Submitted by:	maintainer
2009-03-13 14:55:09 +00:00
Jimmy Olgeni
3855eb4fc1 Upgrade to version 1.460. 2009-03-13 13:36:09 +00:00
Jimmy Olgeni
0798710529 Upgrade to version 1.390. 2009-03-13 13:35:23 +00:00
Xin LI
4a7be535d2 - fix config.cfg overwriting
- fix lamdaemon.pl permissions

Submitted by:	maintainer
PR:		ports/132555
2009-03-13 01:06:27 +00:00
Alejandro Pulver
4c20289e45 - Update to version 2009.2.1. 2009-03-13 00:30:03 +00:00
Ion-Mihai Tetcu
ec377f19f3 - fix it to work with newusb on HEAD [1] [2]
- makefile cleanup and portlint petting.

PR:		ports/132548 [1]
Submitted by:	Ben Kelly [1], stass@ [2]
2009-03-12 14:10:54 +00:00
Marius Strobl
50bb525873 Update to 2.01.01a58.
Approved by:	netchild
2009-03-09 21:01:47 +00:00
Martin Wilke
2e76902ae8 - Update to 1.7.7
PR:		132413
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-09 20:44:07 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Martin Wilke
602bb08fe9 - Take over maintainership 2009-03-09 19:14:20 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Beech Rintoul
e4f3991dfe - Fix rc.d scripts [1]
- fix hang during multiple simultaneous backups. [2]

PR:		ports/132286 [1]
PR:		ports/132314 [2]
Submitted by:	Oliver Lehmann <oliver@freebsd.org> [1]
		Dan Langille <dan@langille.org> (maintainer) [2]
Approved by:	maintainer
2009-03-08 23:05:43 +00:00
Robert Noland
10ba2190ea Update to 0.9.0 2009-03-08 18:42:07 +00:00
Alex Dupre
e9112f88dd Update to 1.11 release.
Submitted by:	maintainer
2009-03-08 08:39:55 +00:00
Oliver Lehmann
ce06749311 bump PORTREVISION because of xfce 4.6 update
Noted By:	Zahemszky Gábor <Gabor@Zahemszky.HU>
2009-03-07 20:01:41 +00:00
Marius Strobl
4d2ce9dcb8 Fix build with r189136.
Submitted by:	das via rnoland (principle patch)
Approved by:	netchild
2009-03-07 16:52:54 +00:00
Cy Schubert
21df3ce841 Fix a SIGSEGV in ps/ps.c when ps is setuid root or when run by root.
kvm_t kv was not set to zero and therefore kvm_open(3) was not called.

Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
flags are passed to ps.

Approved by:	gahr (maintainer)
2009-03-06 23:18:41 +00:00
Ed Schouten
ca01b2c143 Add new port: hidesvn.
Hidesvn is a small script that starts new processes with a library
preloaded that hides .svn directories from readdir(). This is very
useful when grepping the FreeBSD source tree.

Reviewed by:	garga
2009-03-06 19:43:59 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Oliver Lehmann
d20d57304a Bump PORTREVISION after xfce 4.6 update 2009-03-06 15:24:12 +00:00