Age | Commit message (Collapse) | Author | Files | Lines |
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION
for packages that were modified as a result.
|
|
Bump PKGREVISION.
|
|
From Marc Baudoin in private mail.
|
|
avoid duplicate "-Qoption ld" args when the -R args is later stripped.
thanks to jlam@ for the hint.
|
|
|
|
Bump to nb1
|
|
with at least icc and sunpro.
|
|
|
|
are identical (e.g., msgid == msgid_plural) by ignoring the duplicates.
In fact, this is a rewrite of the script, since I couldn't understand the
old one (ew).
Also change the way we use it to only pull it in the build if the real
msgfmt does not support plurals (i.e., it's older than 0.10.36).
Fixes PR pkg/30596 and PR pkg/30938 (both related to epiphany).
It also fixes the build of evolution-data-server and probably others.
|
|
|
|
package which used -fast which was actually building.
|
|
|
|
|
|
- strip -lstdc++ if not using gcc
|
|
|
|
|
|
chosen more carefully to avoid false warnings. The local variables are
sorted by categories. Unnecessary variables have been removed.
|
|
MAKE_DIRS. This causes the htdocs directory to be conditionally
removed every time, regardless of the value of PKG_CONFIG. Bump the
PKGREVISION to 3.
|
|
typically under ${PREFIX}.
|
|
|
|
should be files or directories under ${PREFIX}.
|
|
|
|
- Fixed problem with multiple arguments to protocol modules.
Thanks Sascha Silbe.
- Fixed extraneous spaces in SMTP sender.
- Made permissions on queued files more strict.
- Handle the "-bs" flag in the sendmail wrapper by dieing when we see it.
- Fixed the address parser handling domain names with trailing periods.
- Fixed bug in header parsing that would cause the last header line to
be repeated if there was no body.
- Fixed bug in handling headers containing CR+LF line endings.
pkgsrc changes:
* Replace @exec and @unexec in PLIST with bsd.pkginstall.mk incantations
* sort PLIST
* Honor VARBASE in manpages and rc.d script
* Enable logging in rc.d script
* Allow rc.d script to start nullmailer without rc.subr
* Take MAINTAINER.
|
|
can be sanely statically linked).
|
|
${PREFIX}, so prepend the words with ${PREFIX} in that case when
setting CHECK_FILES_SKIP.
|
|
there already, so don't use OWN_DIRS -- just use @dirrm. Bump the
PKGREVISION to 2.
|
|
into place via REQD_FILES. This fixes a CHECK_FILES error. Bump the
PKGREVISION to 5.
|
|
CONF_FILES since we need it to always be present for libiconv to
function properly. It's now no longer removed automatically at
deinstallation if it differs from the stock charset.alias file, meaning
it's now preserved in case the user made modifications to the file;
however a warning will be output that the file can be safely removed
if you don't need it anymore. Bump the PKGREVISION to 1.
|
|
REQD_FILES, REQD_FILES_PERMS, REQD_FILES_MODE
REQD_DIRS, REQD_DIRS_PERMS
These are the same as the CONF_* variables, except the files and
directories listed in REQD_* are always copied over, created or removed
(taking into account if there are user modifications from the originals,
etc.) regardless of the value of PKG_CONFIG.
The implementation involved pushing the knowledge of PKG_CONFIG,
PKG_RCD_SCRIPTS, PKG_CREATE_USERGROUP, and PKG_REGISTER_SHELLS into
the individual helper scripts. The helper scripts are now always
invoked by the +INSTALL and +DEINSTALL scripts. The +DIRS and +FILES
script have been enhanced to understand a new "f" flag that means
"force" to ignore the value of PKG_CONFIG and PKG_RCD_SCRIPTS.
Lastly, the +FILES script has been taught a new "r" flag just for rc.d
scripts and the +RCD_SCRIPTS script is now unnecessary.
|
|
removed by any package.
|
|
(Fixed build on DragonFly.)
|
|
|
|
|
|
- Fixed negative indexing bugs in str_findprev* and ibuf_getstr_crlf
functions. Thanks Gerrit Pape.
- Added the capability to bg-installer to optionally run commands based
on the existance of the source (or another) file.
- Fixed bg-installer to not create directories in "dry-run" mode.
|
|
the first line was too long and wrapped.
|
|
My error was:
/bin/rm /home/reed/pkg/share/examples/openldap/schema/corba.schema.default
override r--r--r-- reed/2022 for /home/reed/pkg/share/examples/openldap/schema/corba.schema.default?
(For several files it was interactive to remove.)
This is when doing non-privileged builds.
(An alternative to this is to make it install the *default files with
NONBINMODE in the first place.)
|
|
This is from Joerg Sonnenberger's diff.
I do not know if this support has been submitted to Sleepycat
for dist/configure* yet.
|
|
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
|
|
|
|
overflow" by splitting up the huge "one-liner" scriptlets into smaller,
individually executable bits.
|
|
|
|
cannot create /home/reed/pkg/xorg/lib/X11/config/host.def: permission denied
I fixed this by chmod NONBINMODE.
(Idea from www/apache/Makefile.)
|
|
This is from PR #30711. Thank you Joerg.
Approved by maintainer (in PR).
|
|
|