| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION
Reviewed by: bapt
Notes:
svn path=/head/; revision=394038
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove no longer needed patches or convert them to use ${REINPLACE_CMD}
- Without the patches autoconf is obsolete
- Install Apache 2.x sample config to apache2 subdir
- Do some more s/Linux/${OPSYS}/ in the sample config files
- Set mode for the CGIs in plist
Committed from: Essen FreeBSD Hackathon
Notes:
svn path=/head/; revision=392889
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=384599
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=383304
|
|
|
|
| |
Notes:
svn path=/head/; revision=382741
|
|
|
|
|
|
|
| |
pkgversion, since it is a noop unless the WWWGRP is modified, and if it is, the port breaks
Notes:
svn path=/head/; revision=381123
|
|
|
|
| |
Notes:
svn path=/head/; revision=379048
|
|
|
|
| |
Notes:
svn path=/head/; revision=377799
|
|
|
|
|
|
|
| |
PR: 195796
Notes:
svn path=/head/; revision=377064
|
|
|
|
|
|
|
| |
- Fix typo in ido2db.in
Notes:
svn path=/head/; revision=372771
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix libdbi dependency [1]
- Use @sample keyword
- Remove @dirrmtry from plist
- Adjust pkg-message
Noticed by: Peter Ross
Notes:
svn path=/head/; revision=369202
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=366176
|
|
|
|
|
|
|
|
|
|
|
| |
monitoring-plugins.org or neither at all
- Bump PORTREVISION
Approved by: mat (implicit)
Notes:
svn path=/head/; revision=363492
|
|
|
|
| |
Notes:
svn path=/head/; revision=358562
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=355833
|
|
|
|
|
|
|
|
|
| |
- Fix leftover .rnd file [1]
Suggessted by: swills
Notes:
svn path=/head/; revision=352065
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=350854
|
|
|
|
| |
Notes:
svn path=/head/; revision=349499
|
|
|
|
|
|
|
| |
Changelog: https://www.icinga.org/2014/03/13/icinga-1-11-released/
Notes:
svn path=/head/; revision=348125
|
|
|
|
|
|
|
|
|
| |
Convert postfix-gps and refdb to new LIB_DEPENDS format.
Reported by: Jimmy Olgeni <olgeni@olgeni.com>
Notes:
svn path=/head/; revision=347073
|
|
|
|
|
|
|
|
|
|
| |
- Switch to Github
- Strip IDO binaries and library
Changelog: https://www.icinga.org/2014/02/11/bugfix-releases-1-10-3-1-9-5-1-8-6/
Notes:
svn path=/head/; revision=343865
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Noticed by: Markus Mann
Notes:
svn path=/head/; revision=338116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.10.2
- Stagify
- Use new LIB_DEPENDS syntax
- Add USES gmake
- Remove a lot of no longer needed variables and logic from the old nagios port
- Install Apache 2.x configuration examples by default, no longer provide an
option to depend on www/apache22 to be more flexible
- Use ports system's own way to add and remove users and groups. Remove pkg-{de,}install
- Don't use the install-commandmode make target. ICINGADIR and ICINGALOGDIR are now created
from the icinga rc-script
- Remove embedded Perl option which is considered broken by the developers
- Remove UNHANDLED_HACK option - another relict from the old nagios port.
Notes:
svn path=/head/; revision=337029
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327296
|
|
|
|
| |
Notes:
svn path=/head/; revision=324437
|
|
|
|
|
|
|
|
|
| |
- Drop unconditional dependency on Perl
- Remove unneeded chmod g+s on the rw directory as this is the default behaviour on FreeBSD
- Bump PORTREVISION
Notes:
svn path=/head/; revision=324325
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Improve formatting, e.g. wrap overly long lines, fix whitespace
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES (port is already OptionsNG)
- Synchronize port description with official website
- Use more standard double (even) space padding in pkg-message.in
Approved by: lme (maintainer)
Notes:
svn path=/head/; revision=323934
|
|
|
|
|
|
|
| |
Reported by: flo
Notes:
svn path=/head/; revision=323338
|
|
|
|
| |
Notes:
svn path=/head/; revision=322482
|
|
|
|
|
|
|
| |
Changelog: https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-192-30062013
Notes:
svn path=/head/; revision=322130
|
|
|
|
|
|
|
| |
Changelog: https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-191-22052013
Notes:
svn path=/head/; revision=318793
|
|
|
|
|
|
|
| |
- Trim Makefile header
Notes:
svn path=/head/; revision=317776
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
| |
This fixes the potential buffer overflow that was also present in Nagios (CVE-2012-6096).
Notes:
svn path=/head/; revision=310403
|
|
|
|
| |
Notes:
svn path=/head/; revision=309833
|
|
|
|
|
|
|
|
|
| |
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Notes:
svn path=/head/; revision=308985
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove OPTIONS for database dependencies as they're already handled by
databases/libdbi-drivers and configure parameter "--enable-pgsql"
doesn't do anything [1]
Changelog: https://www.icinga.org/2012/11/28/icinga-1-8-2-core-classic-ui-idoutils-bugfix-release/
Suggested by: zeising [1]
Feature safe: yes
Notes:
svn path=/head/; revision=307973
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306471
|
|
|
|
|
|
|
|
|
|
|
|
| |
The former is what is used in the upstream init script, the latter is commonly used in
our rc scripts.
- Bump PORTREVISION
Suggested by: demon
Feature safe: yes
Notes:
svn path=/head/; revision=306178
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a `checkconfig' option to icinga's startup script
- Remove MAKE_JOBS_UNSAFE
Changelog: https://www.icinga.org/2012/10/18/icinga-1-8-released/
Feature safe: yes
Notes:
svn path=/head/; revision=306120
|
|
|
|
|
|
|
|
| |
PR: ports/171476
Submitted by: ohauer
Notes:
svn path=/head/; revision=304022
|
|
|
|
|
|
|
|
|
|
| |
- Add missing description for IDOUTILS option
- Change a typo in pkg-message [1]
Notified by: beat
Notes:
svn path=/head/; revision=303245
|
|
|
|
|
|
|
|
| |
- Change to new OPTIONS framework
- Don't depend on specific lib versions
Notes:
svn path=/head/; revision=301659
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change plugins directory to %%LOCALBASE%%/nagios so the files installed by
net-mgmt/nagios-plugins port are found [1]
- Add "--enable-pqsql" to add PostgreSQL support
- Set proper permissions on the rw directory
- Fix substitutions in pkg-message
- While here silence warnings about inclusion of deprecated header sys/timeb.h
- Bump PORTREVISION
Noticed by: angelv <angelvg@gmail.com> [1]
Notes:
svn path=/head/; revision=297706
|