| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=362645
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=362126
|
|
|
|
| |
Notes:
svn path=/head/; revision=358145
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356364
|
|
|
|
| |
Notes:
svn path=/head/; revision=338131
|
|
|
|
|
|
|
|
| |
- shorten pkg-descr.
- use USES=gmake.
Notes:
svn path=/head/; revision=330163
|
|
|
|
| |
Notes:
svn path=/head/; revision=329300
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert USE_GMAKE=yes to USES+=gmake.
- Use WWW: with a single space to make portlint happy.
PR: ports/181098 [1]
Submitted by: CyberLeo <cyberleo__at__cyberleo.net> [1]
Notes:
svn path=/head/; revision=324593
|
|
|
|
| |
Notes:
svn path=/head/; revision=323851
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
| |
- Chase shlib version bump for dependant ports
Notes:
svn path=/head/; revision=311722
|
|
|
|
|
|
|
|
|
| |
- Add DOCS to OPTIONS.
- Remove ABI version numbers from LIB_DEPENDS.
- Trim Makefile header.
Notes:
svn path=/head/; revision=309002
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
| |
- Use OPTIONS_SINGLE for OpenSSL/GnuTLS selection.
Notes:
svn path=/head/; revision=300329
|
|
|
|
| |
Notes:
svn path=/head/; revision=299415
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
| |
Notes:
svn path=/head/; revision=275104
|
|
|
|
|
|
|
| |
in recent RELENG_8.
Notes:
svn path=/head/; revision=273583
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=262614
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
| |
Notes:
svn path=/head/; revision=248152
|
|
|
|
| |
Notes:
svn path=/head/; revision=247199
|
|
|
|
| |
Notes:
svn path=/head/; revision=246451
|
|
|
|
| |
Notes:
svn path=/head/; revision=239670
|
|
|
|
|
|
|
|
| |
- Though coretemp set dev.cpu.N.temperature in celsius, amdtemp set
it in kelvin.
Notes:
svn path=/head/; revision=238882
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes a bug that frees the sensors where it is supposed to allocate
them.
- Gets the LM sensors to work again on latest version of GKrellM.
Submitted by: Cyrus Rahman <crahman__at__gmail.com>
Notes:
svn path=/head/; revision=221510
|
|
|
|
|
|
|
| |
- OPTIONS'fy
Notes:
svn path=/head/; revision=221196
|
|
|
|
|
|
|
| |
MAKE_ENV
Notes:
svn path=/head/; revision=217479
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
| |
- Add an entry to UPDATING
Notes:
svn path=/head/; revision=208375
|
|
|
|
|
|
|
|
|
|
| |
rely upon kmem access any longer.
It fixes the problem that swap meter didn't work on FreeBSD 7.0.
PR: ports/120776
Notes:
svn path=/head/; revision=207589
|
|
|
|
|
|
|
|
|
|
| |
- Suppress compile time warnings.
PR: ports/120149 [1]
Submitted by: Sven Berkvens-Matthijsse <sven__at__berkvens.net> [1]
Notes:
svn path=/head/; revision=206518
|
|
|
|
|
|
|
|
| |
PR: ports/119510
Submitted by: Beat Gaetzi <beat__at__chruetertee.ch>
Notes:
svn path=/head/; revision=205386
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes a bug causing only one instance of a sensor type to be added
PR: ports/118916
Submitted by: Pietro Cerutti <gahr_at_gahr.ch> with modification
Tested by: TAKANO Yuji <takachan_at_icmpv6.org>
Notes:
svn path=/head/; revision=204521
|
|
|
|
| |
Notes:
svn path=/head/; revision=195998
|
|
|
|
|
|
|
| |
bump PORTREVISIONs.
Notes:
svn path=/head/; revision=194564
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Notes:
svn path=/head/; revision=181262
|