| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=92248
|
|
|
|
| |
Notes:
svn path=/head/; revision=92244
|
|
|
|
|
|
|
| |
Submitted by: portlint
Notes:
svn path=/head/; revision=92242
|
|
|
|
|
|
|
|
| |
survey; note that archivers/cabextract still seems to be in active
development.
Notes:
svn path=/head/; revision=92185
|
|
|
|
|
|
|
|
| |
PR: 58268
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes:
svn path=/head/; revision=92130
|
|
|
|
| |
Notes:
svn path=/head/; revision=92060
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
| |
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Notes:
svn path=/head/; revision=91804
|
|
|
|
|
|
|
| |
This update fixes a few bugs and adds a new feature.
Notes:
svn path=/head/; revision=91748
|
|
|
|
| |
Notes:
svn path=/head/; revision=91689
|
|
|
|
| |
Notes:
svn path=/head/; revision=91625
|
|
|
|
| |
Notes:
svn path=/head/; revision=91624
|
|
|
|
| |
Notes:
svn path=/head/; revision=91622
|
|
|
|
| |
Notes:
svn path=/head/; revision=91255
|
|
|
|
| |
Notes:
svn path=/head/; revision=91105
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION for the packing list change in the NOPORTDOCS case.
PR: 57745
Submitted by: Piotr Smyrak <smyru@smyrak.com>
Notes:
svn path=/head/; revision=90642
|
|
|
|
| |
Notes:
svn path=/head/; revision=90542
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks. We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.
Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.
Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.
Helped out: Adriaan de Groot <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk>
Notes:
svn path=/head/; revision=90174
|
|
|
|
|
|
|
|
|
|
| |
Drop maintainership, I don't understand Japanese.
PR: 57392
Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
Notes:
svn path=/head/; revision=89896
|
|
|
|
|
|
|
| |
IA64 Laptops are also very unlikely, so disable klaptop on ia64.
Notes:
svn path=/head/; revision=89895
|
|
|
|
|
|
|
|
| |
PR: 57292
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=89687
|
|
|
|
| |
Notes:
svn path=/head/; revision=89551
|
|
|
|
| |
Notes:
svn path=/head/; revision=89050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
Notes:
svn path=/head/; revision=89023
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thanks for committing my patch. However, the port does not build at the
present (I think we must include <inttypes.h>, but I don't know whether
it is present on -current). This patch (pls. replace old patch file) works
on -stable with both gcc 2.95.4 and 3.3.1.
Submitted by: Simon Barner <barner@in.tum.de>
Notes:
svn path=/head/; revision=88591
|
|
|
|
|
|
|
|
| |
PR: 56264
Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
Notes:
svn path=/head/; revision=88388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Script Lib/myconf has problem with detecting Big or Little Endian
machine and he always set "Big Endian machine". archivers/unadf will
compile but when you want to unpack some files you will get this
message:
"Compilation error : #define LITT_ENDIAN must exist"
PR: ports/53622
Submitted by: Jacek Serwatynski <tutus@trynet.eu.org> <tutus@trynet.eu.org>
Notes:
svn path=/head/; revision=88199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port did not build with gcc 3.3.1. I also fixed a
possible buffer overflow (they used gets() to read from
stdin).
Please review the patch file ``patch-cftypes.cpp'' with
extra care, since I am not sure whether this makes sense
(2 positions in the file, marked with ``TODO'' - thanks.
Also added some lines in cftypes.cpp to overcome the absence of
values.h on -current.
PR: ports/55767
Submitted by: Simon Barner <barner@in.tum.de>
Notes:
svn path=/head/; revision=88198
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=87814
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87688
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
| |
Notes:
svn path=/head/; revision=87548
|
|
|
|
| |
Notes:
svn path=/head/; revision=87531
|
|
|
|
|
|
|
|
|
| |
PR: 55046
Submitted by: me
Approved by: demon (mentor), maintainer timeout (> 3weeks)
Notes:
svn path=/head/; revision=87388
|
|
|
|
| |
Notes:
svn path=/head/; revision=87208
|
|
|
|
| |
Notes:
svn path=/head/; revision=87181
|
|
|
|
| |
Notes:
svn path=/head/; revision=87133
|
|
|
|
|
|
|
|
| |
maintained in the gcc repository without being released separately,
though)
Notes:
svn path=/head/; revision=87081
|
|
|
|
| |
Notes:
svn path=/head/; revision=87045
|
|
|
|
| |
Notes:
svn path=/head/; revision=87044
|
|
|
|
|
|
|
| |
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes:
svn path=/head/; revision=87025
|
|
|
|
| |
Notes:
svn path=/head/; revision=86997
|
|
|
|
|
|
|
|
| |
PR: 55524
Submitted by: maintainer
Notes:
svn path=/head/; revision=86874
|
|
|
|
|
|
|
| |
Approved by: ache (MAINTAINER)
Notes:
svn path=/head/; revision=86819
|
|
|
|
| |
Notes:
svn path=/head/; revision=86079
|
|
|
|
| |
Notes:
svn path=/head/; revision=85847
|
|
|
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
Notes:
svn path=/head/; revision=85841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
Notes:
svn path=/head/; revision=85806
|
|
|
|
|
|
|
| |
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Notes:
svn path=/head/; revision=85805
|