| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add upstream-provided patch to fix build with LibreSSL. Default (OpenSSL)
setup isn't affected, so no PORTREVISION bump.
Remove pkg-message, that have no use.
Submitted by: Corey <merlincorey@hushmail.me> (by private email)
|
|
|
|
| |
PR: 195796
|
|
|
|
| |
Submitted by: dim@
|
| |
|
|
|
|
| |
PR: 196477
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
|
|
|
|
|
|
|
| |
- Fix RUN_DEPENDS: Math::BigInt 1.78+ is already in all supported Perl releases
- Update PORTSCOUT
- Bump PORTREVISION for dependency change
- Sort PLIST
|
|
|
|
|
|
| |
- add explicit dependency on pygnome2. Without this, deluge-gtk will
fail to work in gnome3 environment
- bump PORTREVION because of dependency change
|
| |
|
|
|
|
| |
Approved by: bapt
|
| |
|
| |
|
|
|
|
|
| |
PR: 195976
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/195417
Submitted by: maintainer
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
|
|
|
|
|
|
|
|
| |
Various ports it depends on have the same USES and so honour the
FAVORITE_COMPILER, and doing the dsame here avoids build problems
when using FAVORITE_COMPILER=gcc.
PR: 195397
Submitted by: Craig Wiesen <ctyz1999+bugzilla at gmail.com>
|
|
|
|
|
| |
Changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1130November2014
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
| |
- Remove BROKEN
PR: 195347
|
|
|
|
| |
PR: 195347
|
|
|
|
|
|
|
| |
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -I../../include -I/usr/local/include -I/usr/include -I/usr/local/include/python2.7 -c src/session.cpp -o build/temp.freebsd-10.0-RELEASE-p9-amd64-2.7/src/session.o -DTORRENT_USE_OPENSSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
src/session.cpp:25:10: fatal error: 'bytes.hpp' file not found
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Some rc script fixes; make rclint happy
PR: ports/194950
Submitted by: joshruehlig@gmail.com (maintainer)
|
|
|
|
|
| |
PR: ports/195341
Submitted by: joshruehlig@gmail.com
|
| |
|
| |
|
| |
|
|
|
|
| |
http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.11/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix uninitialized values in DHT DOS mitigation
* fix error handling in file::phys_offset
* fix bug in HTTP scrape response parsing
* enable TCP keepalive for socks5 connection for UDP associate
* fix python3 support
* fix bug in lt_donthave extension
* expose i2p_alert to python. cleaning up of i2p connection code
* fixed overflow and download performance issue when downloading at high rates
* fixed bug in add_torrent_alert::message for magnet links
* disable optimistic disconnects when connection limit is low
* improved error handling of session::listen_on
* suppress initial 'completed' announce to trackers added with replace_trackers
after becoming a seed
* SOCKS4 fix for trying to connect over IPv6
* fix saving resume data when removing all trackers
* fix bug in udp_socket when changing socks5 proxy quickly
- Set PORTSCOUT, With Versions 1.x not build yet net-p2p/qbittorrent
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
|
| |
|
|
|
|
|
|
| |
PR: 194730
Submitted by: Yuri <yuri@rawbw.com>
Approved by: mentors (implicit)
|
|
|
|
|
|
| |
PR: 194619
Submitted by: Joshua Ruehlig <joshruehlig@gmail.com>
Approved by: mentors (implicit)
|
|
|
|
| |
Submitted by: shurd
|
|
|
|
|
|
|
|
| |
On the last update, the logic for the post-extract command was changed,
which broke the target on DF. This version works on all platforms.
While here, rework the do-install target so that the commands aren't
suppressed. Also simplify it.
|
|
|
|
| |
Avoid @cwd
|
|
|
|
| |
- bump users of shared lib version
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/Tribler/tribler/releases
PR: 193901
Submitted by: tkato432@yahoo.com
|
|
|
|
| |
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changes:
GtkUI
#2256: Indexes are not updated correctly when removing column
Fix bug in the torrentview when Plugins added a column
WebUI
Security update for POODLE vulnerability
|
|
|
|
|
| |
- Add LICENSE_FILE
- Drop @dirrm* from plist
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- update to 1.3.9 (bugfix release)
Changelogs:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.84October2014
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.94October2014
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
|
|
|
|
|
|
|
|
|
| |
PR: ports/194029
Submitted by: Jan Beich
Also, don't extract the third-party directory if we're not using it here.
Submitted by: mi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 1.3.7
- add LICENSE_FILE
- convert to USES, sort knobs
- add patch that fix default upload speed rate [1]
- remove patch applied upstream
- add back missed i18n files
Submitted by: T.J. <xtainted@gmail.com> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- reset maintainership to ports@ - I don't use transmission for long
- convert to USES/USE_PYTHON
> Description of fields to fill in above: 76 columns --|
> PR: If a Bugzilla PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M py-transmissionrpc/Makefile
|
|
|
|
| |
Reported by: jhale [1]
|
|
|
|
|
|
| |
http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.1.10/
- Change DOCS
|
|
|
|
|
|
|
|
| |
While here:
- Clean up pkg-plist
PR: 193842
Submitted by: <joshruehlig@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS for DBUS option
PR: ports/193328 [1]
Submitted by: tkato432@yahoo.com
|
|
|
|
|
|
|
|
| |
- Move pidfile to /var/run/btsync dir
- Use %%PORTNAME%% subs in rc file
PR: ports/193676
Submitted by: maintainer
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang
net-p2p/verlihub-plugins*:
- Add USES=libtool and INSTALL_TARGET=install-strip
- Drop USE_GCC=any
- Avoid including bsd.port.pre.mk
|
| |
|
|
|
|
|
| |
PR: ports/193162
Submitted by: Ports Fury.
|
|
|
|
|
|
| |
- Add LICENSE
- Use options helpers
- Move plugins to a more sensible (IMHO) location
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update to version 0.9.37
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use option helpers
- Fix package listing when recent OpenSSL is available
Approved by: portmgr (implicit, bump unstaged port)
|
|
|
|
|
|
|
|
|
|
|
| |
This port has been broken for many months, and the maintainer recommends
that it be removed rather than fixed. He also indicated that
security/p5-Crypt-RHash would be a suitable substitute for this port.
net-p2p/p5-Net-DirectConnect, the only port to use it, has already been
modified to use p5-Crypt-RHash instead
PR: 193089
Requested by: maintainer (Oleg Alexeenkov)
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
|
| |
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
|
|
|
|
|
| |
PR: ports/193068
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 192917
Submitted by: Kyle J. Farmer <bannereddivpool@gmail.com>
Approved by: mentors (implicit)
|
|
|
|
|
|
| |
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
| |
just the daemon on headless servers.
PR: 192629
Submitted by: maintainer
|
|
|
|
|
| |
PR: 192805
Submitted by: tkato432 yahoo com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
net-p2p/eiskaltdcpp-daemon
net-p2p/eiskaltdcpp-data
net-p2p/eiskaltdcpp-gtk
net-p2p/eiskaltdcpp-lib
net-p2p/eiskaltdcpp-qt
1. Update to 2.2.9
2. Stage
3. Chase for new build options: gtk30, libcanberra, json-rpc
4. Use master/slave relations
PR: 192869
Submitted by: Vladimir Kondratiev
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
|
|
|
| |
- Use MAKE_CMD
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
- Remove NO_LATEST_LINK
|
|
|
|
| |
${CAT} ${PKGMESSAGE} from post-install.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
|
| |
|
|
|
|
|
|
| |
- Add stage support
- Add DOCS option
- Take maintainership
|
|
|
|
| |
the port relies on the outdated db41, and the web site seems gone.
|
|
|
|
|
|
|
|
|
|
|
| |
(ports that are dependencies of other ports)
net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS
PR: 192062
|
|
|
|
|
|
|
|
| |
- Use options helpers
- Use @sample
PR: 192413
Submitted by: maintainer
|
|
|
|
|
|
| |
r364627.
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
|
| |
PR: 191825
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 192522
Submitted by: maintainer
|
|
|
|
|
| |
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
|
|
|
|
|
|
|
|
|
| |
In a previous commit, the inotify configuration was fixed, but we
neglected to guarantee the library was available. This adds libinotify
to the LIB_DEPENDS list, an action that requires a revbump.
PR: 192319
Suggested by: Carlos JPM
|
|
|
|
|
| |
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
|
|
|
|
|
|
|
| |
PORTREVISION will not default to 1 to force a rebuild after the libevent
migration, making the port working again.
Approved by: crees (maintainer)
|
|
|
|
|
|
|
|
|
| |
I missed the -linotify LDFLAG on the transmission-gtk port. It was also
pointed out by the submitter than transmission-qt4 now has a duplicate
-lcrypto LDFLAG so let's remove that.
PR: 192319
Submitted by: Ivan Klymenko
|
|
|
|
|
|
|
|
|
|
|
|
| |
At least on some releases, transmission-cli and transmission-gtk now
need -lcypto in LDFLAGS to build. Additionally transmission-gtk needed
an update of the inotify configure argument. The latter requires a
revbump because it seems possible that it could have been built with
the bad argument somewhere.
PR: 192319
Submitted by: Ivan Klymenko
Approved by: "Just Fix It" blanket, but maintainer was in copy on PR
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
| |
- Support stage
- Use options helpers
PR: 192213
Submitted by: tkato432 yahoo com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
|
|
| |
USES=tar:xz.
Approved by: portmgr (most of them)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
|
|
|
| |
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
'__' instead.
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
| |
Apparently this version doesn't understand empty arguments in CFLAGS
using commas; i.e. ,-I/usr/local/include throws an error about nonexisting
file ,-
Reported by: Kenta S (kentas@hush.com)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
Submitted by: gblach, rakuco
|
|
|
|
| |
Pointy hat: crees
|
| |
|
|
|
|
|
| |
PR: ports/191592
Submitted by: Andrew Berg
|
|
|
|
| |
- support stage and options
|
|
|
|
| |
This is ~0.9.23.
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
- While here, reorganize the Makefile a little
Reported by: Kenta S. <kentas@hush.com> [1]
|
|
|
|
|
| |
PR: 191357
Submitted by: Robert Backhaus <robbak@robbak.com> (maintainer)
|
|
|
|
|
|
|
| |
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*
Approved by: portmgr (implicit, bump unstaged port)
|
|
|
|
|
|
|
|
| |
- Update dependency lines in rtorrent
PR: 191621
Submitted by: Colin <anonymous.bug.report@gmail.com> (original submitter)
Reported By: Andre <a.heider@gmail.com> [1] (as followup comment)
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
|
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
- Don't patch Makefile.am and configure.in to avoid autotools
|
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update rtorrent to 0.9.4
- Convert to new LIB_DEPENDS format
- Remove uneeded ?=
- Remove libtorrent-devel and rtorrent-devel ports since the non
devel port has a newer version and no development release is available
anymore
PR: 191621
Submitted by: Colin <anonymous.bug.report@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
|
|
|
|
|
|
|
| |
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
|
|
|
|
| |
PR: 191566
Approved by: bdrewery (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months
2014-06-30 mail/hotwayd: Protocol changed, software unusable
2014-06-30 mail/ilohamail-devel: Upstream disappeared
2014-06-30 games/tyrquake: Broken for more than 5 months
2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months
2014-06-30 games/sumwars: Broken for more than 5 months
2014-06-30 audio/ruby-esound: Broken for more than 5 months
2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months
2014-06-30 net-im/ysm: Broken for more than 5 months
2014-06-30 net-mgmt/send: Broken for more than 5 months
2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months
2014-06-30 net-p2p/bittyrant: Broken for more than 5 months
2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software.
2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this
2014-06-30 audio/tagger: Ancient, unmaintained
2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead
2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
|
|
|
|
| |
This is the internal version 92100.
|
|
|
|
|
| |
PR: 187360
Submitted by: Joshua Ruehlig <joshruehlig@gmail.com>
|
|
|
|
|
|
|
|
| |
lists in PYDISTUTILS_SETUP
PR: 191317
Phabric: D270
With hat: python@
|
|
|
|
| |
- Convert to USES=tar:bzip2, USE_OCAML, new options framework
|
|
|
|
| |
Approved by: portmgr (myself)
|
|
|
|
|
|
| |
resulted in wrong HAVE_LUA_5_0 (instead of correct HAVE_LUA_5_1) macro to
be defined in generated `config.h' header file
- Stagify and cleanup all verlihub-plugins* ports while I'm at here
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
|
|
|
|
| |
- Use options helpers
- Add LICENSE (GPLv2)
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* don't fall back on wildcard port in UPnP
* fix local service discovery for magnet links
* fix bitfield issue in file_storage
* added work-around for MingW issue in file I/O
* fixed sparse file detection on windows
* fixed bug in gunzip
* fix to use proxy settings when adding .torrent file from URL
* fix resume file issue related to daylight savings time on windows
* improve error checking in lazy_bdecode
- Add USES libtool
- Recreate pkg-plist with make makeplist
|
|
|
|
|
| |
leveraging from the free software implementations of Bitcoin and
BitTorrent protocols.
|
|
|
|
|
|
|
| |
- Fix build with clang
PR: 189806
Submitted by: maintainer
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr@
|
|
|
|
| |
2: USES=tar:bzip2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF ".deps/cluainterpreter.Tpo" -c -o cluainterpreter.lo cluainterpreter.cpp; then mv -f ".deps/cluainterpreter.Tpo" ".deps/cluainterpreter.Plo"; else rm -f ".deps/cluainterpreter.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/lua51 -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -O2 -pipe -fPIC -fno-strict-aliasing -L/usr/local/lib -I/usr/local/include -I/usr/local/include/verlihub -I/usr/local/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG -I/usr/local/include -I/usr/local/include -MT cluainterpreter.lo -MD -MP -MF .deps/cluainterpreter.Tpo -c cluainterpreter.cpp -fPIC -DPIC -o .libs/cluainterpreter.o
cluainterpreter.cpp: In destructor 'nScripts::cLuaInterpreter::~cLuaInterpreter()':
cluainterpreter.cpp:48: warning: deprecated conversion from string constant to 'char*'
cluainterpreter.cpp: In member function 'bool nScripts::cLuaInterpreter::Init()':
cluainterpreter.cpp:66: error: 'luaopen_loadlib' was not declared in this scope
cluainterpreter.cpp:120: error: 'lua_dofile' was not declared in this scope
cluainterpreter.cpp: In member function 'void nScripts::cLuaInterpreter::Load()':
cluainterpreter.cpp:137: warning: deprecated conversion from string constant to 'char*'
*** [cluainterpreter.lo] Error code 1
Reported by: pkg-fallout
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
PR: 190600
Reviewed by: bapt
Approved by: bapt
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fix installation with GTK2 option unset. Not bumping PORTREVISION, because
this is not default.
Reported by: Kenta S. <kentas@hush.com> (private email)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- do not use easy_install and convert to auto-generated plist
- add staging support
- convert USE_XZ to USES
- Makefile clean-up
- add startup script for deluge-web [1]
PR: 185888
Reported by: huber.georg@gmail.com
Submitted by: Daniel O'Connor <darius@dons.net.au> (private email) [1]
- fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin
from work correctly [2]
PR: 189497
Submitted by: George Amanakis <g_amanakis@yahoo.com> [2]
|
|
|
|
| |
PR: 190509
|
|
|
|
|
| |
PR: 190510
Submitted by: maintainer
|
|
|
|
|
|
| |
OTHER: The v3.1.9.1 Windows build was broken
- Remove PORTSCOUT, issue 1713 is solved
|
|
|
|
|
|
|
|
|
|
|
|
| |
- zetacoind now runs as the zetacoin user
- Fixed stop function in rc.d script
- Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable
- Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed.
- Added user and group "zetacoin" to ports/UIDs and ports/GIDs
- Added update instructions to ports/UPDATING
PR: 188567
Submitted by: daniel@morante.net (maintainer)
|
|
|
|
|
|
|
| |
- Add DOCS option
- Add LICENSE
- Make COMMENT more concise
- Reword pkg-descr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
| |
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reported by: antoine
With hat: portmgr
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix pkg-plist
- Pet portlint
PR: ports/188673
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@
|
|
|
|
|
| |
PR: ports/189032
Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
|
|
|
|
|
| |
getcwd(3) needs unistd.h.
MFH: 2014Q2
|
|
|
|
| |
2: bump revision due shared library version.
|
|
|
|
|
|
|
| |
OTHER: This is an excuse to produce new builds with an OpenSSL version
that isn't affected by the heartbleed bug for Windows and Mac.
This bug should only affect the WebUI and only if HTTPS/SSL authentication
was enabled.
|
|
|
|
|
|
|
|
| |
- Use options helpers
- Convert to tar:bzip2 and desktop-file-utils
- Add DEBUG option
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
|
|
|
|
| |
- Use standard desc for DEBUG option
|
|
|
|
|
|
|
|
| |
- Remove uneeded flex from ports dependency
- Use options helpers
- Convert to tar:bzip2
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- graphics/icoconvert:
* Respect CC
* Use modern LIB_DEPENDS
- net/grdesktop:
* Convert gnomehack to pathfix
- net/ldapsh:
* Use shebangfix instead of custom post-patch target
- net-im/py-jabber:
* Use autoplist
- net-p2p/bnbt:
* Use the options framework
* Convert to dos2unix
* Respect CXX
* Do not renamed base on option
- sysutils/testdisk:
* Update to 6.14
* Use options helpers
* Use modern LIB_DEPENDS
* Convert USE_BZIP2 -> USES=tar:bzip2
|
|
|
|
|
|
|
| |
- Update DESCR
PR: 187749
Submitted by: Ports fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
|
|
|
|
| |
PR: ports/188655
Submitted by: Robert Backahus <robbak@robbak.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Pet portlint
PR: ports/188672
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
| |
|
|
|
|
| |
Remove bogus dep on gdk-pixbuf 1
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
- Add pkg-message, information to reinstall if problems
PR: ports/188122
Submitted by: adrian chadd <adrian@freebsd.org>
|
|
|
|
|
| |
Reported by: poudriere
With hat: portmgr
|
|
|
|
|
| |
Reported by: poudriere
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add missing add_files overload to the python bindings
* improve error handling in http gunzip
* fix debug logging for banning web seeds
* improve support for de-selected files in full allocation mode
* fix dht_bootstrap_alert being posted
* SetFileValidData fix on windows (prevents zero-fill)
* fix minor lock_files issue on unix
- Add ChangeLog to DOCS
- Simplify DOCS installation handling
- Use .if for DOCS and EXAMPLES due to large number of files installed
|
|
|
|
|
|
|
|
|
| |
Mostly based on:
https://raw.github.com/ArchBSD/abs/master/community/libtorrent/PKGBUILD
https://github.com/ArchBSD/abs/raw/master/community/libtorrent/missing_references.diff
https://raw.github.com/ArchBSD/abs/master/community/rtorrent/missing_references.diff
Approved by: bapt (mentor)
|
|
|
|
| |
a dev version and will be removed soon)
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: ports/187714
Submitted by: Radim Kolar <hsn@sanatana.dharma>
|
|
|
|
| |
as well as WWW.
|
| |
|
| |
|
|
|
|
|
| |
- Define DOCS option
- Drop superfluous WRKSRC definition
|
|
|
|
|
| |
PR: ports/186091
Submitted by: Yuri <yuri@rawbw.com> (maintainer) (slightly modified with help from Johannes Jost Meixner <xmj@chaot.net>)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUGFIX: Fix nox build. Closes #1368 (bob23450)
BUGFIX: Fix build with libtorrent 0.15.x (sledgehammer999)
BUGFIX: Fix missing percentage signs. Closes #1392. (sledgehammer999)
BUGFIX: Fix queue sorting order. (alfrix)
BUGFIX: Fix build using qt < 4.7 Closes #1385. (Evgeny Lensky)
BUGFIX: Fix autoupdater. Send our user-agent to sourceforge.net
(sledgehammer999)
FEATURE: Add button for links in toolbar (alfrix)
- Add DEBUG Option
- Install conditional DOCS, fix conflict with SLAVE Port
- Remove obsolete patch, changed by upstream
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
| |
|
|
|
|
|
|
|
|
| |
net-p2p/i2p to security/i2p. Following security/tor example. Keep
net-p2p as secondary category since i2p provides p2p services.
- Update security/i2p to 0.9.11
Approved by: bdrewery (mentor)
|
|
|
|
| |
Approved by: bdrewery (mentor)
|
|
|
|
|
| |
- Convert libxml2-related REINPLACE_CMD to patch due to the above
- Augment port description text
|
|
|
|
|
|
|
|
| |
libxml2 versions were compared algebraically (-ge), which made our current
version 280 appear smaller than checked-against 2616. It was fixed once,
by mezz@ in r225813, but not in a very good way (only for libxml 2.7).
While here, cleanup and stagify the port.
|
|
|
|
|
|
| |
PR: ports/187202
Submitted by: Anton Sayetsky <vsjcfm@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
| |
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
|
|
|
|
| |
- New LIB_DEPENDS syntax
|
| |
|
|
|
|
|
|
|
| |
- Add GEOIP option
PR: ports/186908
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Submitted by: ache@FreeBSD.org
|
| |
|
|
|
|
| |
- Remove obsolete patches, changed by Upstream
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
- Enhance COMMENT
- Convert to new Fix LIB_DEPENDS format
- Add LICENSE
|
|
|
|
|
|
|
|
| |
- Don't silence warnings
- Remove PORTSCOUT, with 0.16.14 works now
qBittorrent all Versions
- Add DEBUG Option
- Add patches from Upstrem, fix bad C++ code
|