Age | Commit message (Collapse) | Author | Files | Lines |
|
(<bsd.own.mk> tries to set it to "ELF" otherwise.) The problem was
unmasked by -r1.983 of bsd.pkg.mk.
Approved by agc.
|
|
|
|
It was replaced with _STRIPFLAG_INSTALL and moved to defs.*.mk.
|
|
|
|
as part of the configure options. A pth with this option enabled provides
some semblance of pre-emptive threads - enough for things like xmms and
knode to actually work.
Add the necessary glue to pthread.buildlink.mk and appropriate CONFLICT
into pth.
It is hoped that the pkgs that currently use
-D_POSIX_THREAD_SYSCALL_SOFT=1
will be tested against pth-syscall and changed to use it. The goal is to
be able to add --enable-syscall-hard to devel/pth and retire pth-syscall.
Baby steps...
|
|
packages to build correctly on "transitional" systems, where the user
may have ${OBJECT_FMT} set in ${MAKECONF} to either a.out or ELF. On such
systems, you need something like this just to build the "pkg_install"
package. Closes PR pkg/16213.
|
|
|
|
package.
|
|
Packages.txt.
Supplements PR 16971 by Julio Merino <jmmv@hispabsd.org>
|
|
|
|
|
|
PKG_TOOLS_BIN and FETCH_CMD defaults work when LOCALBASE is not
"/usr/pkg".)
|
|
f2c was really only needed in 1.4 and earlier days.
|
|
|
|
shared libs, as found on Darwin. From Jeff Putsch <jdputsch@attbi.com>
as part of pkg/16104.
|
|
If no PKG_JVM is specified, same behaviour as before.
If PKG_JVM=sun-jdk, check if on -current or linux and if so,
use sun-jdk14, else sun-jdk13. Else believe user when she
specified PKG_JVM=sun-jdk13 or PKG_JVM=sun-jdk14.
|
|
While here remove some old comments.
|
|
|
|
The Solid POP3 Server is an implementation of a Post Office Protocol
version 3 server that has flexibility as its main goal. The server is
easily configurable and has support for few features such as APOP
authentication scheme, virtual hosting, maildir and mailbox handling,
bulletins and expiration of messages. Each user can specify position and
type of his maildrop.
Contribyted by Piotr Stolc <socrtp@soclab.eu.org> in PR 16682
|
|
|
|
|
|
|
|
|
|
request to the prdownloads.sourceforge.net site, which used to return
the distfile, now returns 8KB (roughly) of html, including
advertisements, and a link to the real distfile.
Delete prdownloads from the MASTER_SITE_SOURCEFORGE list (sadly,
because it seemed to be the quickest way to download files from
sourceforge).
|
|
|
|
|
|
|
|
No functional changes.
|
|
|
|
|
|
MASTER_SORT* does the right thing.
|
|
|
|
installed via binaries (if possible), even if there is no binary
pkg available for the current pkg.
Implementation still allows overriding DEPENDS_TARGET=build (etc.)
to force installation of dependencies by compiling if desired.
Patch submitted by Marko Schuetz <MarkoSchuetz@web.de> in private mail.
|
|
to the PATH so we don't have to fix so many broken configure scripts
and Makefiles that expect to find the *-config scripts in the PATH.
|
|
exist, then the local patches weren't applied.
|
|
|
|
force a package to be installed into ${X11BASE} if it uses Motif. As a
side effect, the xemacs and xemacs-current packages no longer install into
${X11BASE} but into ${LOCALBASE}, which matches what they used to do before
being converted to use Motif dialogs.
|
|
header files. It defines MACHINE_ENDIAN which is one of three values:
little, big, or unknown.
This file is used in package Makefiles as follows:
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"
# ...big endian stuff...
.elif ${MACHINE_ENDIAN} == "little"
# ...little endian stuff...
.else
BROKEN= "Unknown endianness"
.endif
|
|
or SCRIPTS_ENV in non-native jdk case.
|
|
version of the package, and an attempt is made to install the package,
first "make clean" and then "make build" to pick up the new version of
the package before continuing with "make install", rather than printing
an error message and dying.
|
|
${WRKDIR} every time with "mkdir -p" - instead, use the ${WRKDIR}
target, so that any symlinks to it are created properly.
Also, when creating the ${DLIST} file in the update target, don't pipe
the output of pkg_info -R through "tail -n +4" - simply use pkg_info -qR
to achieve the same results.
|
|
"head -1" - use awk to do the work for us.
|
|
Inspired by PR 16350, sanity-checked by tron
|
|
GENERATE_PLIST is a sequence of commands, terminating in a semicolon,
that outputs contents for a PLIST to stdout and is appended to the
contents of ${PLIST_SRC}.
Convert the perl5 packlist handling to use GENERATE_PLIST.
|
|
package. For that purpose, move most of Makefile into a new
Makefile.common.
|
|
the appropriate dependency). Patch provided by ww@GROOVY.NET
|
|
|
|
Patch submitted by dawszy@ailuj.openbsd.org.pl in private mail.
|
|
- remove unwanted entries earlier by using ${GREP} -v
- substitute more specific bits before lesser ones: ${MACHINE_GNU_PLATFORM}
before ${MACHINE_ARCH} and ${MACHINE_GNU_ARCH}
- substitute *after* the sort so substitution does not move the
pathnames around
- add substitution of ${PKGVERSION}
- substitute ${PKGLOCALEDIR}/locale (this can help actually catching PLIST,
configuration, build, ... problems with respect to the correct locale
directory varying from platform to platform)
|
|
that is used regardless of whether perl is installed or not, and we
sometimes want its value before include bsd.pkg.mk.
|