| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I am going to move linux-gnomelibs into x11 category.
|
|
|
|
| |
This port should be in x11 category so I moving this into x11
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Enable mouse operation when terminal type is `rxvt'.
(Submitted by: necter)
- Correct pkg-descr.
(Submitted by: Thomas E. Dickey)
Reviewed by: knu
|
| |
|
|
|
|
|
|
|
|
| |
Notice: I know chinese/cle_base which corresponds to emulators/linux_base
and Chinese locale but it is large and if cle_base is installed then
Asian languages except Chinese could *NOT* be used when I tried.
In zh-linux_locale + linux_base, almost languages could be used.
So this port is needed to treat these.
|
|
|
|
|
| |
PR: 31822
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31818
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Enable mouse operation when terminal type is `rxvt'.
(Submitted by: necter)
- Correct pkg-descr.
(Submitted by: Thomas E. Dickey)
Reviewed by: knu
|
|
|
|
| |
to be able to overwrite in slave ports
|
|
|
|
| |
Submitted by: knu
|
|
|
|
| |
Submitted by: knu
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: knu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extracted from Changelog (not complete):
20011012
- markus@cvs.openbsd.org 2001/10/10 22:18:47
[channels.c channels.h clientloop.c nchan.c serverloop.c]
[session.c session.h]
try to keep channels open until an exit-status message is sent.
don't kill the login shells if the shells stdin/out/err is closed.
this should now work:
ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
- markus@cvs.openbsd.org 2001/10/11 13:45:21
[session.c]
delay detach of session if a channel gets closed but the child is
still alive. however, release pty, since the fd's to the child are
already closed.
- markus@cvs.openbsd.org 2001/10/11 15:24:00
[clientloop.c]
clear select masks if we return before calling select().
20011010
- markus@cvs.openbsd.org 2001/10/04 14:34:16
[key.c]
call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
- markus@cvs.openbsd.org 2001/10/04 15:05:40
[channels.c serverloop.c]
comment out bogus conditions for selecting on connection_in
- markus@cvs.openbsd.org 2001/10/04 15:12:37
[serverloop.c]
client_alive_check cleanup
- markus@cvs.openbsd.org 2001/10/06 00:14:50
[sshconnect.c]
remove unused argument
- markus@cvs.openbsd.org 2001/10/06 00:36:42
[session.c]
fix typo in error message, sync with do_exec_nopty
- markus@cvs.openbsd.org 2001/10/06 11:18:19
[sshconnect1.c sshconnect2.c sshconnect.c]
unify hostkey check error messages, simplify prompt.
- markus@cvs.openbsd.org 2001/10/07 10:29:52
[authfile.c]
grammer; Matthew_Clarke@mindlink.bc.ca
- markus@cvs.openbsd.org 2001/10/07 17:49:40
[channels.c channels.h]
avoid possible FD_ISSET overflow for channels established
during channnel_after_select() (used for dynamic channels).
- markus@cvs.openbsd.org 2001/10/08 11:48:57
[channels.c]
better debug
- markus@cvs.openbsd.org 2001/10/08 16:15:47
[sshconnect.c]
use correct family for -b option
- markus@cvs.openbsd.org 2001/10/08 19:05:05
[ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
some more IPv4or6 cleanup
- markus@cvs.openbsd.org 2001/10/09 10:12:08
[session.c]
chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
- markus@cvs.openbsd.org 2001/10/09 19:32:49
[session.c]
stat subsystem command before calling do_exec, and return error to client.
- markus@cvs.openbsd.org 2001/10/09 19:51:18
[serverloop.c]
close all channels if the connection to the remote host has been closed,
should fix sshd's hanging with WCHAN==wait
- markus@cvs.openbsd.org 2001/10/09 21:59:41
[channels.c channels.h serverloop.c session.c session.h]
simplify session close: no more delayed session_close, no more
blocking wait() calls.
- (bal) seed_init() and seed_rng() required in ssh-keyscan.c
20011003
- markus@cvs.openbsd.org 2001/09/27 11:58:16
[compress.c]
mem leak; chombier@mac.com
- markus@cvs.openbsd.org 2001/09/27 11:59:37
[packet.c]
missing called=1; chombier@mac.com
- markus@cvs.openbsd.org 2001/09/27 15:31:17
[auth2.c auth2-chall.c sshconnect1.c]
typos; from solar
- camield@cvs.openbsd.org 2001/09/27 17:53:24
[sshd.8]
don't talk about compile-time options
ok markus@
- djm@cvs.openbsd.org 2001/09/28 12:07:09
[ssh-keygen.c]
bzero private key after loading to smartcard; ok markus@
- markus@cvs.openbsd.org 2001/09/28 15:46:29
[ssh.c]
bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
- markus@cvs.openbsd.org 2001/10/01 08:06:28
[scp.c]
skip filenames containing \n; report jdamery@chiark.greenend.org.uk
and matthew@debian.org
- markus@cvs.openbsd.org 2001/10/01 21:38:53
[channels.c channels.h ssh.c sshd.c]
remove ugliness; vp@drexel.edu via angelos
- markus@cvs.openbsd.org 2001/10/01 21:51:16
[readconf.c readconf.h ssh.1 sshconnect.c]
add NoHostAuthenticationForLocalhost; note that the hostkey is
now check for localhost, too.
- djm@cvs.openbsd.org 2001/10/02 08:38:50
[ssh-add.c]
return non-zero exit code on error; ok markus@
- stevesk@cvs.openbsd.org 2001/10/02 22:56:09
[sshd.c]
#include "channels.h" for channel_set_af()
- markus@cvs.openbsd.org 2001/10/03 10:01:20
[auth.c]
use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
20011001
- (stevesk) loginrec.c: fix type conversion problems exposed when using
64-bit off_t.
20010928
- djm@cvs.openbsd.org 2001/09/28 09:49:31
[scard.c]
Fix segv when smartcard communication error occurs during key load.
ok markus@
- (djm) Update spec files for new x11-askpass
20010927
- (stevesk) session.c: declare do_pre_login() before use
wayned@users.sourceforge.net
20010925
- (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
- (djm) Sync $sysconfdir/moduli
- (djm) Avoid bad and unportable sprintf usage in compat code
|
|
|
|
| |
Submitted by: "Akinori MUSHA" <knu@iDaemons.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: knu@iDaemons.org
|
|
|
|
| |
running FreeBSD.
|
|
|
|
| |
Update MASTER_SITES for umatrix, while I'm here.
|
|
|
|
|
|
|
|
| |
Add a new knob, PEM_DIR, to specify the path to install the certificate
generated during the stunnel build, and later, the one generated using
the 'cert' target of the port Makefile.
Approved by: maintainer
|
| |
|
|
|
|
| |
3 files.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Get to properly work on Ruby 1.7.
Reported by: Ollivier Robert <roberto@eurocontrol.fr>
- pkgdb: Fix a regexp problem when it meets a pkgname that ends with a `+'.
Reported by: Albert Kinderman <albert.kinderman@csun.edu>
|
|
|
|
|
|
|
|
|
| |
acpicadb:
- Apply some UINT32 -> ACPI_INTEGER changes
- Apply ACPI_READ_ADR_SPACE -> ACPI_READ,
ACPI_WRITE_ADR_SPACE -> ACPI_WRITE changes
- Setup DSDT talbe by calling AcpiLoadTable()
- Fix sleep -> usleep in osunixxf.c
|
| |
|
|
|
|
|
| |
PR: 31680
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
|
|
|
| |
- Add dependency on PYDISTUTILS, which had previously been omitted - whoops.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
else).
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Remove patch, as this functionality now exists in distribution
- Drop maintainership
PR: 31812
Submitted by: Mark Stosberg <mark@summersault.com>
|
|
|
|
|
| |
PR: 16211
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
| |
removal has been made. So add an entry for tripwire12 in a comment
for the moment so the MAINTAINER will not forget to change Makefile in
the future.
|
|
|
|
|
| |
apel*, flim*, semi* ports are still not in the list, but I hope the
MAINTAINER will take care soon.
|
| |
|
| |
|
|
|
|
| |
Approved by: jmz (MAINTAINER)
|
|
|
|
| |
Approved by: marcel (MAINTAINER)
|
|
|
|
|
| |
PR: 31811
Submitted by: maintainer
|
|
|
|
| |
vim5 port -- I thought the two were in sync lite-wise, but I guess not.
|
| |
|
|
|
|
|
|
| |
Also fix white space on line above NO_LATEST_LINK
Submitted by: knu
|
|
|
|
| |
Submitted by: knu
|
|
|
|
| |
depends on this port.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PKGNAMESUFFIX in order to avoid conflict with textproc/crimson.
Add WWW to pkg-descr while I'm here.
|
|
|
|
| |
PKGNAMESUFFIX in order to avoid conflict with math/matrix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Anders Nordby <anders@fix.no> <anders@FreeBSD.org>
who comes to the FreeBSD Project from Norway.. you know, that place
by the fjords where they had the 1994 Winter Olympics. Also where you
basically freeze your butt off living in igloos. Oh wait, that's Alaska,
where they lost the bid for said event.
What? Oh yeah.. Anders is getting his commit bit because he'll make
an excellent partner in my quest to take over the world, one software
package at a time...
Mentor: will
Deed done by: cshumway
Approved by: core
|
| |
|
| |
|
|
|
|
|
|
|
| |
memory bandwidth
PR: 27272
Submitted by: Scott Flatman <sf@dsinw.com>
|
|
|
|
| |
Set LATEST_LINK to "ruby-devel".
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: 21021
Submitted by: Park JongHwan <jhp@cocoja.holywar.net>
Approved by: maintainer
- update author's email in pkg-descr
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 30358
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
| |
PR: 29719
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- no longer depend on qmail, as this works with qmail/postfix/exim now
- adjust pkg-{comment,descr} to reflect reality
- sort pkg-plist
PR: 31801
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- update WWW: tag
- remove man/fr/ directory if empty
PR: 31552
Submitted by: Miklos Niedermayer <mico@niedermayer.com>
|
|
|
|
|
|
|
|
|
| |
- update MAINTAINER email address
- add NOPORTDOCS support
- install more documentation
PR: 31754
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
|
|
|
|
|
| |
PR: 31110
Submitted by: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
|
| |
PR: 31441
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- we don't own share/pixmaps, use @unexec rmdir instead of @dirrm
PR: 31795
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- author rerolled distfile (added/updated "zaplets" and updated some
documentation). bump PORTREVISION because of the new and updated
zaplets that are installed.
PR: 31545
Submitted by: maintainer
|
|
|
|
| |
IPv6 still disabled due to outdated kame patches
|
|
|
|
|
| |
PR: 31662
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31753
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 31639
Submitted by: Stijn Hoop <stijn@win.tue.nl>
|
|
|
|
|
|
|
|
| |
- Fix pkg-req script
-Set NO_PACKAGE, as this port requires Python without threads support
PR: 31273
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
|
| |
PR: 31781
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgdb:
- Make the dependency guesser rather more intelligent and show a score
when suggesting a candidate to the user.
- Check for the pkgdb directory ownership before starting to fix it.
pkg_deinstall:
- Emit a warning if none matches given patterns.
pkg_glob:
- Do not sort package names in dependency order but in alphabetical
order. (see pkg_sort(1) below)
pkg_sort:
- This is a new command to sort given lines of package names in
dependency order.
portversion:
- Fix the portversion -c output again.
misc.:
- Fix typos in the zsh compdef's: PKGDBDIR -> PKG_DBDIR.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Maintainer does not have previous distfile.
As the distfile for this port is not distributable, it is OK to me to change
distinfo now.
PR: 31010
Submitted by: maintainer
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 30956
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
Approved by: maintainer of silence
|
|
|
|
|
| |
PR: 31615
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: 30679
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
o using versioned distfile (inspired from OpenBSD port).
|
|
|
|
|
| |
PR: 31584
Submitted by: Maxim O. Konovalov <maxim@macomnet.ru>
|
|
|
|
|
|
|
|
| |
PR: 31608
Submitted by: maintainer
- use PLIST_SUB so we don't have to update pkg-plist each time with the
new version number of the binary
|
|
|
|
|
| |
PR: 31531
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
|
| |
PR: 31544
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31541
Submitted by: maintainer
|
|
|
|
|
|
|
| |
'setiathome'.
PR: 31541
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
0.06, but DISTNAME had -snap6).
- give maintainership to the author, ngps@post1.com
- remove PLIST_SUB line (PYTHON_VERSION is automatically added now)
- specify full path to pinstall with ${LOCALBASE}
PR: 31496
Submitted by: (old) maintainer
|
| |
|
|
|
|
|
| |
PR: 31484
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31467
Submitted by: Ernst de Haan <ernst@jollem.com>
|
|
|
|
|
|
|
|
|
|
| |
- kill dead MASTER_SITES
- overhaul install method (end up setgid root:games)
- use DOCSDIR
- add NOPORTDOCS support to pkg-plist
PR: 31452
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
| |
Tested by: phk
|
| |
|
|
|
|
| |
fully merged. The security/ruby-ssl port will soon be retired.
|
|
|
|
|
| |
sort man pages
drop maintainership
|
|
|
|
|
|
| |
point in the past, but a 4.4-STABLE machine doesn't need it).
No version bump because there's no change in functionality or
buildability.
|
|
|
|
|
| |
PR: 31789
Submitted by: Peter Avalos <pavalos@theshell.com>
|
|
|
|
|
|
| |
PR: 31788
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>,
maintainer
|
|
|
|
|
|
|
|
|
|
| |
* Add mirror site.
* Fix and improve comment and description.
* Use the provided build infrastructure instead of gratuitously
replacing it with our own.
* Tweak build defines.
Reviewed by: joerg
|
|
|
|
|
| |
PR: 31706
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
OK Will.
BAD Will! \
Will forgot the backslash at the end of the line...
|
| |
|
|
|
|
| |
Submitted by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
|
|
| |
develop for Agenda VR3 PDA.
PR: 31403
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
| |
|
|
|
|
|
|
|
| |
develop for Agenda VR3 PDA.
PR: 31404
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
|
|
| |
It is version for rootdisk-1.2.0S.
PR: 31405
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
It is meta-port now, includes agenda-static-libs and agenda-snow-libs
It is version for rootdisk-1.2.0S
PR: 31406
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Now it is version 2.10.91.
PR: 31407
Submitted by: maintainer
|
|
|
|
|
|
|
| |
It is version for rootdisk-1.2.0S
PR: 31409
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
| |
|
|
|
|
|
|
|
| |
SNOW ABI.
PR: 31410
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
| |
PR: 31408
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
|
|
|
|
|
| |
Inactivate flim-{emacs,mule,emacs20,xemacs21-mule}-current.
Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.
Stop to support flim-{emacs,mule,emacs20,xemacs21-mule}.
Synchronize the dependency with changing port name of flim/semi.
Approved by: maintainers
|
|
|
|
|
|
|
|
| |
- assign maintainership to Lev Serebryakov <lev@serebryakov.spb.ru> - previous
maintainer doesn't answer to e-mails during extended period of time.
PR: 31325
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* New option --overwrite-dir.
* Fixes for buffer overrun, porting, and copyright notice problems.
* Add Korean message catalog.
Fixes:
* Don't pick up spurious iconv dependency.
* Remove home page from pkg-descr. It provides little but
historical information, and links to an outdated version of the
GNU tar manuals, a current version of which ships with the port.
Approved by: trevor
|
| |
|
|
|
|
|
| |
PR: ports/31734
Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
|
|
|
|
|
|
| |
make -DBATCH PHP4_OPTIONS='"zlib" "MySQL" "IMAP"' install
Make sure options are surrounded by " (double-quotes).
|
|
|
|
| |
Submitted by: Timothy Aslat <tim@spyderweb.com.au>
|
|
|
|
| |
- put a leading "An" into pkg-comment.
|
| |
|
|
|
|
| |
Submitted by: Harald Schmalzbauer <H@Schmalzbauer.de>
|
| |
|
|
|
|
|
| |
PR: 31761
Submitted by: Seamus Venasse <svenasse@polaris.ca>
|
| |
|
|
|
|
|
| |
PR: 31760
Submitted by: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
|
| |
PR: 31758
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/31666
Submitted by: sf
|
|
|
|
|
|
|
|
|
|
| |
- clean up install target
- install documentation into ${DOCSDIR}
- sort pkg-plist
- add NOPORTDOCS support in pkg-plist
PR: 31614
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
| |
Note: some of those seem to intermitently fail on my system, no idea why.
Nuke the commented-out USE_AUTOMAKE and a no-longer-needed post-configure
substitution in some Makefiles.
|
|
|
|
|
| |
PR: 31613
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 31612
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
| |
- fix MASTER_SITES
- use ${DOCSDIR}
- add NOPORTDOCS support to pkg-plist
PR: 31610
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
| |
- depend on xml.5 specifically (not just xml)
- add WWW: line
PR: 31609
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
| |
Extracts files from the old `.arc' archive format
|
| |
|
|
|
|
| |
A translator that converts MP4-SA files into efficient C programs
|
|
|
|
|
| |
PR: 31762
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
|
|
| |
- portupgrade: Do not go fetch "Latest" packages unless -P is given
twice.
- Fix and improve wording in the manual pages.
|
|
|
|
|
|
|
| |
- reword pkg-comment
PR: 31752
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31751
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31750
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Bump the port revision.
- Move PKGNAMEPREFIX to where portlint wants it.
PR: 30713
Approved by: trevor
|
| |
|
| |
|
|
|
|
| |
An curses-based MP3 player
|
| |
|
|
|
|
|
| |
Approved by: maintainer
Pointed out by: mi
|
|
|
|
|
|
|
|
| |
Adds debbugs, debcontents, debpackages, sourceforge, swhois, woffle.
Removes ircsearch, newscientist.
PR: 31540
Approved by: trevor
|
|
|
|
|
|
| |
http://www.rickk.com/sslwrap/ -> http://www.quiltaholic.com/rickk/sslwrap/.
Found by: HTTP headers returned from www.rickk.com:80
|
|
|
|
|
| |
PR: 24599
Originally Submitted by: Noritoshi Atsumi <atsumi@agusa.nuie.nagoya-u.ac.jp>
|
| |
|
|
|
|
| |
Convert MP3 files to Ogg Vorbis files
|
|
|
|
|
|
|
|
|
|
|
|
| |
the inc_deps and lib_deps files. This should fix qmailadmin,
courier-imap and possibly others, after I broke them by my configure
changes to not create and populate ${PREFIX}/vpopmail/etc/ at
configure time.
Add a couple of configuration knobs.
Bump PORTREVISION for the inc_deps/lib_deps fix.
Reported by: a multitude of innocents :(
Pointy hat: roam (myself)
|
|
|
|
|
| |
PR: 31687
Submitted by: Ernst de Haan <ernsth@nl.euro.net>
|
|
|
|
|
| |
PR: ports/31696
Submitted by: maintainer
|
| |
|
|
|
|
| |
An object oriented recursive descent parser generator framework
|
| |
|
|
|
|
|
| |
PR: ports/31119
Submitted by: Jeremy Norris <ishmael27@home.com>
|
| |
|
|
|
|
|
| |
PR: ports/31120
Submitted by: Jeremy Norris <ishmael27@home.com>
|
|
|
|
|
| |
PR: ports/31115
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/31117
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/31118
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/31114
Submitted by: maintainer
|
|
|
|
| |
drop maintainership
|
|
|
|
|
| |
PR: 31722
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 31724
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 31723
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
Database Independent Abstraction Layer for C
|
|
|
|
|
|
| |
WARNING: This is not for anyone who isn't involved in my group of
KDE/FreeBSD developers & QA testers. Do not use it in any FreeBSD ports.
These changes will be mainly used by modules in the KDE CVS Repository.
|
|
|
|
|
|
| |
Submitted by: myself
Reviewed by: maintainer
Approved by: maintainer
|
|
|
|
| |
Approved by: trevor
|
|
|
|
|
|
| |
Ruby/OpenSSL is currently forming a merger with the SSLSocket module
(security/ruby-ssl). The ruby-ssl port will retire when the merger is
completely done.
|
| |
|
| |
|
|
|
|
| |
Submitted by: fenner's port survey
|