- OSVERSION needs to be coupled with OPSYS
- BROKEN_FreeSBD_9 might have been a more appropriate method
- Marking ignore for GCC is faulty logic, it builds fine on GCC that is
provided with a good math lib
This restores building on DragonFly.
Simple, flat and dark Ardoise X cursor theme by obnosim.
It uses symbols instead of changing the shape of the cursor.
Available resolutions are 24, 32, 48 and 72 px.
Translucent and opaque variants.
WWW: http://kde-look.org/content/show.php/Ardoise?content=165308
PR: 196310
Submitted by: lightside@gmx.com
- Remove graphics/librsvg2 from build dependency
- Add gettext-runtime to USES and glib20 to USE_GNOME, because
webplugin depends from them
- Add xext to USE_XORG
- Remove CPPFLAGS and LDFLAGS; add localbase to USES
- Remove verbose flag from MAKE_ENV
- Add corelib to USE_QT4
- Add x11 to USE_XORG in case of QT4 usage
- Add core to USE_QT5
- use prebuilt icons instead of conversion tool to generate them
PR: 198087
Submitted by: lightside@gmx.com
- Remove graphics/librsvg2 from build dependency
- Add DESKTOPFILES option for installation of icons and mime types
- Use prebuilt icons instead of conversion tool to generate them
- Adapt pkg-plist
PR: 198087
Submitted by: lightside@gmx.com
- Bump PORTREVISION
- Fix *_DESC variable for SERVERSETUP option
- Simplify post-patch
- Remove unneeded mkdir, if sub-directories available for creation
- Silence mkdir
- Use COPYTREE_SHARE with directory/file patterns, instead of manual copying of
each file
- Remove pkg-plist and use dynamic package list with PORTDATA, PORTDOCS,
PORTEXAMPLES, PLIST_FILES and PLIST_DIRS
- Fix unexec usage, because it was deprecated
PR: 210203
Submitted by: lightside@gmx.com
Open, free and uncensorable websites, using Bitcoin cryptography
and BitTorrent network.
Features:
* Real-time updated sites
* Namecoin .bit domains support
* Easy to setup: unpack & run
* Clone websites in one click
* Password-less BIP32 based authorization: Your account is protected
by the same cryptography as your Bitcoin wallet
* Built-in SQL server with P2P data synchronization: Allows easier site
development and faster page load times
* Anonymity: Full Tor network support with .onion hidden services instead
of IPv4 addresses
* TLS encrypted connections
* Automatic uPnP port opening
* Plugin for multiuser (openproxy) support
* Works with any browser/OS
WWW: https://zeronet.io/
PR: 209735
Submitted by: Yuri Victorovich <yuri@rawbw.com>
- Fix jobs hanging at 99% or 100%
- Support X-DNZB-PASSWORD header for inders that use this
- Prevent fatal "too many connections" issue
- Show checksum errors reported by unrar
- patch portlint-compliant
PR: 210210
Submitted by: Ultima1252@gmail.com
Approved by: joshruehlig@gmail.com (maintainer)
Do not statically link bundled libraries into node.js. It requires
openssl 1.0.2, so pull that in from ports when the base version is not
new enough. While all versions use c-ares, only www/node has a configure
knob to enable building against an unbundled version. All other
dependencies are specified in www/node/common.mk and used by all 3
ports.
node cannot build against LibreSSL, so if it's the chosen SSL provider,
the BUNDLED_SSL option must be enabled.
The www/node010 and www/node012 ports have not been done since both are
deprecated and have very old bundled dependencies that are not available
in ports.
PR: 209793
Submitted by: Bradley T. Hughes (maintainer)
In addition to supporting GMP or MPIR for multiple-precision integer and
rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real
floating-point arithmetic) and MPC (correctly rounded complex floating-point
arithmetic) libraries.
WWW: https://pypi.python.org/pypi/gmpy2
WWW: https://github.com/aleaxit/gmpy/releases
PR: 210127
Submitted by: yuri@rawbw.com
It's no longer required to remove -ltermcap references; the new configure
script will search for curses, ncurses, etc, but now one of these
libraries is mandatory.
Approved by: infrastructure blanket (ncurses)
- Add RUN_DEPENDS on devel/pcc-libs port on the same version
- Adapt PLIST_FILES
- Add THREADS option to "Enable Thread-local storage (TLS)"
- Add new patch for ${WRKSRC}/cc/cc/cc.c file, related to inverted
MULTIARCH_PATH define check
- Replace some static patches with sed patches
- Remove unneeded patches for this version
PR: 196642
Submitted by: Sender Ghost <lightside@gmx.com>
Approved by: joel (maintainer)