Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
check for new value.
|
|
|
|
|
|
Tested on Ubuntu for POWER8.
Thanks to John Klos.
|
|
|
|
|
|
When necessary, the flex version is obtained from the version string reported
by running flex. Generally, the first word of the version string is flex and
and the second is a version number. At least for MacOS, there is a third
vendor-specific word. The sed command previously used to capture the flex
version captured the last word, not the second one, because the first capture
group was too greedy and could capture more than a single word. Instead,
force the capture groups to capture only words, i.e., no blanks, and use the
second word for the version.
|
|
|
|
PR 51826.
|
|
|
|
|
|
https://gcc.gnu.org/wiki/Graphite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No functional change intended.
|
|
No functional change intended.
Still a few left.
|
|
match for 4.5, 4.6, 4.7, which will soon be dropped).
This commit is the functional change. Cleanup will be done in separate
commits.
|
|
|
|
of this feature has exploded over recent years, this avoids quadratic
complexity for many packages during scan and build phase of a bulk
build. Pbulk logic for exploiting this feature will be committed
separately. Over all, this saves ~66% for wm/xfce4-wm
with initially empty cache and ~90% when the cache is populated. Total
scan time can be cut in half.
|
|
Tested on openSUSE 11-42.
|
|
- remove three defunct mirrors
- remove xemacs.org - its hoster tux.org went down,
and the master site as well as all the *.xemacs.org
DNS entries are gone
- add two mirrors that run under their own domain name
|
|
"There's no reason not to upgrade it."
|
|
|
|
for Dragonfly.
From David Shao in PR pkg/51688.
|
|
This variable contains the options that are NOT enabled for a package.
|
|
This large commit accomplishes the following:
1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead
of lang/gcc-aux (gcc 4.9.2) on gcc.mk
2) Bump affected ports and fix paths as necessary
3) Upgrade devel/gprbuild to the latest release
- No longer requires lang/gnat_util
- gprslave requires gcc6-aux, so it was disabled for now
4) Fix lang/gnat_util but set PKG_SKIP_REASON
- It has no further purpose in the pkgsrc tree
- It has no practical purpose outside of the pkgsrc tree
- Indicate intent to remove from tree in Jan. 2017
5) Set devel/GPS as failed with PKG_FAIL_REASON
- This version of GPS is several years old and at the time they were
strongly tied to compiler.
- Latest release of GPS require gcc6-aux (not available) and several
new and complex dependencies
- maintainer (me) has no interest to continue supporting it
- Leaving GPS in place until Jan 2017 to give another person chance to
upgrade and take over support
- Latest version in FreeBSD Ports Collection as a reference point
|
|
|
|
|
|
|
|
of assuming /usr/include; this fixes compilation of net/socat,
which has broken !HAVE_POLL code
|
|
overwrite them on demand. This allows building ROM images and the like
with a special target ABI. Discussed a while ago with jperkin.
|
|
passing down NOCTF when they don't exist.
|
|
|
|
|
|
|
|
to "auto", which will enable cwrappers if the _OPSYS_SUPPORTS_CWRAPPERS
platform variable is set to "yes".
Switch over to cwrappers by default for Darwin, Linux, and SunOS (except when
using the sunpro compiler).
|
|
It's going on 10 years since gcc 3.4 and gcc 4.1 were part of DragonFly.
DF Release 4.4 is the earliest with any kind of support and the earliest
possible GCC version is 4.7 there.
|
|
By default CMAKE_INSTALL_PREFIX points to PREFIX, but some software requres
custom subprefix. At least blender and brlcad are in this category.
To set new prefix it's sufficient to set CMAKE_INSTALL_PREFIX in a package,
for example (in brlcad):
CMAKE_INSTALL_PREFIX=${PREFIX}/brlcad
Reviewed by <joerg> and <jperkin>.
|
|
|
|
|
|
|
|
|
|
See
https://opensource.org/licenses/sisslpl
|