The japanese/scim-prime port was actually staged but it requires
japanese/prime to run which is being removed, so scim-prime is being
removed as a cascade.
The two ports affected by the tcl/tk 8.0 removal, ja/tkhonyaku and
ja/timidity++-tcltk only build on FreeBSD 8.x because the tcl/tk ports
themselves don't build on FreeBSD 9 and later. The timidity port was
staged but unmaintained, and the tkhonyaku port was staged by its
maintainer who was advised that his port was in danger of being removed
with tcl/tk 8.0 at least 3 weeks ago.
* Add stage support
* Replace NOPORTDOCS with option DOCS
* Remove bad URL from MASTER_SITES
* Convert to @fontsdir keywork (affects dependencies and pkg-plist)
* Remove pkg-req (@fontsdir takes over its task)
* Install directory has changed as a result (lib/X11/fonts/kaname12)
PR: 190071
Submitted by: WATANABE Kazuhiro
* Update to the latest jnethack patch
* Remove BROKEN flag
* Add staging support (inspired by games/nethack)
* Use base compiler instead of gcc
* Quick fix for bug 192743 (chown and chmod)
* marino: Use SUB_FILES instead of roll-your-own pkg-deinstall
* marino: Remove unnecessary loop for REINPLACE_CMD
* marino: Simplify docs installation, remove two loops
* marino: Unmask configure commands
* marino: Use parentheses and "&&" instead of just ";" on compounds
* marino: Beef up pkg-descr for those unfamiliar with NetHack
PR: 193206
Submitted by: WATANABE Kazuhiro
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
The previous change was tested and needs a small patch to work in all
cases. Patch functioning confirmed by PR submitter
PR: 193061
Submitted by: turutani (kyoto)
I modernized and simplified this port beyond the PR, including embedding
the pkg-plist and converting patch-aa with DOS line endings and using
dos2unix. I also removed the shell command at the small expense of
making lha a permanent dependency. The downside is that this is a manual
package with a restricted cdrom, so I can't test any of it. I'll commit
this with the hope that it's correct and request the submitter, who does
own the restricted data, verify that it's working as hoped.
PR: 193061
Submitted by: turutani (kyoto)
This was originally a staging PR, but vanilla staged it before the PR
was processed. He missed the WWW update though, so I'll do that now.
PR: 193060
Submitted by: turutani
* Use OPTIONS_DEFINE=DOCS instead of NOPORTDOCS.
* Remove obsolete MAN* variables, and use pkg-plist.
* Take maintainership.
Submitted by: WATANABE Kazuhiro
PR: 192966
With clang:
gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src'
touch ../src/config.h-t
gcc -W -g -O -I../include -c monst.c
gmake[3]: gcc: Command not found
With gcc:
gcc -W -g -O -I../include -c ../sys/unix/unixmain.c
../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory
../sys/unix/unixmain.c: In function 'main':
../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function)
Reported by: pkg-fallout
With hat: portmgr
- Note that full support of configuration tools such as tlmgr and texconfig
is not ready yet.
- Most of dviware now supports libpaper to choose the default papersize.
Use paperconfig(8) utility or print/papersize-default-* packages.
- Some quite old macros of the age of latex209 have been removed, and
there are user-visible/invisible incompatibilities. Please send a report
to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port)