Age | Commit message (Collapse) | Author | Files | Lines |
|
Distfile contents and checksum didn't change.
Closes PR 24946 by Steven M. Bellovin.
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
|
|
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
|
|
<sys/mtio.h> or <sys/tape.h> is available.
|
|
|
|
|
|
|
|
|
|
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
|
|
|
|
PPMd is a file compressor written mainly for embedding in user programs, and
it is not intended for direct use. This program is an effort to make speed
and performance improvements on the abstract PPM model [1-6] without tuning
it to particular data types.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
Should fix bulk build.
|
|
database.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
|
|
packages don't provide libgcc_s* yet.
|
|
Some fixes for the libunrar.so (not installed) and Win32 changes.
Two parts of the diff look like they might be minor bugfixes.
[No changelog available...]
|
|
|
|
|
|
RAR is a powerful tool allowing you to manage and control archive
files.
RAR features include:
* Highly sophisticated, original compression algorithm
* Special compression algorithms optimized for text, audio,
graphics data, 32 and 64-bit Intel executables
* Better compression than similar tools, using 'solid' archiving
* Authenticity verification (registered version only)
* Self-extracting archives and volumes (SFX)
* Ability to recover physically damaged archives
* Locking, password, file order list, file security & more ...
|
|
|
|
|
|
environment overrides all other settings.
|
|
testing it.
|
|
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
|
|
as PREFER_PKGSRC. Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
|
|
whether the software is built-in or not. This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
|
|
block that decides whether package FOO is built-in or not. If the
platform is listed in IMCOMPAT_FOO, then treat FOO as being not
built-in.
|
|
|
|
properly by the program. Fixes multiple crashes and handling of tar archives.
Closes PR pkg/24206.
Also depend on zip and unzip and ensure paths to them are correct.
Bump PKGREVISION to 2.
|
|
|
|
existing value. This is critical to set the correct list of dependencies
for a package.
|
|
|
|
|
|
etc. because the bare variables will point to the correct executables.
|
|
|
|
|
|
(e.g using Linux :-), noted by Gendalia.
|
|
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
|
* Fixed bug #131560: zip files gets an empty password by default.
|