| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead. The two sed commands make relink the same as a
normal link. This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up. Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)
Fix all ports with missing libraries.
Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
instead of disabling optimisations.
net/libnetdude: disable static plugins.
PR: 190941
Exp-run: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
| |
PR: 191264
Submitted by: rakuco
|
| |
|
|
|
|
|
|
|
|
| |
- Simplify MASTER_SITES
- Drop signature download and verify target
- Strip libraries
- Add UPDATING entry documenting behavior change since gpgme now
autodetects the gpg binary
|
| |
|
| |
|
| |
|
|
|
|
| |
install script a bit of gas. Circumvent the issue by removing the pty test.
|
|
|
|
|
|
| |
Reviewed by: eadler
Phabric: D263
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
This unstaged port would need to be converted to a regular, staged port
in order to undeprecate it.
PR: 191211
Submitted by: marino
Disposition: maintainer (Dan Pelleq)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
information has been published as yet. What there is here has been
gleaned from the ChangeLog at
http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.4/phpMyAdmin-4.2.4-notes.html/view
Updates and CVE numbers to follow, as they are made available.
|
| |
|
|
|
|
|
|
| |
PR: 191028
Reviewed by: bapt
Approved by: bapt
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.36 [1]
- Support stage [1]
- Use @sample
- Pass maintainership to submitter
PR: 189205 (based on)
Submitted by: anarcat koumbit org
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
The domain is now parked, no more distfiles are available, the port is
not maintained and no updates for 10 years.
PR: 190921
Submitted by: Ronald Klop
|
|
|
|
| |
Submitted by: Kenta S.
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
|
| |
|
|
|
|
|
|
|
|
| |
this option is very confusing. This option does not enable SQLite support
but enables building with existing SQLite library, i.e., disables building
with bundled SQLite source.
Submitted by: mat
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix messed up categories for slave ports.
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to separate ports. These ports are:
www/mod_dav_svn
instead of option MOD_DAV_SVN.
security/subversion-gnome-keyring
instead of option GNOME_KEYRING.
security/subversion-kwallet
instead of option KDE_KWALLET.
If you used devel/subversion with one (or more) of these non-standard
options, you should install appropriate port after subversion upgrade.
"mod_dontdothat" is installed unconditionally by www/mod_dav_svn
port (it has been depended on TOOLS option), but is not activated by
default, you may need to edit apache's configuration file.
devel/subversion port now installs svndiff, svndiff3 and svndiff4
commands if TOOLS option is enabled. They was skipped before.
Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
avoid conflicts with base and other diff versions.
All libraries and binaries are now stripped if MAINTAINER_DEBUG
option is not selected (including all sub-ports, like bindings
and mod_dav_svn).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
| |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
|
|
|
| |
Submitted by: dim
|
|
|
|
| |
MFH: 2014Q2
|
| |
|
|
|
|
|
|
|
| |
- Make pkg-message less harsh
PR: 190987 [1]
Submitted by: tim@bishnet.net [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition to changes related to staging:
* Adds LICENSE (ART20)
* Fixes rc.d script for new rules
* remove BROKEN definition (added due to lack of staging)
What the patch does not do is fix the build on FreeBSD 10+ This will
be dealt with in a following patch. Testing without poudriere and
redports (F8 and F9, x4).
PR: 190960
Submitted by: maintainer (Sergei Vyshenski)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: bdrewery
|
|
|
|
|
| |
PR: 184464
Submitted by: maintainer
|
| |
|
|
|
|
| |
- Add License
|
| |
|
|
|
|
|
|
| |
library version change.
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- fix path to pgpin binary
PR: ports/190841
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Approved by: mentors (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
- Strip libraries
|
|
|
|
|
|
| |
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Obtained from: http://www.googlechromereleases.blogspot.nl/
MFH: 2014Q2
|
| |
|
| |
|
|
|
|
| |
2: convert to new format of LIB_DEPENDS.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]
PR: ports/189991 [1]
PR: ports/189217 [2]
PR: ports/189488 [2]
Submitted by: bapt [3]
Sumbitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Add missing USES=libtool
- Strip libraries
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
* Clean up options and PLIST_SUB with new option framework capabilities
* Remove condition for FreeBSD 6 and earlier
- Remove never-fulfilled plist condition
- Move extra-patch to always-patch
* minor cosmetic realignment
PR: 181923
Submitted by: dewayne
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
Enable heimdal to properly build against net/openldap-sasl-client when
openldap24-server is built with SASL support. It did not before.
Heimdal is currently unmaintained.
PR: 183697
Submitted by: pcm
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
|
|
|
|
| |
There have been 3 consecutive PR timeouts since June 2012, and several
PRs are still open.
|
|
|
|
|
|
|
| |
changing build dependency from security/pgp to security/pgpin
Approved-By: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Approved-By: mentors (implicit)
|
|
|
|
| |
Take maintainership of tripwire12.
|
|
|
|
|
|
| |
version installed and have openssl installed from ports, clamav cannot be
built. It happened because SSL_CPPFLAGS was being set before internal includes,
so it tried to use old clamav headers.
|
| |
|
|
|
|
|
| |
PR: ports/190802
Submitted by: tanawts@gmail.com
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Reformat pkg-descr
Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog
|
| |
|
|
|
|
|
|
| |
Announce: http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html
- Add converters/py-bencode, bencoding and bdecoding implementation
|
|
|
|
|
|
|
|
| |
- Support staging
- Sync more with security/openvpn
PR: 190312
Submitted by: ecrist@secure-computing.net (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
disappear.
Depending on which makeinfo version is used it would spit out 6
files or 5 (.info,1-5). It would not always regenerate though.
The bundled info files went to -5. Now force regenerate it always
using the base makeinfo(1) and use --no-split so only 1 file is used.
PR: 190693
Reported by: many
|
|
|
|
|
|
|
|
|
|
| |
Define that a user must be logged in and have the proper permissions to
access a route
WWW: https://metacpan.org/pod/Dancer::Plugin::Auth::Extensible::Provider::Usergroup
PR: ports/190659
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
|
|
|
|
|
|
| |
"upgrade real soon now." So, update the port to 1.4.2.
Also, STAGE support, options helpers, @sample, etc.
|
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Switch to USES=libtool
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
from the ports tree.
Reported by: exp-run (PR190511)
|
|
|
|
|
| |
Approved by: so (ports-security@ blanket)
Security: 5ac53801-ec2e-11e3-9cf3-3c970e169bc2
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: tijl
|
|
|
|
|
|
| |
- add stage support
- update pkg-plist
- bump PORTREVISION
|
| |
|
|
|
|
|
|
|
|
|
| |
- unbreak by update to 1.4.8-dev (ruby 1.9-aware)
- switch to github
- add staging support
PR: 188643
Reported by: agr@mail.ru
|
| |
|
|
|
|
|
| |
Obtained from: https://gitorious.org/gnutls/gnutls/commit/688ea6428a432c39203d00acd1af0e7684e5ddfd
Security: CVE-2014-3466, 9733c480-ebff-11e3-970b-206a8a720317
|
|
|
|
|
|
| |
hello parsing.
Security: CVE-2014-3466
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
With hat: ports-secteam
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Stage support
PR: 189964
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
This fixes a security issue:
http://www.gnutls.org/security.html#GNUTLS-SA-2014-3
Security: 027af74d-eb56-11e3-9032-000c2980a9f3
|
| |
|
|
|
|
|
|
| |
- Use USES=tar:bzip2
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
| |
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package and PKGNAME change
- While I'm here:
- Add missing PKGNAMEPREFIX
- Add LICENSE
PR: ports/168709
Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/168709
Submitted by: Joris Dedieu <joris.dedieu@gmail.com>
|
|
|
|
| |
Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
|
| |
|
|
|
|
| |
- Convert USE_BZIP -> USES tar:bzip2
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Fix docs installation
|
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
- Fix docs installation
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: sem (maintainer), antoine
Approved by: antoine (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
and consumers of lang/python31 or lower to use Python 2.X
This is in preparation of removing lang/python31 which expired on 2014-06-01
While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line
Approved by: python (mva)
|
|
|
|
| |
- add WWW line to pkg-plist
|
|
|
|
| |
Approved by: antoine (mentor)
|
|
|
|
| |
Approved by: antoine (mentor)
|
|
|
|
| |
Approved by: antoine (mentor)
|
|
|
|
| |
Approved by: antoine (mentor)
|
| |
|
| |
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
| |
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
|
|
|
|
| |
While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-SSLGlue/Changes
|
|
|
|
|
|
|
|
|
| |
dfVFS, or Digital Forensics Virtual File System, provides read-only access to
file-system objects from various storage media types and file formats. The goal
of dfVFS is to provide a generic interface for accessing file-system objects,
for which it uses several back-ends that provide the actual implementation of
the various storage media types, volume systems and file systems.
WWW: https://code.google.com/p/dfvfs/
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use @sample
- Update to 1.3.7
Bugfixes:
SOFTHSM-94: umask affecting the calling application.
SOFTHSM-96: Check if Botan has already been initialised.
PR: 190368
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by: DK Hostmaster A/S
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add LICENSE
- Convert to new options framework
- Support STAGEDIR
PR: ports/190386
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
|
|
|
|
|
| |
The standard extraction target works fine; use it with NO_WRKSUBDIR.
This is part of ongoing effort to improve infrastructure extraction.
|
| |
|
| |
|
| |
|
|
|
|
| |
My first foray into this dark, scary vuxml dungeon.
|
|
|
|
|
|
| |
Submitted by: des, philip
References: https://bugs.gnupg.org/gnupg/issue1622
References: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a
|
| |
|
| |
|
|
|
|
| |
Current port isn't built with DMARC support and has no knobs to enable it.
|
|
|
|
|
| |
USES=zip is required when at least one distfile is a zip archive.
Approved by: general infrastructure blanket
|
| |
|
|
|
|
| |
Reported by: tijl
|
|
|
|
| |
Submitted by: thomas
|
|
|
|
|
|
|
| |
calife-devel. Stagedir compatible now. Make myself maintainer.
Submitted by: thomas (adapted for 3.0.3)
Approved by: thomas (previous MAINTAINER)
|
|
|
|
|
|
| |
deprecated for some time now.
Approved by: thomas (MAINTAINER)
|
| |
|
|
|
|
| |
Convert to new LIB_DEPENDS
|
|
|
|
|
| |
- Stagify
- Adopt port
|
|
|
|
| |
Submitted by: hrs
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Reported by: rene, mat
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
| |
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
| |
- texinfo is only needed when DOCS is selected [1]
PR: ports/189861 [1]
Reported by: marino [1]
|
|
|
|
| |
MFH: 2014Q2
|
|
|
|
|
|
|
|
|
|
| |
cc -DHAVE_CONFIG_H -I. -I. -I../../lasso -I../.. -I../../lasso -I/usr/local/include/glib-2.0 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/local/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_NO_ECDSA=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/local/include/libxml2 -I/usr/local/include -DLASSO_INTERNALS -DG_LOG_DOMAIN=\"lasso\" -O2 -pipe -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.c -fPIC -DPIC -o .libs/tools.o
tools.c: In function 'lasso_node_build_deflated_query':
tools.c:752: error: dereferencing pointer to incomplete type
tools.c:752: error: dereferencing pointer to incomplete type
*** [tools.lo] Error code 1
Reported by: pkg-fallout
|
|
|
|
|
|
|
| |
WWW: https://rubygems.org/gems/gssapi
PR: ports/189431
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.15.1 -> 2.16.1
devel/pear-Horde_Alarm 2.2.0 -> 2.2.1
devel/pear-Horde_Argv 2.0.8 -> 2.0.9
security/pear-Horde_Auth 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress 2.0.7 -> 2.0.8
security/pear-Horde_Crypt 2.4.2 -> 2.4.3
devel/pear-Horde_Data 2.0.4 -> 2.0.5
devel/pear-Horde_Date 2.0.9 -> 2.0.10
www/pear-Horde_Dav 1.0.4 -> 1.0.6
databases/pear-Horde_Db 2.1.1 -> 2.1.2
devel/pear-Horde_History 2.3.0 -> 2.3.1
graphics/pear-Horde_Image 2.0.7 -> 2.0.8
mail/pear-Horde_Imap_Client 2.19.6 -> 2.20.0
devel/pear-Horde_Itip 2.0.5 -> 2.0.6
mail/pear-Horde_ListHeaders 1.1.1 -> 1.1.2
devel/pear-Horde_Lock 2.1.0 -> 2.1.1
mail/pear-Horde_Mail 2.2.0 -> 2.3.0
mail/pear-Horde_Mime 2.3.4 -> 2.3.5
mail/pear-Horde_Mime_Viewer 2.0.6 -> 2.0.7
devel/pear-Horde_Nls 2.0.3 -> 2.0.4
mail/pear-Horde_Smtp 1.4.1 -> 1.5.0
devel/pear-Horde_Token 2.0.4 -> 2.0.5
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fetch from sourceforge instead of directly from author's site
- set LICENSE: a simplified 2 clause BSD license is granted in CHANGES
- use new build option syntax in Makefile (option: DOCS)
- update the URL in pkg-descr (the old one leads to an error page)
- set MAINTAINER
There are no functional changes.
Approved by: antoine (mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/190090
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rc script passes rclint
Removed clever built-in sysadmin countermeasure:
Previously sshguard would automatically add a line to your
/etc/syslog.conf file. You could activate sshguard by uncommenting this
line. However, every time you reinstall/update sshguard this line will
also be automatically removed rendering the program inactive and your
system unprotected.
Sponsored by: SupraNet Communications, Inc
|
|
|
|
|
| |
PR: 188681
Submitted by: maintainer
|
|
|
|
|
| |
PR: 189629
Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer)
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
Submitted by: lslebodn
|
|
|
|
|
|
| |
Disable it so that man pages can be generated
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
[https://wiki.freebsd.org/ports/StageDir] recommends using them, but I see no point in using both
Reported by: Peter Olsson
|
|
|
|
|
| |
Obtained from: http://googlechromereleases.blogspot.nl/
MFH: 2014Q2
|
|
|
|
|
| |
PR: 189722
Submitted by: Michael Schout <mschout@gkg.net> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- USES=libtool pathfix.
- Reenable -fstack-protector. There was only ever a problem on FreeBSD
i386 <10 which can be fixed by adding -lssp_nonshared to LDFLAGS like
Mk/bsd.ssp.mk does.
Approved by: cs (maintainer)
|
|
|
|
| |
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
|
|
|
| |
PR: ports/190001
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
|
| |
|
|
|
|
|
| |
Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd)
Update security/proftpd-mod_clamav to 0.13
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/189324
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
|
|
|
|
|
| |
PR: 189893
Submitted by: maintainer
|
|
|
|
|
|
| |
Tag updated to v2.1.0 from 2.1.0. No changes to code.
Thanks antoine@ for noticing.
|
|
|
|
|
|
| |
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Cleanup plist-related clever
- Pacify portlint(1)
- Bump PORTREVISION
With hat: ports-secteam
|
|
|
|
|
| |
Submitted by: des
MFH: 2014Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).
audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.
net/online-desktop: Remove obsolete patches.
net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.
net-im/pidgin-audacious-remote: Disable static plugin.
net-im/pidgin-birthday-reminder: Disable static plugin.
net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.
net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.
net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.
net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
net-im/pidgin-manualsize: Fix build on systems without gcc.
net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.
net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.
security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.
security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
when necessary like Mk/bsd.ssp.mk does.
Approved by: portmgr (PORTREVISION bump on unstaged port)
|
|
|
|
|
|
|
|
| |
- Fix info file
- Options helper
PR: 187752
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.
Approved by: portmgr (implict)
|
|
|
|
|
| |
. Use USERS and GROUPS
. Remove old check for FreeBSD > 7.x
|
| |
|
|
|
|
|
|
| |
Reviewed by: zi@
Noticed by: swills@ / jenkins
Pointy hat to: me
|
|
|
|
| |
- Strip library
|
| |
|
|
|
|
|
| |
Submitted by: Shawn Webb <lattera@gmail.com>
Obtained from: https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Stagify
- Fix build with clang
Reviewed by: zi@
|
| |
|
|
|
|
|
|
| |
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of clamav
. Fix REQUIRE names on rc.d scripts
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Digest-SHA/Changes
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
. Move to new LIB_DEPENDS
Approved by: portmgr (blanket)
|
|
|
|
| |
- Simplify Makefile
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update strongSwan port to 5.1.3 to resolve CVE 2014-2338
- Fixed rcvar issue with FreeBSD 10 (ports/186865)
- Added building of additional tools included in strongswan (ports/186867)
- libtool fix
- pkg-plist updated
PR: ports/189132, ports/186865, ports/186867
Submitted by: Robert Sevat, Dewayne Geraghty, Francois ten Krooden (maintainer)
Approved by: jadawin (mentor)
|