Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
PR pkg/48823
|
|
|
|
|
|
|
|
|
|
noticed by diger in pkgsrc-users@.
|
|
noticed by diger in pkgsrc-users@.
While here, enable useradd only for the case groupadd exists,
because former useradd is interactive command, not usable with pkgsrc framework.
|
|
noticed by diger in pkgsrc-users@.
|
|
noticed by diger in pkgsrc-users@.
|
|
ulimit -m: invalid option
ulimit -d: data sg size: cannot get limit: Invalid Argment
ulimit -s: stack size: cannot modify limit: Invalid Argment
noticed by diger in pkgsrc-users@.
|
|
http://www.gnu.org/licenses/license-list.en.html#OpenSSL
|
|
|
|
|
|
Thank you, Shuji SADO and obache@.
|
|
|
|
package Makefiles when packages perform custom rc.d handling.
|
|
in official download page.
They have no uptodate content, and download.sourceforge.jp is
redirect only.
|
|
It is dead.
|
|
Remove not-working or abandoned mirror sites.
|
|
No objection on public mailinglist.
|
|
No change for !=Darwin.
This fixes at least some fuse-using packages.
(Proposed on tech-pkg on April 6, no objections received.)
|
|
* if p5-* in {,BUILD_,TOOL_}DEPENDS, use perl5 from pkgsrc.
* check whether builtin perl satisfies PERL5_REQD, or use perl5 from pkgsrc.
* if buitin perl satisfies all {perl>=n.m,p5-foo>=x.y} style dependencies,
get rid of such dependencies and use builtin perl.
|
|
|
|
* HASKELL_ENABLE_LIBRARY_PROFILING and HASKELL_ENABLE_HADDOCK_DOCUMENTATION
are "User-settable variables", not "Package-settable variables".
* Change to HASKELL_ENABLE_HADDOCK_DOCUMENTATION=yes by default.
* Add HASKELL_ENABLE_SHARED_LIBRARY("yes" by default), to enable shlib support.
* Add support for dynamically conditional PLIST entries handling for
HASKELL_ENABLE_SHARED_LIBRARY and HASKELL_ENABLE_LIBRARY_PROFILING.
discussed with pho@ and szptvlfn@.
|
|
|
|
affect to result of pkgtools/x11-links, normal build v.s. pbulk.
|
|
|
|
OSI-approved, see
http://opensource.org/licenses/CECILL-2.1
|
|
Set INSTALL_UNSTRIPPED if you want the behaviour it affected.
|
|
|
|
|
|
Ignore long time obsolete FreeBSD 1-3 and consider FreeBSD ELF-only.
|
|
|
|
and documented in mk/defaults/mk.conf. Both the "gpg" and "x509" methods
supported by pkg_admin(1) are supported. With package signing enabled, a
staging, unsigned copy of the package is always created, and its final copy
to the package repository is done with pkg_admin(1) instead of "ln || cp".
Proper operation should otherwise not be affected.
Tested both with and without user-destdir support in packages.
"can live with it" joerg@
From EdgeBSD.
|
|
from GCC.
|
|
is required.
|
|
|
|
It does not exist anymore.
Pointed out by nonaka@, thank you.
|
|
|
|
supports it.
|
|
since it's OSI-approved:
http://opensource.org/licenses/EUPL-1.1
ok@ gdt
|
|
|
|
|
|
|
|
|
|
The change introduced in rev. 1.5 disables portability check.
|
|
under Debian GNU/Linux 7.4.
lang/nawk's length(array) does not work as expected. So length(array) make
array as usual variable.
|
|
SMF is the Service Management Facility, the default init system in
Solaris and derivatives since version 10. This adds "smf" to the list
of supported INIT_SYSTEM types, and makes it the default init system on
platforms where it is available.
Packages can introduce SMF support by providing a manifest file, by
default located in ${FILESDIR}/smf/manifest.xml but manifests under
${WRKSRC} can be used too if the package source includes one.
SMF method scripts are supported too if required, using SMF_METHODS in a
similar manner to RCD_SCRIPTS.
Many parts of the SMF infrastructure are configurable, see mk/smf.mk for
the full details.
|
|
This commit introduces an INIT_SYSTEM variable which will determine the
type of init system to be used on the target system, supporting "rc.d"
at this time.
The pkginstall infrastructure is changed to only install RCD_SCRIPTS if
INIT_SYSTEM is set to "rc.d", and PLIST entries for rc.d scripts are
now handled automatically based on RCD_SCRIPTS.
|