Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.
This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar
So remove escaping and quoting, and sillyness.
PR: 210198
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6779
in search of his kidnapped girlfriend. Plenty of classic platforming
in four nice colors guaranteed!
WWW: http://allegator.sourceforge.net/
PR: 208664
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
This includes:
- Bump PORTREVISION
- Unbreak fetch
- Remove TUCOWS from MASTER_SITES
- Add ATHENA option and set it by default, instead of XVIEW
- Convert GUI's options from RADIO to SINGLE
- Switch to options helpers
- Add MOTIFLIB define with proper value to fix linkage
- Add xmu to USE_XORG
- Regenerate patches
PR: 210081
Submitted by: lightside <lightside@gmx.com>
Approved by: junovitch (mentor)
Changes:
20160404...20160504
- This version uses multimedia/assimp v3.2 library from bug 209356.
- The saved games from previous version are not compatible!
PR: 209357
Submitted by: lightside@gmx.com (maintainer)
- deskutils/tomboy, devel/ocaml-deriving-ocsigen: patch Makefile bug.
- games/0ad: disable make jobs when building bundled Spidermonkey.
PR: 209868
Exp-run by: antoine
Approved by: portmgr (antoine)
* Fix gtk3 incompatibilities
* Fix GTK check in code
* Update to gtk3
* Add libm to link command
* Remove CRs from source
- Take maintainership
- Recreate tarball, new 64869df commit
- Change USE_GNOME=gtk2 to USE_GNOME=gtk30
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
lib/stl.cpp: In member function 'void stlExporter_c::write(const char*, const voxel_c&, const faceList_c&)':
lib/stl.cpp:69:38: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
const char * title = basename(fname);
^
In file included from lib/stl.cpp:44:0:
/usr/include/libgen.h:38:7: error: initializing argument 1 of 'char* basename(char*)' [-fpermissive]
char *basename(char *);
^
PR: 209747
Reported by: antoine (exp-run)
sysutils/kfilemetadata, sysutils/polkit-qt, x11/kde4-runtime
- update USES in some kde ports
Some are cosmetic; some add shebangfix or pathfix where needed
PR: 209304
Submitted by: groot@kde.org (kde)
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542