Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
default. ++pkgrevision. Tested on NetBSD-6
|
|
When FTPUSERAGENT="Mozilla/1.0", for example, fetching from
MASTER_SITE_SOURCEFORGE fails.
Original problem is reported from tsutsui@.
|
|
This is Open and Free:
http://directory.fsf.org/wiki/License:Sleepycat
http://opensource.org/licenses/sleepycat
|
|
DragonFly has two compilers in base, GCC 4.4.7 and GCC 4.7.2.
The way one switches between them for userland programs is to set
CCVER in the environment.
However, to set this via make.conf is tricky. I've been using the
low level "ALL_ENV+= CCVER=gcc47", but this trick fails to properly
identify the compiler which results in _GCC_VERSION being incorrectly
defined.
Additionally, there are some prominent packages that do not build on
gcc 4.7 and the fix is either not fully understood or would require a
large amount of work to implement. In these cases, it is desireable
to specify the package be built on gcc 4.4 regardless of CCVER setting.
To address these issues, a new directive is added: DRAGONFLY_CCVER.
It is only effective if OPSYS equals "DragonFly", and it will properly
set CCVER and properly define _GCC_VERSION. It will also allow a
per package specification of a particular compiler in the pkg makefile.
|
|
|
|
From markd.
|
|
By default pkgsrc uses LOCABASE/gnu as a prefix for packages to install
native versions of GNU tools, which are them symbolically linked back to
the 'g' versions of the files in LOCALBASE, and users can then add
LOCALBASE/gnu/bin to PATH to pick up those tools.
On systems where the GNU environment is desired, PKGGNUDIR now allows
users to install the non-'g' files directly into LOCALBASE, making them
the default without having to alter PATH, whilst retaining the 'g' files
in order to ensure dependencies and tool paths remain the same.
|
|
|
|
|
|
|
|
|
|
scan results to speed up the process. Fix a bug that overwrote the
package.log during installation.
|
|
|
|
|
|
|
|
No objection on tech-pkg@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for gobject-introspection users
|
|
|
|
|
|
|
|
This change modifies the algorithm used to keep track of the files that
have not yet been checksummed to use a simple loop instead of shell pattern
matching.
For packages with few distinfo entries, either way yields the same result
as the list of files to check is very short. But for those packages with
hundreds of distinfo entries (vim, I'm looking at you), the difference is
huge. In my old macppc machine, the checksum of vim used to take around
40 minutes and now it takes ~35 seconds. The difference is also clearly
visible in my faster amd64 machine (although I haven't bothered to time it).
|
|
disable-compile-inits Disable compile time implicit initialization.
fontconfig Enable FONTCONFIG (fonts/fontconfig) support.
- Add following options for ghostscript-cidfonts-ryumin
adobe-cidfonts Select Adobe-fonts.
ipa Select IPA fonts (fonts/ipa-fonts).
motoya Add motoya fonts (fonts/motoya-fonts).
umefont Add Umefont (fonts/umefont-ttf).
|
|
|
|
|
|
|
|
|
|
Fix PR pkg/42967
|
|
Some Linux distributions, for example Gentoo Linux, have xz command in base.
|
|
version ... is already installed".
<http://mail-index.netbsd.org/pkgsrc-users/2011/08/02/msg014770.html>
This makes "make update" usable for me again. Thanks Obata-san!
|
|
Switch back to /bin/sh -c false, at least it does not move.
|
|
|
|
Introduce USE_GCC_RUNTIME for packages which build shared libraries, but
do not use libtool to do so, and add logic to always define _USE_GCC_SHLIB
on Solaris if either USE_LIBTOOL or USE_GCC_RUNTIME are defined. On Solaris,
a non-GNU linker is always used, so this correctly adds a dependency upon the
gcc runtime for those packages.
|
|
"yes" or "no" for whether BUILDLINK_{INCDIRS,LIBDIRS,RPATHDIRS}.<pkg>
should automatically be added to the compiler/linker search paths.
Defaults to "yes".
|
|
it is a builtin prefix or ${BUILDLINK_DIR} otherwise.
|
|
Code by Jonathan Perkin.
|
|
mk/compiler/gcc.mk
|
|
|
|
Added description of options. Added update to changes file.
Used buildlink3 for findlib dependency.
|
|
latest and can handle msgctxt tags
|