Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff
Sprinkle USES=xorg as needed.
Discussed with: bapt
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349
This update consists of a fix to error handling in the casper herald
service, from cem@.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D21602
- Bump PORTREVISION for package change
RFC 2640 support has been removed from free version since 1.0.48.
PR: 240264
Reported by: Linus Sundqvist <linus.sundqvist@loopia.se>
If you like the interface of HTTPie but miss the features of curl, curlie
is what you are searching for. Curlie is a frontend to curl that adds the
ease of use of httpie, without compromising on features and performance.
All curl options are exposed with syntax sugar and output formatting
inspired from httpie.
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
BSWAP_32 is undefined on FreeBSD, use bswap32.
It also needs sys/endian.h include.
Needed because of:
/wrkdirs/usr/ports/ftp/R-cran-curl/work/stage/usr/local/lib/R/library/00LOCK-curl/00new/curl/libs/curl.so: Undefined symbol "BSWAP_32"
PR: 238704
Approved by: tota (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20726
2019-06-15 ftp/ncftpd: binary only abandoned trialware
2019-06-15 databases/dbconnect: Abandonware and unused in the tree
2019-06-15 databases/postgis21: Upstream no longer maintained
2019-06-15 databases/postgis20: Upstream no longer maintained
2019-06-15 databases/postgis22: Upstream no longer maintained
Eliminate LINUXNAME from port Makefiles. This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
This adds some new ports:
converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango.
graphics/linux-c7-libglvnd required by graphics/linux-c7-dri.
graphics/linux-c7-wayland required by graphics/linux-c7-dri.
print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it
depends on graphics/linux-c7-png now.
Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL
Vendor-Neutral Dispatch library) which allows some applications to use
Mesa while others use Nvidia OpenGL. The x11/nvidia-driver* ports have
been changed so versions above 390.42 now use CentOS libglvnd and no longer
install a bundled copy.
PR: 229431
Submitted by: pkubaj (partly)
- Update to 0.20.1.
- Add options to install documentation and examples.
devel/libtextstyle:
- Take maintainership because it is now released as part of gettext.
ftp/weex:
- Remove bundled gettext (intl/): no longer supported.
- Patch configure.in, Makefile.am and src/Makefile.am to remove references
to bundled gettext.
- Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port to modern gettext: add po/Makevars and fix a problem in the French
translation.
- Patch configure.in to fix detection of OpenSSL 1.1.
- In port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support,
set default path for root certificates.
games/lgeneral:
- Patch Makefile.in instead of Makefile.am so USES=autoreconf isn't needed.
www/sarg:
- Patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port Makefile: remove obsolete post-patch, patching configure also has no
effect with USES=autoreconf.
PR: 238277
Exp-run by: antoine
Approved by: portmgr (antoine)