| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=116426
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Idea from: pav
Notes:
svn path=/head/; revision=116398
|
|
|
|
|
|
|
|
| |
PR: ports/70469
Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
Notes:
svn path=/head/; revision=116373
|
|
|
|
|
|
|
|
| |
PR: ports/70480
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes:
svn path=/head/; revision=116361
|
|
|
|
|
|
|
| |
Noticed by: pointyhat
Notes:
svn path=/head/; revision=116302
|
|
|
|
|
|
|
|
|
| |
- Fix build on amd64
Noticed by: pointyhat [1]
Notes:
svn path=/head/; revision=116296
|
|
|
|
|
|
|
|
|
| |
- Fix build on amd64
Reported by: pointyhat via kris [1]
Notes:
svn path=/head/; revision=116164
|
|
|
|
|
|
|
|
| |
PR: 70358
Submitted by: Sergey Akifyev <asa@gascom.ru>
Notes:
svn path=/head/; revision=116106
|
|
|
|
| |
Notes:
svn path=/head/; revision=116031
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
Notes:
svn path=/head/; revision=115880
|
|
|
|
| |
Notes:
svn path=/head/; revision=115879
|
|
|
|
|
|
|
|
| |
PR: 68571
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Notes:
svn path=/head/; revision=115510
|
|
|
|
|
|
|
| |
breakage with gcc 3.4.
Notes:
svn path=/head/; revision=115188
|
|
|
|
| |
Notes:
svn path=/head/; revision=115099
|
|
|
|
|
|
|
| |
A client for Blogger, Movable Type, and other blogging systems
Notes:
svn path=/head/; revision=115063
|
|
|
|
|
|
|
|
| |
PR: ports/69711
Submitted by: Matt Lancereau <matt@bsdfly.org> (maintainer)
Notes:
svn path=/head/; revision=115025
|
|
|
|
|
|
|
|
| |
PR: ports/69711
Submitted by: Matt Lancereau <matt@bsdfly.org> (maintainer)
Notes:
svn path=/head/; revision=115023
|
|
|
|
|
|
|
| |
the ports that really own the directories.
Notes:
svn path=/head/; revision=114939
|
|
|
|
|
|
|
|
| |
(and the redundant configure patch that I'd forgotten to
remove) and set LIBTOOL_VER to 15.
Notes:
svn path=/head/; revision=114836
|
|
|
|
| |
Notes:
svn path=/head/; revision=114732
|
|
|
|
|
|
|
|
| |
PR: ports/69579
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114684
|
|
|
|
| |
Notes:
svn path=/head/; revision=114501
|
|
|
|
|
|
|
|
| |
PR: 69444
Submitted by: Matt Lancereau <matt@bsdfly.org>
Notes:
svn path=/head/; revision=114480
|
|
|
|
|
|
|
|
|
|
| |
Fix MASTER_SITES
PR: ports/69338
Submitted by: maintainer
Notes:
svn path=/head/; revision=114342
|
|
|
|
|
|
|
|
| |
PR: ports/69292
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114231
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=114192
|
|
|
|
| |
Notes:
svn path=/head/; revision=113937
|
|
|
|
| |
Notes:
svn path=/head/; revision=113910
|
|
|
|
|
|
|
|
| |
PR: ports/69000
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113637
|
|
|
|
|
|
|
| |
Submitted by: eik@
Notes:
svn path=/head/; revision=113602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
website logins, personal contacts, or things to do.
It stores almost any kind of information. A tree structure makes it easy to
keep things organised. Each node in the tree can contain several fields,
forming a mini-database. The output format for each node can be defined, and
the output can be shown on the screen, printed, or exported to html.
PR: ports/68920
Submitted by: Tobias Roth <ports@fsck.ch>
Notes:
svn path=/head/; revision=113589
|
|
|
|
|
|
|
| |
- Remove upstream applied patches
Notes:
svn path=/head/; revision=113586
|
|
|
|
|
|
|
|
| |
PR: ports/68958
Submitted by: maintainer
Notes:
svn path=/head/; revision=113507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=113252
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
Notes:
svn path=/head/; revision=113150
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The goal of kdissert is to help to structure ideas and concepts by
associating them into a tree. The tree is there to help to see how the
ideas interact, and then to develop them further (add ramifications).
An idea is represented by a shape which can be a text or a picture. The
ideas can be connected, but there is a constraint : an idea cannot have
more than one parent.
A kdissert mind-map can be exported as a picture, or used to generate
documents. Templates include pdflatex (article, book) and html file
formats.
WWW: http://freehackers.org/~tnagy/kdissert/index.html
Notes:
svn path=/head/; revision=113067
|
|
|
|
| |
Notes:
svn path=/head/; revision=113062
|
|
|
|
|
|
|
| |
Plan projects using a Gantt chart
Notes:
svn path=/head/; revision=113023
|
|
|
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes:
svn path=/head/; revision=112679
|
|
|
|
|
|
|
|
|
| |
PR: 68480
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Notes:
svn path=/head/; revision=112600
|
|
|
|
|
|
|
|
| |
PR: ports/68373
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112385
|
|
|
|
|
|
|
|
| |
PR: ports/68372
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112384
|
|
|
|
|
|
|
|
| |
PR: ports/68371
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112383
|
|
|
|
| |
Notes:
svn path=/head/; revision=112369
|
|
|
|
|
|
|
|
|
|
| |
-Give the maintainership to michael johnson <ahze@ahze.net>.
PR: ports/68333
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=112286
|
|
|
|
|
|
|
|
| |
PR: ports/68300
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=112278
|
|
|
|
|
|
|
| |
safe.
Notes:
svn path=/head/; revision=112269
|
|
|
|
| |
Notes:
svn path=/head/; revision=112236
|
|
|
|
|
|
|
| |
easier for GNOME 2.8.
Notes:
svn path=/head/; revision=112192
|