| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Glenn Johnson <glennpj@charter.net>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/55633
Submitted by: Sebastien Gioria <gioria@FreeBSD.org>
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
* Add support for the Polish locale
* Try to add more intelligence to the direct command use code
* Fix up the wording about numbered info files [1]
Suggested by: gerald [1]
|
|
|
|
| |
Pointed out by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
| |
maintained in the gcc repository without being released separately,
though)
|
|
|
|
| |
Submitted by: Shin-ichi Yoshimoto <yosimoto@waishi.jp> (based on)
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
| |
Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc.
|
|
|
|
|
|
|
| |
- Do not install useless .la file
PR: 55623
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 55631
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 55630
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Fix pkg-plist
PR: 55629
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 55628
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 55627
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 55624
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Utilize USE_SDL/DATADIR/INFO
PR: 55622
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 55313
Submitted by: mat
|
|
|
|
|
| |
Submitted by: Kurt Jaeger <pi@complx.LF.net>, krion
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts
|
|
|
|
| |
non-working binary, so rename all WITH_* granularity options to WITHOUT_*
|
| |
|
|
|
|
|
|
| |
Displays a mini-command line on the xfce4-panel. Uses the same history file as
xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the
command and <Ctrl>-<Enter> executes the command in a terminal.
|
| |
|
|
|
|
|
| |
PR: ports/55589
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
| |
PR: 55549
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
|
|
|
|
|
| |
PR: ports/55588
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
| |
|
|
|
|
|
|
|
| |
allow to put them in /etc/make.conf
Handle threaded case using WITH_IMAGEMAGICK_PERL
Turn JPEG on by default, distributed ImageMagick binary is little
usable without it.
|
|
|
|
|
|
| |
USE_SDL
Submitted by: maintainer
|
|
|
|
|
| |
Pointed out by: mbr
Pointy hat to: myself
|
|
|
|
| |
Reviewed by: maintainer
|
| |
|
| |
|
|
|
|
| |
Prompted by: oliver
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Minor whitespace nit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: demon (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o Fix related patch to fit freebsd5 environment.
o Implement tcp.tcpCurrEstab to return correct value.
PR: ports/54551
Submitted by: sub_0@netcabo.pt
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
maintainer just forgot to update the README.
Submitted by: Marco Molteni <molter@tin.it>
Approved by: Dominic Marks <dom@wirespeed.org.uk> (maintainer)
PR: 55464
Also special thanks to ceri for his "Adding to
audit trail, from misfiled PR" :-)
|
| |
|
| |
|
|
|
|
| |
Submitted by: Mark Linimon <linimon@lonesome.com>
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
| |
b) *everywhere* we do not need virtual framebuffer!
|
|
|
|
|
| |
PR: 55618
Submitted by: Jeremy Messenger <mezz7@cox.net>
|
|
|
|
|
| |
PR: 55525
Submitted by: SHIOZAKI Takehiko <st@be.to>
|
|
|
|
| |
the recent reaping spree)
|
| |
|
|
|
|
| |
noticed by: bento/kris
|
|
|
|
| |
Pointy hat to: maho
|
|
|
|
|
| |
are not yet hooked up to ports/Makefile because INDEX builds break when
there are empty category subdirectories.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
built by non-root. However, sometimes it is desirable to install the
port as a non-privileged user. Introduce the INSTALL_AS_USER variable
to specify this behaviour. [1]
* Change SU to SU_CMD to allow other su-like commands to be used to
perform the privilege escalation when installing as non-root
(e.g. sudo) [2]
* Add support for USE_GCC=3.3 and 3.4 [3]
* Add support for the dns [4] and polish [5] categories, and the xfce
virtual category [6]
* Use the pkg_install port on systems older than OSREVISION=460102, so
they have the benefits of the advanced install/deinstall logic. [7]
PR: ports/55091 [1], ports/55308 [3], ports/50444 [4],
ports/53797 [5]
Submitted by: dinoex [1], fjoe [2], Ulrich Spoerlein <q@uni.de> [3],
Kimura Fuyuki <fuyuki@hadaly.org> [4],
Aleksander Fafula <alex@fafula.com> [5], oliver [6],
marcus [7]
|
|
|
|
|
|
|
| |
and pass PTHREAD_CFLAGS, PTHREAD_LIBS for every compilation.
See http://www.openoffice.org/issues/show_bug.cgi?id=18062 for detail.
Obtained from Volker Quetschke
|
|
|
|
|
| |
(currently we do not use it and should be removed later)
Obtained from Volker Quetschke
|
|
|
|
|
|
|
|
| |
struct rusage. struct timeval is defined in /usr/include/sys/time.h,
but <sys/time.h> is not included in the <sys/resource.h> header file.
Obtained from Volker Quetschke
See http://www.openoffice.org/issues/show_bug.cgi?id=18065 for details.
reviewed: maho (for 4-STABLE and 5-CURRENT)
|
| |
|
|
|
|
| |
installtion set (somehow?)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
-pthread. The correct sollution is to use $(LINK) which points to the
used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and
--no-whole-archive. You have to use -Wl,-whole-archive and
-Wl,-no-whole-archive
instead. The following patch does this for FreeBSD, but maybe this should also
be done for the generic UNX case.
See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details.
Obtained from Volker Quetschke
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but still fails during/after the installtion :(
a) follow up to recent cvs checkout
(cws_srx645_ooo11rc3, 2003/08/15)
b) Use gcc33 from ports for both 4 and 5.
gcc-3.3 of 5-CURRENT seems to brake somewhere,
and recent version of OOo hits some internal
error of gcc-3.2.3.
c) remove --enable-gcc3, --with-os-version and --with-ant-home
gcc3 is deprecated, os version and ant home should be
detected automatically by configure(setting os version
had been dangerous, since difference can be seen between
/usr/include/osreldate.h and sysctl kern.osreldate)
however nowadays it is not so dangerous)
d) add build dependency for Xft and gtk-2.0.
|
|
|
|
| |
Pointed out by: kris
|
|
|
|
| |
of a distraction than useful.
|
| |
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
|
|
|
|
| |
- install and build, even if no DISPLAY is running
This will allow packages to be build on bento
|
| |
|
| |
|
|
|
|
|
|
| |
Spaces->tabs
Submitted by: krion
|
|
|
|
| |
usage.
|
|
|
|
|
|
|
| |
o Correct portlint warnings
PR: ports/55332
Reviewed by: adamw
|
| |
|
|
|
|
|
|
|
|
|
| |
Add PLIST_SUB, that decrease diffs against libgphoto2
port in next update-time. [2]
Submitted by: Jeremy Prior <jez@chagford.netcraft.com> [1],
osa [2]
PR: 55602
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
PR: 55607
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
should get the alpha closer to compiling.
Submitted by: bento
|
| |
|
|
|
|
|
|
|
|
| |
- Fix spelling of CONFLICTS [1].
- Add request for benchmark numbers [2].
Noticed by: Andreas Schweitzer <Andreas.Schweitzer@hs.uni-hamburg.de> [1]
Discussed with: Intel [2]
|
| |
|
| |
|
|
|
|
|
|
|
| |
He mostly works on perl related ports.
I'll mentor him.
Approved by: portmgr
|
|
|
|
|
| |
PR: 55579
Submitted by: Nicolas Jombart <ecu@ipv42.net>
|
|
|
|
| |
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
|
|
|
|
| |
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
|
| |
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: Sergey Akifyev <asa@gascom.ru>
|
|
|
|
| |
Inspired by: Yet another "have I been hacked" email on questions@
|
|
|
|
|
|
|
|
|
|
| |
* Clean up some more Perl warnings
* Make sure all the MAN macros are printed in all uppercase
* Add perl, ruby, python, and the auto* tools to the list of direct
commands [1]
PR: 55529 [1]
Submitted by: Jens Rehsack <rehsack@liwing.de> [1]
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Submitted by: leafy <leafy@leafy.idv.tw>
Reviewed by: eric@trinitel.com
Approved by: eric@trinitel.com
|
| |
|
|
|
|
|
|
|
|
|
| |
IMAP accounts, and local mail folders. Cone is also a simple newsreader.
Cone is designed to be foolproof enough to be used by inexperienced users,
but also offers advanced features for power users.
PR: 54218
Submitted by: matthias.andree@gmx.de
|
|
|
|
|
| |
* Clean up the Python installation to obey PREFIX (finally)
* Mark some of the more troublesome build options as DEVELOPER ONLY!
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
|
|
|
|
|
|
|
|
|
| |
GNOME bug fixes, Alexander Nedotsukov (bland) is being cursed with a
commit bit. He will be joining the FreeBSD GNOME team to help in
further porting and bug-busting. We also wishes to help with the iconv
stuff (lucky guy). I will be his mentor.
Approved by: portmgr
|
|
|
|
|
|
| |
We should use net/openldap20/bsd.openldap.mk later...
Pointy hat to: kuriyama
|
|
|
|
|
|
| |
gnome-theme-manager.
Obtained from: gtk+ CVS
|
|
|
|
| |
- Take maintainership
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- apply patch from fearow@comcast.net
- add USE_PERL=yes
PR: 55368
|
|
|
|
|
| |
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
- Make portlint happier
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
|
| |
|
|
|
|
|
| |
. Simplify build (just redefine ALL_TARGET)
. tar -> ${TAR}
|
|
|
|
|
|
|
| |
the width of standard types (e.g. "long" is 32 bits). Should help
things work on 64-bit platforms and fix problems with prices in shops.
Obtained from: NetBSD
|
|
|
|
|
| |
PR: 55583
Submitted by: maintainer
|
|
|
|
| |
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client
|
|
|
|
|
|
|
| |
This reinstates exim-4.21, but with PORTREVISION bumped so that folks
unlucky enough to get the bum version can easily upgrade.
Include a patch to fix the reported IPv6 bug.
|
| |
|
|
|
|
|
|
| |
under ${LOCALBASE}/lib.
Reviewed by: roberto
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a minor bugfix release that fixes a problem with the javah task on JDK
1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If
you don't use javah or VAJ, there is no reason to upgrade.
See:
http://ant.apache.org/antnews.html
|
| |
|
|
|
|
| |
Take care of regenerating .db files
|
|
|
|
| |
of CR before LF when it comes to line continuation.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 55295
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: MAINTAINER
|
|
|
|
|
|
|
| |
The update causes segfaults during remote delivery for at least one
IPv6 user, and I don't have an IPv6 testbed to work with yet.
Requested by: Suresh Ramasubramanian <suresh@outblaze.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* This is a mostly maintenance release, although some new features have
been added (including Sieve support).
!!!WARNING!!!
The non-ACL exiscan patch is no longer supported. The exiscan-acl patch
is now used by default, unless WITHOUT_EXISCAN is given.
This means that existing installations that rely on non-ACL exiscan
CAN NOT be upgraded without changes to the configure file.
|
|
|
|
| |
Reviewed by; roberto
|
|
|
|
|
| |
Submitted by: Doug McDonald <dougm@austin.rr.com>
Reviewed by: roberto
|
|
|
|
|
|
| |
Bump PORTREVISION.
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
|
|
|
|
| |
Reviewed by: roberto
|
|
|
|
|
| |
PR: 55567
Submitted by: Gerhard Haering <gh@ghaering.de>
|
|
|
|
|
|
|
| |
update the URL of MASTER_SITES
PR: 55566
Submitted by: Gerhard Haering <gh@ghaering.de>
|
| |
|
|
|
|
|
| |
The previous revision updated to patch-level 10 of the exiscan-acl patch,
not the exiscan patch as advertised.
|
|
|
|
| |
Submitted by: Jacques Marneweck <jm@ataris.co.za>
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
| |
- Take maintairship
- Add WWW
- Use SITE_PERL
|
|
|
|
|
| |
PR: ports/55428
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
| |
PR: 55551
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/54436
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
|
|
|
|
| |
Submitted by: John E. Hein of timing.com
|
| |
|
|
|
|
|
|
|
| |
bump PORTREVISION.
PR: 55396
Reviewed by: Eric Anderson <eric@trinitel.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 55552
Submitted by: maintainer
|
|
|
|
| |
PR: 55560
|
| |
|
|
|
|
|
|
|
|
| |
* Give maintainership to someone who obviously had more sleep.
PR: ports/55553
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Pointy hat to: ME!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SQueuer is a queueing proxy for Seti@Home with the following features:
* Keeps a configurable sized queue of work units so that
the client will always be able to get a new work unit
immediately upon finishing one.
* Queues results for uploading should the main Seti@Home
site be overloaded or down. Results are never lost and the
client is never delayed waiting to upload a result.
* Can handle multiple users running the Seti@Home client
on multiple machines all connecting to SQueuer.
* Platform independent. SQueuer has been tested and found
to work on different versions of Unix, MacOS and Windows.
All it requires is a Perl 5 interpreter.
|
|
|
|
| |
installing all the documentation.
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
| |
Reported by: Mike Harding <mvh@ix.netcom.com>, adamw, Randy Bush <randy@psg.com>
|
|
|
|
| |
* Grab maintainership.
|
|
|
|
|
|
|
| |
bump PORTREVISION
Submitted by: Thierry Thomas <thierry@pompo.net>
PR: ports/55544
|
|
|
|
|
|
| |
Also save 8 bytes in pkg-plist (use %%DOCSDIR%%) (by osa)
PR: 55520
|
|
|
|
| |
Submitted by: KATO Tsuguru
|
|
|
|
| |
PR: 55537
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also: [2]
* respect to ${CC}
* save three bytes in pkg-plist (use %%DOCSDIR%%)
* save more bytes in Makefile (by remove refuse `/' and
optimize ${INSTALL_DATA} rules)
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> (maintainer) [1],
osa [2]
PR: 55532
|
|
|
|
|
| |
PR: 54089
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
See:
http://jakarta.apache.org/site/news.html#20030804.1
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html
PR: 55502
Submitted by: Kang Liu <lazykang@hotmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If pkg_* is found in $PREFIX/sbin, use them instead of ones in
/usr/sbin. (regardless of the value of PATH)
- pkg_fetch(1): Some servers like bento transfer packages files
uncompressed, so add a workaround for this. They are automatically
recompressed.
- Get -q to work properly again.
- As the MOVED file is getting bigger and bigger, do not cache all the
entries in memory but look it up every time needed.
- Show how to specify multiple arguments in one MAKE_ARG entry.
FreeBSD PR: ports/54631
Submitted by: Bruce M Simpson <bms@spc.org>
|
|
|
|
|
| |
PR: 55536
Submitted by: Frank Denis <j@pureftpd.org>
|
|
|
|
|
|
|
| |
Hand over maintainership to Eugene.
PR: 55257
Submitted by: Eugene Ossintsev <osgene@web.de>
|
|
|
|
|
|
|
| |
Hand over maintainership to Eugene.
PR: 55021
Submitted by: Eugene Ossintsev <osgene@web.de>
|
|
|
|
|
|
|
| |
Hand over maintainership to Eugene
PR: 55019
Submitted by: Eugene Ossintsev <osgene@web.de>
|
|
|
|
|
|
| |
to work with this.
Submitted by: Andrew Thompson <andy@fud.org.nz>
|
| |
|
|
|
|
|
| |
PR: 55522
Submitted by: maintainer
|
|
|
|
|
| |
PR: 55524
Submitted by: maintainer
|
|
|
|
|
| |
PR: 55516
Submitted by: Ruslan Babayev <ruslan@babayev.com>
|
| |
|
|
|
|
| |
Reported by: bento
|
|
|
|
| |
Prompted by: kris
|
|
|
|
|
| |
PR: 55511
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
|
|
|
|
|
|
| |
when they part/are kicked off a channel.
PR: 55489
Submitted by: Alexander Nedotsukov <sasha@ortech.co.jp>
|
|
|
|
|
|
| |
have changing includes paths with each new gcc import.
Submitted by: maho
|
|
|
|
|
|
| |
that depend on it.
Approved by: arved (Mentor)
|
|
|
|
| |
Approved by: arved (Mentor)
|
|
|
|
|
| |
Reported by: kris/bento
Approved by: arved (Mentor)
|
|
|
|
|
| |
PR: 55510
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
PR: 55486
Submitted by: Andrew Foster <adf@fl.net.au>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
nice to have in with portupgrade
PR: 54299
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer timeout (> 1 month)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Parses almost all ISO 8601:2000(E) date and time formats. ISO 8601:2000(E)
time-intervals will be supported in a later release.
PR: 54195
Submitted by: Mathieu Arnold <m@absolight.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date
format of RSS 1.0.
PR: 54194
Submitted by: Mathieu Arnold <m@absolight.net>
|
|
|
|
|
| |
PR: 55500
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: 55481
Submitted by: Venkata Pingali <pingali@e.postel.org>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
[2] Fix underlining in the freetype backend (bug 330)
PR: [1] ports/52387
[2] ports/55134
Submitted by: [1] Joel Ray Holveck <joelh@piqnet.org>
[2] Ariff Abdullah <skywizard@MyBSD.org.my>
|
| |
|
|
|
|
|
| |
- better error message when LinkPoint doesn't return a statusMessage
- update for LinkPoint API 2.6
|
|
|
|
|
| |
PR: 55496
Submitted by: Ports Fury
|
|
|
|
| |
Use SITE_PERL
|
|
|
|
|
| |
Submitted by: Pav Lucistnik <pav@oook.cz>
Approved by: maintainer
|
|
|
|
|
| |
PR: 55497
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Add WITH_MMX knob
PR: 55499
Submitted by: Ports Fury
|
|
|
|
| |
ports/www/p5-MasonX-Request-WithApacheSession
|
|
|
|
|
|
|
|
|
| |
MasonX::Request::WithApacheSession is an interface to Apache::Session which
can be used from within HTML::Mason. It provides session and cookie handling
services.
PR: 54798
Submitted by: Nick Hilliard <nick@foobar.org>
|
|
|
|
|
|
|
|
| |
- Support CXX properly
- Utilize USE_SDL
PR: 55498
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add some extra CLI options to the mozilla.sh script [2]
* Add a patch to prevent crashes when visiting certain Russian sites [3]
* Add a dependency on devel/nspr to avoid problems with Galeon and Epiphany
in certain setups [4]
PR: 55330 [1]
55412 [2]
Submitted by: Alexander Nedotsukov <bland@mail.ru> [1] [2]
Sergey Akifyev <asa@gascom.ru> [4]
Obtained from: www/mozilla-firebird [3]
|
|
|
|
|
|
|
| |
. Install with the ports infrastructure defined versions of tools, don't
hardcode them.
Obtained from: NetBSD (mostly)
|
|
|
|
| |
Reminded by: adamw
|