$ make
...
arc lint --output compiler --lintall
Usage Exception: This command must be run in a Git, Mercurial or Subversion working copy.
Makefile:2464: recipe for target 'lint' failed
gmake[2]: [lint] Error 1 (ignored)
Approved by: portmgr blanket
xlogmaster.texinfo:728: command @bullet not accepting argument in brace should not be on @table line
xlogmaster.texinfo:729: warning: @item missing argument
xlogmaster.texinfo:732: warning: @item missing argument
xlogmaster.texinfo:734: warning: @item missing argument
xlogmaster.texinfo:738: command @bullet not accepting argument in brace should not be on @table line
xlogmaster.texinfo:738: warning: @table has text but no @item
xlogmaster.texinfo:751: command @bullet not accepting argument in brace should not be on @table line
xlogmaster.texinfo:752: warning: @item missing argument
xlogmaster.texinfo:774: warning: @item missing argument
Reported by: pkg-fallout
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
- Provide detailed port description (obtained upstream)
- Remove bogus ${DESTDIR} reference from --localstatedir
- Install stripped binaries via `install-strip' (and
teach configure script that elftoolchain's strip(1)
can strip libraries); sort pkg-plist while here
PR: 199250
Update rhythmbox to 3.2.
Update gnome-tweak-tool to 3.14.3.
Update gnome-mines to 3.14.2.
Update eog to 3.14.4.
Update geary to 0.10.0.
Update tracker to 1.2.6.
Update gdm to 3.14.2.
Update gtk30 to 3.14.12.
Update gtksourceview3 to 3.14.4.
Obtained from: GNOME dev repo
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG
Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui
Merge deskutils/preferencepanes into deskutils/systempreferences
2015-03-31 lang/gnatdroid-armv5: Nobody cares enough to fix sigtramp-android.c for ARMv5
2015-03-28 sysutils/puppet27: Does not work with Ruby 2.x
2015-03-31 www/rubygem-form_data: Use www/rubygem-http-form_data instead (renamed by upstream)
2015-03-31 www/typo345: Upgrade to www/typo3 or www/typo3-lts
xe-guest-utilities needs to use this older version of the xen tools
which are compatible with FreeBSD 9.x and 10.x. The tools are required
as part of the xe-guest-utilities scripts to report data back to the
hypervisor and permit additional functionality such as Live Migration
when running FreeBSD VMs on the Citrix XenServer hypervisor.