| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=504554
|
|
|
|
|
|
|
|
|
| |
split has been replaced with explode
PR: 224509
Notes:
svn path=/head/; revision=459801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=418829
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
Notes:
svn path=/head/; revision=417719
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
| |
PR: 207267
Sponsored by: Absolight
Notes:
svn path=/head/; revision=409217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=384038
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=381551
|
|
|
|
|
|
|
|
|
| |
PR: 195572
Submitted by: ohauer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=373840
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=369001
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=368994
|
|
|
|
|
|
|
|
|
|
| |
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=368356
|
|
|
|
|
|
|
|
|
|
|
| |
monitoring-plugins.org or neither at all
- Bump PORTREVISION
Approved by: mat (implicit)
Notes:
svn path=/head/; revision=363492
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
|
| |
Issue: http://tracker.nagios.org/view.php?id=455
Sponsored by: Absolight
Notes:
svn path=/head/; revision=351522
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=351124
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=347052
|
|
|
|
|
|
|
|
|
| |
While there, garbage collect the UID/GID in nagios.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=340945
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleanup COMMENT
* Rename patches to follow make makepatch naming
* Incorporate a sed into already patched files.
Poked by: ohauer [1]
Security: CVE-2013-7108 CVE-2013-7205
Notes:
svn path=/head/; revision=339689
|
|
|
|
| |
Notes:
svn path=/head/; revision=339671
|
|
|
|
| |
Notes:
svn path=/head/; revision=339662
|
|
|
|
|
|
|
| |
- Make the index.php patch respect the possible corewindow parameter
Notes:
svn path=/head/; revision=337732
|
|
|
|
|
|
|
| |
Submitted by: mat
Notes:
svn path=/head/; revision=337718
|
|
|
|
|
|
|
| |
Submitted by: ohauer
Notes:
svn path=/head/; revision=337643
|
|
|
|
|
|
|
| |
Requested by: mat
Notes:
svn path=/head/; revision=337566
|
|
|
|
|
|
|
|
|
|
|
| |
Convert to staging;
Use new LIB_DEPENDS format.
PR: 185187
Submitted by: mat
Notes:
svn path=/head/; revision=337483
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
| |
Submitted by: az
Notes:
svn path=/head/; revision=327450
|
|
|
|
| |
Notes:
svn path=/head/; revision=327397
|
|
|
|
| |
Notes:
svn path=/head/; revision=324437
|
|
|
|
| |
Notes:
svn path=/head/; revision=323596
|
|
|
|
|
|
|
|
| |
PR: ports/180754
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
Notes:
svn path=/head/; revision=323592
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
|
|
|
|
| |
changelog:
http://www.nagios.org/projects/nagioscore/history/core-3x
PR: 177304
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
Notes:
svn path=/head/; revision=315043
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove patch, applied upstream
changelog:
http://www.nagios.org/projects/nagioscore/history/core-3x
PR: 176188
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
Notes:
svn path=/head/; revision=312368
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=311381
|
|
|
|
|
|
|
|
|
| |
PR: 175196
Submitted by: Jarrod Sayers <jarrod@mail.downtools.com.au> (maintainer)
Security: 97c22a94-5b8b-11e2-b131-000c299b62e1
Notes:
svn path=/head/; revision=310219
|
|
|
|
|
|
|
|
|
|
|
|
| |
- convert to optionsng [2]
- fix portlint warnings [2]
PR: 174762
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer) [1]
Submitted by: tota [2]
Notes:
svn path=/head/; revision=310200
|
|
|
|
|
|
|
|
|
| |
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Notes:
svn path=/head/; revision=308985
|
|
|
|
|
|
|
|
| |
PR: ports/168197
Submitted by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
Notes:
svn path=/head/; revision=297118
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/161111
Submitted by: Emil Smolenski <am@raisa.eu.org>
Approved by: Jarrod Sayers <jarrod@downtools.com.au> (maintainer)
Notes:
svn path=/head/; revision=282638
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USERS/GROUPS [1]
- Fix whitespace in Makefile [1]
- Add LICENSE [1]
- Correct rc script issues [2]
PR: ports/159304
Submitted by: Ryan Steinmetz (zi@) [1], Doug Barton (dougb@) [2]
Approved by: wxs (mentor), maintainer
Notes:
svn path=/head/; revision=280232
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Fixes problem where disabling all active hosts/services was not taking effect
* Fixes for compiler warnings (code cleanup by Stephen Gran)
* Fixes for format errors in event handler logging (Guillaume Rousse)
* Fixed incorrect info in sample nagios.cfg file for state_retention_file (Michael Friedrich)
* Fixed broker_event_handler() to return ERR if data is NULL (Michael Friedrich)
PR: 151661
Submitted by: Alexander Wittig <alexander _at_ wittig.name>
Approved by: maintainer, glarkin(mentor, implicit)
Notes:
svn path=/head/; revision=263860
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
|
| |
PR: ports/150523
Submitted by: Jarrod Sayers <jarrod at downtools dot com dot au> (maintainer)
Approved by: beat (co-mentor, implicit)
Notes:
svn path=/head/; revision=261127
|
|
|
|
|
|
|
|
| |
Not approved by: maintainer (timeout after 10 days)
Feature safe: yes
Notes:
svn path=/head/; revision=257902
|