summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backout changes that erroneously slipped into the last commit tosobomax2002-07-053-44/+15
| | | | | | bsd.gnomeng.mk. Big pointy hat to: sobomax
* Correct typo: gtk12 --> glib12sobomax2002-07-054-16/+45
|
* java-commapi --> ports/comms/java-commapiznerd2002-07-051-0/+1
|
* New port: Java Communications API.znerd2002-07-056-0/+64
| | | | | PR: 31688 Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* oaf requires gtk12, orbit and libxml, not gnomelibssobomax2002-07-051-1/+1
|
* upgrade to 5.3.9ijliao2002-07-052-2/+2
|
* Catch up with net/bind8.clive2002-07-051-3/+3
| | | | Submitted by: MAINTAINER
* Add a missing dependency on gtk-engines2.marcus2002-07-051-0/+1
|
* crux --> ports/x11-toolkits/cruxmarcus2002-07-051-0/+1
|
* Add crux, a GTK+ theme for GNOME 2.0.marcus2002-07-057-0/+120
|
* Add fam as a dependency if libfam.so.0 exists. Nautilus will implicitly addmarcus2002-07-051-1/+5
| | | | | | it anyway, so this fixes the missing lib problem if fam is uninstalled. PR: 38253
* PermitRootLogin no explanation added.dinoex2002-07-053-10/+41
|
* Update to version 0.9.3kevlo2002-07-053-3/+5
| | | | | PR: 40204 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 0.3.2ijliao2002-07-053-2/+3
| | | | | PR: 40203 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 2.41ijliao2002-07-053-14/+14
| | | | | PR: 40201 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 1.02.gsutter2002-07-054-6/+4
| | | | | | | | | | | Fixes: - The issue with the pid file having bogus permissions - A bug that can result in people remoting crashing your proxy The author states: I won't go into exploitation details here of the latter. That's what the patch is for... It is not a buffer overrun problem, but a null pointer dereference. I'd suggest everyone to upgrade.
* Add USE_REINPLACE.marcus2002-07-051-0/+1
| | | | Reported by: Garrett Rooney <rooneg@electricjellyfish.net>
* Fix patching error seen in bento log.trevor2002-07-051-1/+1
|
* Update to 0.12.31. Remove some cruft.trevor2002-07-052-4/+2
|
* Add a dependency seen in the bento log.trevor2002-07-051-1/+2
|
* Don't include any domain suffix when hashing the username -brian2002-07-052-0/+40
| | | | as per rfc2759.
* PR: ports/40160mbr2002-07-043-18/+15
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* 1) Change notice about a system patch. Matt did fix this in 4.6 STABLE.mbr2002-07-043-6/+36
| | | | | | | | 2) Add another needed system patch notice to avoid deadlocks. Obtained from 1) Jesse Gross <jesse_gross@yahoo.com> 2) Alexander Kabaev <ak03@gte.com> John Polstra <jdp@polstra.com>
* ethereal 0.9.5billf2002-07-044-4/+4
|
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-04408-3633/+1255
|
* Update to 3.0.2 (full log):will2002-07-044-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | General: [1] Add a means of updating via patches rather than always using tarballs. Unfortunately, this method proved unreliable due to the binary files included with most of the KDE tarballs. For now, leave this support in until I can decide what to do with it. [2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH. This includes removal of malloc.h (from our viewpoint at least), a bug in kiconloader, and a typo in knode. [3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk. [4] Support the notion of KDE_PREFIX. [5] Move arts and kde3-i18n* ports to use Makefile.kde. french/kde3-i18n: [6] Remove cruft from when this was generated with a core dump in the 3.0.1 distribution generation. All other ports: No changes of note not mentioned above. Thanks to the quick testers for their assistance with this upgrade: Tested by: Matt Douhan <matt@athame.co.uk> Andy Fawcett <andy@athame.co.uk> Dave Cantrell <phaedrus@alltel.net>
* Update to 0.8.3.eric2002-07-045-80/+25
|
* s/-pthread/${PTHREAD_LIBS}/marcus2002-07-042-2/+2
|
* Add USE_PERL5.marcus2002-07-043-0/+3
|
* Upgrade to 1.2.0.znerd2002-07-044-24/+11
| | | | | PR: 39956, 37922 Submitted by: maintainer
* Add GB2312 Supportijliao2002-07-043-0/+305
| | | | | | | bump PORTREVISION PR: 40194 Submitted by: maintainer
* Remove an explicit dependency on nautilus2. This taken care of bymarcus2002-07-041-1/+0
| | | | nautilus-gtkhtml.
* 'PermitRootLogin no' is the new default for the OpenSSH port.dinoex2002-07-0420-24/+1456
| | | | | | | | | | | | | | | This now matches the PermitRootLogin configuration of OpenSSH in the base system. Please be aware of this when upgrading your OpenSSH port, and if truly necessary, re-enable remote root login by readjusting this option in your sshd_config. Users are encouraged to create single-purpose users with ssh keys and very narrowly defined sudo privileges instead of using root for automated tasks. - PKGNAMESUFFIX for GSSAPI set. - Merged some patches from current to improve PAM. - Fix BATCH=yes for bento.
* 'PermitRootLogin no' is the new default for the OpenSSH port.dinoex2002-07-043-23/+29
| | | | | | | | | | | This now matches the PermitRootLogin configuration of OpenSSH in the base system. Please be aware of this when upgrading your OpenSSH port, and if truly necessary, re-enable remote root login by readjusting this option in your sshd_config. Users are encouraged to create single-purpose users with ssh keys and very narrowly defined sudo privileges instead of using root for automated tasks.
* o Update to 16.16.58 gaps 2lioux2002-07-046-36/+21
| | | | | | | | | | - some buffer-smashing fixes - progress bars are supported - the core supplies the x.part temp filename to the GUI - the core will supply the GUI with its PID number (useful if you're running multiple cores) - incoming and temp folder can be on different partitions now
* Convert to USE_GNOMENG.sobomax2002-07-044-10/+9
|
* Update ports to version 1.2.3.olgeni2002-07-049-9/+22
| | | | | PR: 40190 Submitted by: maintainer
* Don't assume ownership of ${X11BASE}/share/themes.sobomax2002-07-042-4/+1
|
* gtk12 shouldn't imply gnomehier.sobomax2002-07-041-1/+1
|
* Added 'devnull' next to my entry.scop2002-07-041-1/+1
| | | | | | Note that I *will* read the CVS mails, but ATM prefer the -digest version. Approved by: knu (mentor)
* Remove redundant dependancy on apache.skv2002-07-041-2/+1
|
* Fix my very stupid error.skv2002-07-041-2/+2
|
* Add bsd.gnomeng.mk - a new framework for GNOME ports, which will allowsobomax2002-07-042-0/+307
| | | | | | | | to make GNOME1 platform more modular and will eventually replace bsd.gnome.mk completely. For the time being, it should be explicitly activated by the USE_GNOMENG knob, so that it is possible to do gradual conversion. Reviewed by: marcus, gnome@
* Fix for new XForms version.mikeh2002-07-041-10/+10
|
* Update port to version 1.13.olgeni2002-07-046-32/+38
| | | | | PR: 40172 Submitted by: Simon Marlow <simon@smarlow.com>
* Update to 0.14.tobez2002-07-043-2/+4
|
* Oops...forgot a few to bump lib. version.mikeh2002-07-047-7/+7
|
* Update to 2.37.tobez2002-07-042-2/+2
| | | | | Submitted by: maintainer PR: 40173
* Bump XForms lib. version.mikeh2002-07-0417-17/+17
|
* Update to the new, open source, version 1.0RC4.mikeh2002-07-046-83/+54
|
OpenPOWER on IntegriCloud