| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
PR: ports/194590
Notes:
svn path=/head/; revision=372361
|
|
|
|
| |
Notes:
svn path=/head/; revision=372358
|
|
|
|
|
|
|
| |
Changelog: http://www.kamailio.org/w/kamailio-v4-2-0-release-notes/
Notes:
svn path=/head/; revision=372357
|
|
|
|
|
|
|
|
| |
PR: 194902
Submitted by: svysh.fbsd@gmail.com(maintainer)
Notes:
svn path=/head/; revision=372348
|
|
|
|
|
|
|
|
| |
PR: 194903
Submitted by: olivermahmoudi@gmail.com(previous maintainer)
Notes:
svn path=/head/; revision=372342
|
|
|
|
|
|
|
|
|
|
| |
- Convert to options helpers, trim long line
PR: 194579 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=372293
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog: http://www.inet.no/dante/announce-1.4.1
PR: 192295
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Notes:
svn path=/head/; revision=372290
|
|
|
|
|
|
|
|
|
|
| |
* Improve NAT-PMP and IPv6 implementations
PR: 194812
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer)
Notes:
svn path=/head/; revision=372275
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USES= webplugin:linux
- Plist cleanup
PR: 179420
Differential Revision: https://reviews.freebsd.org/D1112
Submitted by: upiter77@lycos.com
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=372265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- upgrade to 3.2.4.6
- clean up pkg-plist
PR: 194776
Differential Revision: https://reviews.freebsd.org/D1119
Submitted by: Bradley Hughes <bradleythughes@fastmail.fm>
Approved by: mom040267@gmail.com (maintainer)
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=372264
|
|
|
|
|
|
|
|
|
|
| |
noop fixes.)
With hat: perl@
Sponsored by: Absolight
Notes:
svn path=/head/; revision=372262
|
|
|
|
| |
Notes:
svn path=/head/; revision=372241
|
|
|
|
|
|
|
|
| |
PR: ports/194431
Approved by: maintainer timeout (20 days)
Notes:
svn path=/head/; revision=372232
|
|
|
|
|
|
|
| |
Approved by: portmgr (mat)
Notes:
svn path=/head/; revision=372228
|
|
|
|
| |
Notes:
svn path=/head/; revision=372227
|
|
|
|
|
|
|
|
|
| |
PR: 194451
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=372217
|
|
|
|
|
|
|
| |
PR: 194624
Notes:
svn path=/head/; revision=372191
|
|
|
|
| |
Notes:
svn path=/head/; revision=372183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly presented by the KDE on FreeBSD team, with several guest stars.
This update took way longer than initially expected due to us previously
accumulating assumptions and changes to Qt's build system that finally bit
us back with the 5.3 release series, so we had to do a fair amount of
cleanup.
New ports:
- comms/qt5-serialport: Qt functions to access serial ports, originally
based on work by Fernando Apesteguia. [1]
- devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of
devel/qt4-qdoc3. Originally worked on by Tobias Berner.
It had already been half-split from devel/qt5-buildtools,
we just needed to finish the work.
Dead ports:
- devel/qt5-qmldevtools: Merged into lang/qt5-qml.
Minor changes:
- devel/qt5: Add x11/qt5-x11extras and the new ports to the dependency list.
- graphics/qt5-imageformats: The port now supports the JPEG2000, WEBP,
Direct Draw Surface and ICNS formats.
- multimedia/qt5-multimedia: The ALSA and PULSEAUDIO options are now
mutually exclusive due to changes introduced in
Qt 5.3.0 (the ALSA code is now a proper plugin
that is only built if PulseAudio is not used).
- x11/qt5-x11extras: Add USE_LDCONFIG since the port installs a shared
library.
The big changes:
- bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. [3]
QMAKEPATH does much more than we want now that we call qmake from the top
of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS
property, which is in turn used by qt_config.pri to load the .pri files in
mkspecs/modules.
In practice, this means that if people have an older Qt installation those
files will be used and QT_CONFIG will have values such as "gui" even if
one is building a port like textproc/qt5-xml, which passes -no-gui to the
configure script. Consequently, unintended code paths may be enabled or
the configuration step can just fail if the .pro files expect values that
are not present in the system-wide, older .pri files.
We avoid all those problems if we use QMAKESPEC, as qmake does not take
its value into account when evaluating the QMAKE_MKSPECS property and will
only parse the files in the mkspec's directory (mkspecs/freebsd-clang, for
example, instead of all the files in mkspecs).
- Stop explicitly passing ${LOCALBASE} to the compiler. [3]
qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR
and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the
ones in the build directory themselves.
In practice, this means that we end up with linker calls like this:
c++ -o libfoo.so foo.o bar.o -L/usr/local/lib -L/wrkdir/build/lib
-lQt5Gui -lQt5Core
So if one already has Qt installed in the system, the older, already
present version of the libraries in /usr/local/lib will be used instead of
the newly-built ones in /wrkdir/build/lib.
QTBUG-40825 discusses this behavior upstream, but there has been no
agreement on a solution yet.
For now, the solution adopted is to make the compiler and the linker aware
of those paths but only try them last after all others, and this is
achieved by setting the CPATH and LIBRARY_PATH environment variables when
qmake is being used.
In addition to setting them in CONFIGURE_ENV and MAKE_ENV, we also need to
stop changing QMAKE_INCDIR and QMAKE_LIBDIR as well as filter those paths
from the pkg-config calls qtbase's configure script makes.
- Call qmake from the root of the ${WRKSRC}.
In Qt 5.3, Qt's build infrastructure has undergone some changes that make
our previous approach of calling qmake from the directories we want to
build stop working. Things would break even more in Qt 5.4, in which
qtbase's configure script does not accept the -process, -fully-process and
-dont-process arguments anymore (it always behaves as if -process had been
used).
Bite the bullet and start calling qmake from ${WRKSRC}. The largest part of
this change involves changing lines in Makefiles from
WRKSRC_SUBDIR= foo/bar
to
BUILD_WRKSRC= ${WRKSRC}/foo/bar
INSTALL_WRKSRC= ${WRKSRC}/foo/bar
as well as adding patches to .pro files to avoid entering other
subdirectories and removing post-configure targets that are not necessary
anymore.
Since qmake needs to be called from the top of ${WRKSRC} anyway, we can
also simplify the configuration process for the qtbase ports a little.
Looking at r10019 it is not clear why we started calling qmake in the
pre-configure target in addition to the post-configure one (while also
skipping it in do-configure), but we can now drop this call since letting
configure behave as if -process had been passed means it will call qmake
on its own and overwrite the files generated by the pre-configure call. We
still need to call qmake in post-configure though, as the configure script
does not pass -recursive when calling qmake and we need to be able to call
make from any subdirectory when building.
PR: 194762 [1]
PR: 194566 # exp-run with base GCC and clang
PR: 194088 [3]
Notes:
svn path=/head/; revision=372179
|
|
|
|
|
|
|
|
|
| |
PR: 193577
Submitted by: razzfazz (gmail)
Approved by: maintainer (Tor Halvard Furulund)
Notes:
svn path=/head/; revision=372172
|
|
|
|
|
|
|
|
|
|
|
| |
- Prevent config overwrite by using @sample keyword [2]
PR: 194486 [1], 194449 [2]
Submitted by: maintainer [1], guyyur@gmail.com [2]
Approved by: maintainer [2]
Notes:
svn path=/head/; revision=372160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 194276
Submitted by: Don Lewis
Net::Nmsg is a perl binding to libnmsg, the reference implementation of
the NMSG binary structured message interchange format. The NMSG
documentation describes the format as:
The NMSG format is an efficient encoding of typed, structured data
into payloads which are packed into containers which can be
transmitted over the network or stored to disk. Each payload is
associated with a specific message schema. Modules implementing a
certain message schema along with functionality to convert between
binary and presentation formats can be loaded at runtime by libnmsg.
nmsgtool provides a command line interface to control the
transmission, storage, creation, and conversion of NMSG payloads.
Notes:
svn path=/head/; revision=372158
|
|
|
|
|
|
|
| |
- Add licence
Notes:
svn path=/head/; revision=372137
|
|
|
|
|
|
|
| |
While here, use deps bundled with syncthing as much as possible
Notes:
svn path=/head/; revision=372132
|
|
|
|
|
|
|
| |
While here, use deps bundled with syncthing
Notes:
svn path=/head/; revision=372131
|
|
|
|
| |
Notes:
svn path=/head/; revision=372130
|
|
|
|
|
|
|
| |
PR: 194548
Notes:
svn path=/head/; revision=372128
|
|
|
|
|
|
|
|
| |
PR: 194725
Submitted by: maintainer
Notes:
svn path=/head/; revision=372119
|
|
|
|
|
|
|
| |
- Remove BDB dependency from default build.
Notes:
svn path=/head/; revision=372085
|
|
|
|
| |
Notes:
svn path=/head/; revision=372054
|
|
|
|
| |
Notes:
svn path=/head/; revision=372025
|
|
|
|
| |
Notes:
svn path=/head/; revision=372024
|
|
|
|
| |
Notes:
svn path=/head/; revision=372023
|
|
|
|
| |
Notes:
svn path=/head/; revision=372022
|
|
|
|
| |
Notes:
svn path=/head/; revision=372021
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Add makeinfo and readline uses
- Fix plist orphans
PR: 194079 [1]
Submitted by: Kevin Thompson <antiduh at csh.rit.edu>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=372019
|
|
|
|
| |
Notes:
svn path=/head/; revision=372004
|
|
|
|
| |
Notes:
svn path=/head/; revision=371980
|
|
|
|
| |
Notes:
svn path=/head/; revision=371963
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=371875
|
|
|
|
| |
Notes:
svn path=/head/; revision=371870
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
Notes:
svn path=/head/; revision=371817
|
|
|
|
| |
Notes:
svn path=/head/; revision=371805
|
|
|
|
|
|
|
|
|
| |
Strip binaries
Approved by: koobs (maintainer)
Notes:
svn path=/head/; revision=371798
|
|
|
|
|
|
|
|
| |
Avoid useless include of bsd.port.options.mk by letting plist handle what to add
in the package or not
Notes:
svn path=/head/; revision=371797
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Motsognir is a robust, reliable and easy to install open-source gopher server
for Unix-like systems (Linux, BSD, and anything else POSIX-compliant).
The Motsognir gopher server is meant to be used for small projects (like home
servers), but should scale well on bigger architectures as well. All the
configuration is done via a single configuration file, which has very
reasonable defaults. That makes Motsognir easily maintainable, and allows the
administrator to have a full knowledge of what features are allowed/enabled on
the server. Motsognir supports server-side CGI applications and PHP scripts, is
plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C
without external dependencies.
WWW: http://sourceforge.net/projects/motsognir
PR: 184203
Submitted by: Mateusz Viste <mateusz@viste.fr>
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=371787
|
|
|
|
| |
Notes:
svn path=/head/; revision=371783
|
|
|
|
| |
Notes:
svn path=/head/; revision=371768
|
|
|
|
|
|
|
| |
- add pkg-message about starting service in resource configuration (rc)
Notes:
svn path=/head/; revision=371767
|
|
|
|
| |
Notes:
svn path=/head/; revision=371731
|