| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
dependency on libgcrypt.
Submitted by: philip
pointyhat to: arved
Notes:
svn path=/head/; revision=126206
|
|
|
|
|
|
|
| |
Approved by: erwin
Notes:
svn path=/head/; revision=119421
|
|
|
|
|
|
|
|
|
|
|
| |
- Use OPTIONS for enabling/disabling GNUTLS support.
- Remove auto detection of GNUTLS (in favor of OPTIONS).
- Don't actually use GNUTLS unless the GNUTLS option is enabled.
Approved by: erwin
Notes:
svn path=/head/; revision=112083
|
|
|
|
|
|
|
| |
Pointy hat to: sergei
Notes:
svn path=/head/; revision=110919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.
Approved by: lofi
wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.
No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
Notes:
svn path=/head/; revision=108267
|
|
|
|
| |
Notes:
svn path=/head/; revision=105168
|
|
|
|
| |
Notes:
svn path=/head/; revision=104585
|
|
|
|
| |
Notes:
svn path=/head/; revision=104584
|
|
|
|
|
|
|
|
|
| |
- Autodetect if gnutls is installed to get dependencies right.
Approved by: edwin
Notes:
svn path=/head/; revision=97670
|
|
|
|
|
|
|
| |
Submitted by: "Simon L. Nielsen" <simon@FreeBSD.org> (via private mail)
Notes:
svn path=/head/; revision=94539
|
|
|
|
|
|
|
| |
Approved by: erwin
Notes:
svn path=/head/; revision=88370
|
|
|
|
|
|
|
|
|
|
|
| |
o Update my maintainer email address to my new FreeBSD.org address.
Submitted by: Stefan Walter <sw@gegenunendlich.de> [1]
PR: ports/55490 [1]
Approved by: erwin, ceri (mentor)
Notes:
svn path=/head/; revision=86814
|
|
|
|
|
|
|
| |
Requested by: Simon L. Nielsen <simon@nitro.dk>
Notes:
svn path=/head/; revision=77919
|
|
|
|
|
|
|
|
| |
PR: 50510
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Notes:
svn path=/head/; revision=77876
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
| |
PR: 41735
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=64596
|
|
|
|
|
|
|
|
| |
PR: 40795
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=63468
|
|
|
|
|
|
|
|
| |
PR: 39988
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=62232
|
|
|
|
|
|
|
|
| |
PR: 35210
Submitted by: yoichi
Notes:
svn path=/head/; revision=55278
|
|
|
|
|
|
|
| |
Submitted by: Simon L. Neilsen <simon@nitro.dk>
Notes:
svn path=/head/; revision=49950
|
|
|
|
|
|
|
| |
(I know, I look boring and pedant :o)
Notes:
svn path=/head/; revision=37983
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
|
|
|
| |
MASTER_SITE_LOCAL site.
Notes:
svn path=/head/; revision=29968
|
|
|
|
| |
Notes:
svn path=/head/; revision=27500
|
|
|
|
|
|
|
|
|
| |
as the days of the former are numbered.
Reviewed by: asami
Notes:
svn path=/head/; revision=25584
|
|
|
|
| |
Notes:
svn path=/head/; revision=25401
|
|
|
|
|
|
|
| |
typo.. xecute -> execute.
Notes:
svn path=/head/; revision=23201
|
|
|
|
|
|
|
| |
what I get for touching them when testing the port :-)
Notes:
svn path=/head/; revision=23200
|
|
wmbiff is a dock app that displays the total number of messages or
the number of unread messages in different mailboxes. It supports
up to 5 mailboxes.
Notes:
svn path=/head/; revision=23198
|