- Remove CMAKE_BUILD_TYPE [1]
CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific
library versions (debug |optimized | general).
In our case external libraries reside in other ports and only install
one version (no separate debug/optimized). Also, the ports system
provide correct compiler flags (-g and no optimizations when WITH_DEBUG
is used). Thus, cmake buildtypes only add extra compiler flags. Ports will
be built correctly both by default and for WITH_DEBUG case.
- Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure
target instead of WRKSRC)
PR: 126507 [1]
Submitted by: amdmi3@ [1]
Tested with: exp-run
Thanks to: pav/amdmi3
to remove them from the board, ultimately trying to eliminate all
but one. The boards are randomly generated, with 100 levels of
difficulty. The game auto-saves, and has undo-redo capability.
Pieces can move horizontally, vertically, and diagonally.
WWW: http://gottcode.org/peg-e/
- Use fixed uid and gid
- Rewrite the rc script to use the new rc.d style and split into two scripts:
hts (for server) and htc (for client)
- Bump PORTREVISION for this
PR: ports/125714 (based on)
Submitted by: G.V. Tjong A Hung <gvtjongahung at users.sourceforge.net> (based on)
- Added blender wrapper script for setting up an initial $HOME/.blender
link to point to the blender data directory (for easier script usage).
- Install additional scripts
- Install additional locales on demand
- Install additional docs on demand
- Pass maintainership to submitter
PR: ports/130753
Submitted by: Marcus von Appen <mva@sysfault.org>
necessary to install or run the port, but if it is there, it will detect the
port);
- Install files (zlib.cmi and zlib.mli) needed by www/ocsigen.
- Bump portrevision
PR: ports/130507
Submitted by: Jaap Boender <jaapb@kerguelen.org>
Approved by: stas (maintainer)
Features in this release include:
- Multi-Language feature added enabling you to view JAWStats in your native
langauge.
- "Keywords" & "Keyphrases" sections merged together as "Searches".
- Table paging and tag clouds added to "Searches: Keywords" and "Searches:
Keyphrases" sections.
- Modal Dialog boxes replaced with scrolling top section (gives more screen
"real estate", removes bugs in certain browsers).
- Fixed "foreign" characters bug in data, e.g. keywords and keyphrases.
- Fixed bug with PHP's short-open-tag
- Added "Site Name" string to config.php, give your sites a more descriptive
name than just a URL
- Referrers > Referring Domains no longer has repeated entries (i.e. www.xyz.com
and xyz.com now appear as one entry, not two)
- Misc tweaks
PR: ports/131062
Submitted by: Alan Snelson <Alan@Wave2.org> (maintainer)