CPAN be used as the MASTER_SITE, and mat@ suggested making it
just be the backup site
Differential Revision: https://reviews.freebsd.org/D1486
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)
Differential Revision: https://reviews.freebsd.org/D1485
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)
Add MANPAGES option (default YES) because generating the man page
adds a significant number of build dependencies.
Add a comment explaining that the DOXYGEN=NO option gets ignored
if doxygen is installed.
Use option helpers (suggested by mat@).
Use PORTDOCS=* to avoid the need to change pkg-plist if doxygen
changes.
Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}
(suggested by marino@).
Simplify examples installation.
Differential Revision: https://reviews.freebsd.org/D1484
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
- Unbreak build with Vala 0.26 (there are lot of warnings, because Xfmpc still
uses Gtk2 code, deprecated since Vala 0.17.5)
- Bump PORTREVISION
PR: 195629 [1]
Submitted by: Akhmichin Andrey
- Indicate the port is multi-licensed
- Avoid USE_AUTOTOOLS by patching configure instead of configure.in
- Use option helpers
- Simplify DOCS/EXAMPLES handling thanks to staging
PR: 196201 [1]
There were several substitions like "${XXX:S/$/.something/} which is the
equivalent of appending, e.g. "${XXX}.something".
So for the sake of comprehension, change these to appends, and also just
hardcode ".tar.gz" instead of using ${EXTRACT_SUFX} for the same reason.
Since the distfiles are being manually defined, there's no real purpose
to have a variable in the name, and if the EXTRACT_SUFX changes for any
reason (say a new distfile with a different suffix requiring USES+=tar),
then the code actually breaks. These changes make the code easier to
read, comprehend, and arguably makes the port more robust.
The googlecode URL only provides 2.6.0 and 2.6.2 versions of the man pages
and bootstrap compiler, but not the current 2.6.4, so remove those urls.
While here, simplify the LOCAL distcache site urls. The substition is not
necessary.
honored. This is a bit invasive in that it touches several parts
of Wine, and has not been accepted upstream yet, so I am adding it
locally for now.
PR: 188424
Suggested by: tijl
Reviewed by: tijl
Tested by: Lena@lena.kiev.ua