| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PHP documentation in HTML.
Submitted by: edwin@mavetju.org
Notes:
svn path=/head/; revision=119885
|
|
|
|
|
|
|
|
| |
PR: ports/70984
Submitted by: Kowalewski Krzysztof, Jr. <pyzmen@kam.pl>
Notes:
svn path=/head/; revision=117905
|
|
|
|
|
|
|
| |
Submitted by: Michal Pasternak <dotz@irc.pl>
Notes:
svn path=/head/; revision=117904
|
|
|
|
| |
Notes:
svn path=/head/; revision=117701
|
|
|
|
| |
Notes:
svn path=/head/; revision=117535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/69962
Submitted by: maintainer
Notes:
svn path=/head/; revision=115396
|
|
|
|
|
|
|
| |
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=114369
|
|
|
|
|
|
|
|
|
|
|
| |
to pkg-config, so the test will falsely fail. This fix configure of
gnugadu-2.0.3, which is coming soon.
PR: ports/69315
Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
Notes:
svn path=/head/; revision=114368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/68693
Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
Notes:
svn path=/head/; revision=112983
|
|
|
|
|
|
|
|
| |
PR: ports/68607
Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
Notes:
svn path=/head/; revision=112791
|
|
|
|
|
|
|
| |
Pointy hat to: me
Notes:
svn path=/head/; revision=111166
|
|
|
|
| |
Notes:
svn path=/head/; revision=111165
|
|
|
|
| |
Notes:
svn path=/head/; revision=109599
|
|
|
|
|
|
|
|
| |
PR: ports/66475
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Notes:
svn path=/head/; revision=108919
|
|
|
|
|
|
|
|
|
|
| |
- Add dependency on pkgconfig
PR: ports/66369
Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
Notes:
svn path=/head/; revision=108752
|
|
|
|
|
|
|
| |
Update to 1.3.1
Notes:
svn path=/head/; revision=108575
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=108254
|
|
|
|
|
|
|
|
| |
PR: 66054
Submitted by: Jacek Pelka
Notes:
svn path=/head/; revision=107972
|
|
|
|
| |
Notes:
svn path=/head/; revision=107688
|
|
|
|
|
|
|
|
|
|
| |
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...
Pointed out by: kris
Notes:
svn path=/head/; revision=106753
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
Notes:
svn path=/head/; revision=105948
|
|
|
|
|
|
|
|
| |
PR: ports/64391
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=105914
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
| |
PR: ports/63095
Submitted by: Maciej Korzen <eaquer@ceti.pl>
Notes:
svn path=/head/; revision=105702
|
|
|
|
| |
Notes:
svn path=/head/; revision=104767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
Notes:
svn path=/head/; revision=103453
|
|
|
|
|
|
|
|
| |
PR: ports/63640
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=102755
|
|
|
|
|
|
|
|
|
| |
PR: ports/63094
Submitted by: Maciej Korzen <eaquer@ceti.pl>
Approved by: maintainer
Notes:
svn path=/head/; revision=102008
|
|
|
|
|
|
|
|
|
| |
only is enabled in configure script.
- This fixes packing on Bento.
- Patch submitted to authors.
Notes:
svn path=/head/; revision=101311
|
|
|
|
| |
Notes:
svn path=/head/; revision=101268
|
|
|
|
|
|
|
|
| |
PR: ports/62908
Submitted by: Marek Łukaszuk <case@tao.geeks.pl>
Notes:
svn path=/head/; revision=101208
|
|
|
|
| |
Notes:
svn path=/head/; revision=101203
|
|
|
|
|
|
|
|
| |
PR: ports/62120
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=100920
|
|
|
|
|
|
|
|
| |
PR: ports/62709
Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
Notes:
svn path=/head/; revision=100918
|
|
|
|
|
|
|
|
| |
PR: ports/62707
Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
Notes:
svn path=/head/; revision=100907
|
|
|
|
|
|
|
| |
Requested by: eik
Notes:
svn path=/head/; revision=100042
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
Notes:
svn path=/head/; revision=100015
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
| |
PR: 61754
Submitted by: maintainer
Notes:
svn path=/head/; revision=98841
|
|
|
|
|
|
|
|
| |
PR: 61659
Submitted by: maintainer
Notes:
svn path=/head/; revision=98776
|
|
|
|
|
|
|
|
|
|
| |
This is Gtk2 version of gnugadu.
PR: ports/61242
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Notes:
svn path=/head/; revision=98239
|
|
|
|
|
|
|
|
| |
PR: ports/61241
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes:
svn path=/head/; revision=98012
|
|
|
|
|
|
|
|
| |
PR: 60586
Submitted by: maintainer
Notes:
svn path=/head/; revision=96620
|
|
|
|
|
|
|
|
| |
PR: ports/59250
Submitted by: Krzysztof Stryjek <wtp@bsdguru.org>
Notes:
svn path=/head/; revision=95627
|