| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
After considering how much time was spent on this message since its
addition in 2001, this seems reasonable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
What a mess this port was.
* None of the man pages were listed in pkg-plist
* It shouldn't try to remove SITE_PERL directory
* Comment started with indefinite article
* RUN/LIB_DEPENDS were too low for portlint
* MANPAGES had extra tab (and runs over 80-columns, unfixed)
* <options> unnecessary if <opt>_RUN_DEPENDS used
* install commands were all masked
* several mkdir commands instead of one
* install commands don't respect 80-columsn
* cp (not even ${CP}) used instead of ${COPYTREE_SHARE}
* Redundant post-install target still in place
All of that was addressed and verified in poudriere testport.
Approved by "just fix it" and staging blankets
|
|
|
|
| |
Approved by: mentors (implicit), portmgr (blanket)
|
| |
|
|
|
|
| |
net-mgmt)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
| |
Subroutine SNMP_Session::pack_sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.2/Exporter.pm line 67.
at /usr/local/lib/perl5/site_perl/5.14.2/SNMP_Session.pm line 149
PR: ports/166777
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Remove ABI version number from LIB_DEPENDS
- Trim Makefile headers
- Convert to new options framework
PR: ports/173124
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
Feature safe: yes
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
| |
|
|
|
|
|
| |
PR: ports/167771
Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer)
|
|
|
|
|
|
|
|
| |
- Reset PORTREVISION due to PORTVERSION change
PR: ports/166776
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
PR: ports/162963
Submitted by: maintainer
Approved by: maintainer,gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162224
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
PR: ports/155002
Submitted by: Alexey V. Panfilov <ports@subnets.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The update to 2.17.0 uncludes:
* added rrdcached support
- new keyword: RRDCached: which overrides anything set in the
RRDCACHED_ADDRESS environment variable and sets MRTG to work in
RRDCached mode. This verifies that you're using a unix-domain
socket and the socket is writable.
- Check for environment variable RRDCACHED_ADDRESS and use this
if no explicit address was set in the cfg file, making the same
config validity checks.
- Make warning if using rrdcached to the effect that the threshold
checks will no longer work.
- If in rrdcached-mode, and using RRDTool 1.4, then force use of
update rather than updatev (as rrdcached does not yet support
updatev) and consequently bypass the threshold checks.
- Changes to validity check error messages to also report the
file containing the error (as well as the line).
* Added support for glob patterns in include
* Make daemon reload cfg automatically when it changes
* added support for Arista to cfgmaker
* fix cfgmaker to work in mixed v1/2/3 snmp environment
* do not stringify arguments to conversion function let eval take
care of this
* untaint inlast and outlast to make perl taint mode happy
PR: ports/153317
Submitted by: Alexey V. Panfilov <ports _at_ subnets.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
|
|
|
|
|
| |
o Use both PORT{DOCS,EXAMPLES} instead of PLIST variables.
PR: ports/149016
Approved by: maintainer
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
|
|
| |
pkg-install is already listed in SUB_FILES, no need to invoke sed manually
2. Fix wrong choice strings for translation
3. Fix some words at russian translation
PR: ports/143728, ports/143179
Submitted by: "Alexey V. Panfilov" <ports@subnets.ru> (maintainer)
|
| |
|
|
|
|
|
|
| |
(part 4).
Approved by: portmgr (itetcu)
|
|
|
|
|
|
|
|
|
| |
- Also install mrtg-traffic-sum again.
- Update maintainer address.
PR: ports/142084
Submitted by: Karl Denninger <karl@FS.denninger.net>
Approved by: Alexey V. Panfilov <mrtg@subnets.ru> (maintainer)
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
| |
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter. [1]
- Try to fix environment issue described on ports/116934. [2]
PR: ports/124104, ports/124116
Submitted by: "Alexey V. Panfilov" <mrtg@subnets.ru> [1], Alexander Logvinov <ports@logvinov.com> [2]
Approved by: gabor (mentor)
|
|
|
|
|
|
|
| |
- bump PORTREVISION.
Submitted by: Alexander Logvinov <ports@logvinov.com> (private mail)
Approved by: gabor (mentor)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Updated to 2.16.0;
- Makefile cleanup
PR: ports/120590
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 112994
Submitted by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
PR: 108712
Submitted by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
|
| |
PR: 107259
Submitted by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
|
|
|
| |
Update MASTER_SITES.
PR: 104847
Submitted by: Alexander Logvinov <ports@logvinov.com>
|
| |
|
|
|
|
| |
Noted by: olgeni
|
|
|
|
|
|
|
|
|
| |
when mrtg needs to be started as root (for example).
When mrtg is started as root, both getgrnam() gndetpwnam() are returning
0 because Without changing the code this ends mrtg (false error).
PR: ports/95253
Approved by: maintainer timeout (20 days)
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
| |
Submitted by: Jan Srzednicki <w@expro.pl>
|
| |
|
|
|
|
|
|
| |
local snmpd.
Submitted by: Jan Srzednicki <w@expro.pl>
|
|
|
|
| |
Submitted by: Jan Srzednicki <w@expro.pl>
|
|
|
|
| |
Approved by: krion@
|
| |
|
| |
|
|
|
|
|
| |
PR: 84211
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
| |
|
|
|
|
|
| |
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
PR: 81117
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
perl distribution.
Requested by: tobez
|
|
|
|
| |
Submitted by: ale
|
|
|
|
|
| |
PR: 67988
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com>
|
| |
|
|
|
|
|
| |
PR: 64294
Submitted by: Toshiya SAITOH <toshiya@saitoh.nu>
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
| |
|
|
|
|
| |
Submitted by: sumikawa
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
graphics/gd(based on 1.8.4) -> graphics/gd1
graphics/gd2(based on 2.0.15) -> graphics/gd
graphics/p5-GD(based on 1.41) -> graphics/p5-GD1
graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
japanese/gd -> japanese/gd1
japanese/gd2 -> japanese/gd
o Include some feature
WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]
PR: ports/54540
Submitted by: Ports Fury
Approved by: maintainer (blanket)
Reported by: bento via kris [1]
|
|
|
|
|
|
|
|
|
| |
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
Rather depend on it. This fixes conflict when both ports are installed.
PR: 50470
Submitted by: Ruben van Staveren <ruben@helium.verweg.com>
|
|
|
|
| |
Submitted by: Andrew A. Vasilyev <andy@demos.su>
|
| |
|
|
|
|
| |
Submitted by: Corey Smith <csmith@bonddesk.com>
|
|
|
|
| |
Spotted by: Peter van Dijk <peter@dataloss.nl>
|
|
|
|
| |
Requested by: many
|
| |
|
|
|
|
| |
Noticed by: Rudy <rudy@comm2000.it>
|
| |
|
|
|
|
|
| |
PR: 45147
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
|
|
|
| |
Submitted by: David <david@dyn-ns.net>
|
|
|
|
|
| |
PR: 41207
Submitted by: Nick Hilliard <nick-lists@netability.ie>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Really upgrade to 2.9.18.p9
|
| |
|
|
|
|
| |
Asked by: Geir Raaness <geir@pulz.no>
|
| |
|
| |
|
|
|
|
| |
It only works with perl 5.6.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 26792
Submitted by: Gary <ancient@outloud.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Add support for %%PORTDOCS%%.
Submitted by: olgeni
|
| |
|
|
|
|
| |
I don't know who put it there...
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
I am now at FreeBSD dot org
Approved by: sobomax
|
|
|
|
|
| |
PR: 22485
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> MAINTAINER
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 22070
Submitted by: Matt Heckaman <matt@LUCIDA.QC.CA>
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.9.1 and not 2.9.0
- Sorted pkg-plist
- Remove whatis.* files that weren't installed
MAINTAINER unreachable
PR: 21787
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
|
| |
|
| |
|
|
|
|
|
| |
PR: 16627
Submitted by: Dmitry Sivachenko <dima@netserv1.chg.ru>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/13573
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
|
| |
Submitted by: Leo Kim <leo@florida.sarang.net>
Reviewed by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Missing a locale perl module when install mrtg, add it back.
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
Update mrtg to 2.8.6.
The original maintainer, jfitz, has disappeared about more than a month.
I can't contact him by email, and have no idea to reach him in the other
way. So I take the update request from the submitter.
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
| |
|
|
|
|
|
| |
PR: ports/10598, ports/10831
Submitted by: mharo@area51.fremont.ca.us (10831), dima@Chg.RU (10598)
|
|
|
|
|
|
| |
Remove bogus runtime dependency on p5-PV
PR: ports/9728
Requested-by: irving@bokonon.logiclink.com, dima@Chg.RU
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Bill Fenner <fenner@parc.xerox.com>
|
| |
|
|
|
|
| |
and RUN_DEPENDS.
|
|
|