The reason all husky ports were bumped is because the -devel package
suffix was not removed as intended. It's been removed now so all husky
packages have different names.
The fidoconf package uses texi files to build an info page and an html
page. It appears there is no man page equivalent. I couldn't find a
patch to fix the old-format texi files that the latest texinfo programs
can read, so I blocked them from building on FreeBSD 11 and DragonFly
where the port was broken.
While here, I removed %%PORTDOCS%% from man pages. There were installed
unconditionally (as they should be), so setting DOCS option to off would
have broken the port as well. Also use the INFO definition as it should
be rather than hardcoding the pkg-plist.
The maintainer will be notified so he can prepare a patch for texi or
update the port.
Approved by: blanket (unbreaks F11)
2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf
2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef
2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update
2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update
2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update
2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
===> Building package for xview-clients-3.2.1.4.19c_2
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/clock: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/cmdtool: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwm: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwmslave: No such file or directory
...
Reported by: pkg-fallout
The version of makeinfo in the texinfo package, the one that FreeBSD 11
and DragonFly use because texinfo is no longer in base, is too new to
create the info page on this ancient port.
It would be preferred to either update japanese/gawk to match the same
version as textproc/gawk, or just remove the port completely. However,
for some reason it's a dependency over textproc/gawk on two of rodrigo's
ports.
I initially tried using extra-patches to only block info on FreeBSD 11
and DragonFly, but Makefile.in is already patched and it was getting
complicated so I decided just to remove the old info page for everyone.
The man page is still installed of course.
Approved by: blanket (unbreaks F11)
- Mark BROKEN on 10.x+
It accesses field of structure which was made opaque in r235647
to change internally used file descriptor:
cwd.c:892:15: error: incomplete definition of type 'struct _dirdesc'
search->dp->dd_fd = squirrel_fd(search->dp->dd_fd);
~~~~~~~~~~^
/usr/include/dirent.h:58:8: note: forward declaration of 'struct _dirdesc'
struct _dirdesc;
^
This hack is no longer possible on 10.x+. Doscmd may work fine
without it though, but I'm not taking responsibility by blindly
removing it. If you know the interlans and can test it, see
extra-patch-cwd.c.
It provides the following statements and commands: INPUT, PRINT,
LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, and RUN. Integer
arithmetic is supported, and strings may be PRINTed. A built-in
RND(n) function provides random numbers.
The small size of the language make it easy to learn and master
while providing all of the building blocks needed to develop many
interesting programs. tcbasic runs on a variety of platforms and
aims to be as portable as possible.
WWW: https://github.com/tcort/tcbasic
PR: 197938
Submitted by: Thomas Cort <linuxgeek@gmail.com>
The patch was committed upstream. The commit message has a detailed
explanation:
9d77a28e54
Differential Revision: https://reviews.freebsd.org/D2308
Reviewed by: kwm
Approved by: kwm