Age | Commit message (Collapse) | Author | Files | Lines |
|
packages sharing patch files directory.
Increment the package version.
Approved by wiz.
|
|
the file system -- removes bogus warnings for at least opera and
ymessenger, which have "DIST_SUBDIR=.".
Bump to 3.30.
|
|
Drive= Ishiyama" <masahiro@wide.ad.jp> on tech-pkg@.
|
|
|
|
|
|
|
|
strlcpy.]
|
|
branch. WARNS=2 turns on all kinds of stuff that isn't really appropriate,
and isn't turned on in current. "-Wwrite-strings", in particular, triggers
an error on a bit of harmless code in "file.c". Closes PR pkg/17840.
|
|
into separate files for cleanliness.
|
|
for Solaris on FTP_CMD value in Makefile.inc.
Fixed in revision 1.19 of basesrc/usr.sbin/pkg_install/Makefile.inc.
|
|
- direct to CD writing
- inclusion of distfiles for pkgs which can't be packaged.
|
|
Provide a strlcpy() implementation (from -r1.12 of
basesrc/lib/libc/string/strlcpy.c), and use it on Darwin.
|
|
- remove handling of PKG_ADD_BASE.
- don't search current directory if PKG_PATH is set.
- don't prefer local directories.
- constify and cleanup.
|
|
NO_PATCH and NO_CONFIGURE.
|
|
|
|
NO_BIN_ON_{FTP,CDROM})
|
|
|
|
If people are interested in beta testing a replacement, contact me
<seb@netbsd.org>.
|
|
|
|
Make -V work without -p, -O, or -R
Fixes pkg/17558 from Dan McMahill
|
|
|
|
|
|
|
|
|
|
Darwin bootstrap kit everything else now works.
|
|
|
|
is deprecated.
|
|
patch applies to when updating a package
|
|
Use _REQUIRE_BUILTIN_* to specify that the headers/libraries of some parts
of X11 that are available from 3rd parties must be part of the standard X11
distribution or else their symlinks aren't installed as part of x11-links.
This is to allow x11-links to contain all of the parts of the standard X11
distribution.
The problem that prompted this is that newer releases of XFree86-4.x
contain not just new libraries but new inter-library dependencies. Some
of the X11 libraries present in XF86-4.x that were also in XF86-3.x now
depend on libXpm.so or libfreetype.so, which, from a buildlink
point-of-view, must also be found during the link phase when building
software.
|
|
|
|
Avoid problems if a file 'x' is in the current directory with obvious use
of .PHONY. Implement and use extract_mk_dir_var().
|
|
|
|
Check the return code from the second invocation of installprereq(), to
make sure that a failed installation of a rpe-requisite package kills
the attempt to add the package. This reverts pkg_add(1) to traditional
behaviour.
|
|
by Jonathan Perkin in PR pkg/17069. Bump version number 1.29.
|
|
|
|
is based on a very old X11 release.
|
|
. sync dewey support with pkg_info
. fix 'elsif' handling (fixes bogus ns-flash warnings)
|
|
This update adds a prominant message at the end of the run explicitly stating
which class of NO_BIN_ON_{FTP,CDROM} pkgs have been included or excluded
from the set. This should help prevent accidental license violations.
Suggested by Hubert Feyrer in private email.
|
|
Bump version to 1.11.
|
|
- by default cdpack now excludes NO_BIN_ON_CDROM packages. This is the most
important change. Previously all pkgs were included.
- added flag to allow NO_BIN_ON_CDROM packages
- added flag to exclude NO_BIN_ON_FTP packages
- increased the verbosity resulting from the verbose flag
- added a debug flag to preserve tmp files
|
|
that will set USE_LIBTOOL accordingly.
|
|
properly.
Bump version to 1.5
|
|
* when creating BUILDLINK_CONFIG_WRAPPER_SED we also need to create
a corresponding REPLACE_BUILDLINK_SED to reverse the effects
* account for packages that set USE_X11BASE to an empty string.
|
|
* create BUILDLINK_CONFIG_WRAPPER_SED patterns if required
* interpret "Makefile.common" as well as "Makefile" for packages
that share common information
|
|
issues pointed out in private email by Thomas Klausner:
* Include $PKGVERSION instead of RCS revision in script output
* Add a few line breaks to make the output more readable
|
|
* -buildlink-config-wrapper is a hardcoded suffix in
bsd.buildlink.mk. Therefore, make sure the created config wapper
targets actually have this suffix.
* Prevent pkgconfig logic from twice including
pkgconfig/buildlink.mk
* Add missing \" in created sed rules
* Include createbuildlink revision in created files
|
|
|
|
|
|
a buildlink.mk from a package's Makefile and PLIST.
XXX: this is an attempt to make the creation of buildlink.mk files more
XXX: systematic and less error-prone than copying existing buildlink.mk
XXX: files and modifying them for a new package. Any help in making this
XXX: script less simplistic and more versatile is gladly welcome!
|
|
|