- 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)
- 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)
- 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)
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
* Don't install relayd.conf to staging; switch to @sample in pkg-plist
* Drop warnings for FreeBSD 7.x compat as that's long out of support
* Modernize LIB_DEPENDS
* Fix LICENSE: this is OpenBSD code, but it uses the ISC Licence
wording rather than either of the {2,3}-clause BSD licenses.
Approved by: portmgr (blanket "just fix it")
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)
This port was removed because it's dependency "spread" was removed.
Spread has returned, and now this one returns with a new version.
* maintainership passed to submitter (old version was not unmaintained)
* pkg-descr rewritten, WWW updated
* LIB_DEPENDS format updated
* distfile mirror added
* USES+= tar:xz used
* patches regenerated
PR: 189403
Submitted by: Chris Hutchison
Fixes by: marino
From the announcement:
This is a stable release that adds several capabilities including Blue
Gene/Q implementation supports for MPI-3, experimental Fortran 2008
bindings, significant rework of MPICH library management, and a large
number of bug fixes.
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 a regression introduced in r311475, which checked for the value of the
API option instead of WITH_DEBUG like the other py-qt4 ports. In practice,
this meant py-qt4-network was built with debug and tracing symbols by
default.
MFH: 2014Q2
- Use PLIST_DIRSTRY to avoid warnings when deinstalling.
- Set PROVIDE to mpd5 in startup script (it currently confuses
bsdadminscripts' commands)
PR: 186531
Submitted by: olgeni
Approved by: maintainer timeout (120 days)
Update maintainer address.
Drop the @mode 755 from pkg-plist and instead fix the CHMOD in the
Makefile to address the STAGEDIR.
PR: 190611
Submitted by: ronald@echteman.nl (maintainer)
- update MASTER_SITES
- switch to tar.xz distribution [1]
- use fixpacklist instead of manual fix [2]
- strip shared libraries [2]
- whitespace fix in pkg-plist
- bump PORTREVISION because of STRIP_CMD
[1] both tar.gz and tar.xz are identical
[2] obtained from https://phabric.freebsd.org/D126
PR: 190013
Submitted by: portmaster@bsdforge.com (maintainer)
to sanity check port and adjust Makefile / pkg-plist accordingly.
Changes since 20140112:
* allow scamper to be built in debug mode on FreeBSD after version 10.
* in scamper-ping, support a probe frequency smaller than once every
second. minimum is now once a millisecond.
* handle fragmented responses in linux and sunos correctly.
this is important for IPv6 IP-ID based alias resolution techniques
(e.g. speedtrap, ally, radargun) on those platforms.
* numerous bugfixes and improvements to sc_ally pair-wise alias
resolution utility, the most important being that it will reliably
complete now.
* FreeBSD 10 onwards no longer byte swaps some fields in the quotation of
a received ICMP error message. chase this in scamper.
* Minor modifications to make scamper compile on Windows 7 using
Visual Studio Express 2013 for Windows Desktop.
* print ping flags in sc_wartsdump and scamper's json output.
PR: 190440
Submitted by: maintainer
for at least some gigabit NICs (and, I suspect, all of them on FreeBSD).
Specifically, I know it doesn't work for Intel gigabit NICs that i
use the em(4) driver.
This appears to be due to dodgy bitwise math in the upstream code.
However, I note that the website given for the upstream code no
longer appears to be working, so I'm not sure that there IS an
upstream maintainer any longer.
PR: ports/190160
Submitted by: Rob Levandowski <robl@macwhiz.com>
Mosquitto provides support for the MQTT protocol, including publishing,
subscribing, and an event loop.
WWW: http://pecl.php.net/package/Mosquitto
PR: ports/190262
Submitted by: Gasol Wu <gasol.wu@gmail.com>
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)
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)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Mark CONFLICTS_INSTALL with net/libexosip2-legacy
Changes: http://git.savannah.gnu.org/cgit/exosip.git/tree/ChangeLog
PR: ports/188315
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Mark CONFLICTS_INSTALL with net/libexosip2
PR: ports/188315
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
anywhere-accessible, multi-language service to change your LDAP password.
Since it is a web application, this LDAP browser works on many platforms,
making change of your LDAP/AD password accessible from any location.
WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start
PR: ports/185297
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com>