summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam41-94/+114
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.
2005-08-20Add some missing man pages to the PLIST.kristerw2-3/+7
Bump PKGREVISION.
2005-08-20Update MASTER_SITES, and remove HOMEPAGE which no longer exists.bouyer1-3/+2
From Marc Baudoin in private mail.
2005-08-20strip leading "-Qoption ld" from -R args for sunpro C++ compiler, togrant2-1/+66
avoid duplicate "-Qoption ld" args when the -R args is later stripped. thanks to jlam@ for the hint.
2005-08-20awstats bump for CAN-2005-1527adrianp1-0/+1
2005-08-20Patch from awstats CVS for CAN-2005-1527adrianp3-5/+360
Bump to nb1
2005-08-20nuke ONLY_FOR_COMPILER .. newer versions of these packages build finegrant2-6/+2
with at least icc and sunpro.
2005-08-20note PKGREVISION bump of libvorbis.grant1-0/+1
2005-08-20Fix the msgfmt.pl script to deal with messages with plurals whose stringsjmmv2-37/+108
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.
2005-08-20don't assume a shared library can be built from non-PIC code.grant3-7/+60
2005-08-20bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the onlygrant1-2/+2
package which used -fast which was actually building.
2005-08-20strip -lstdc++ if not using gcc.grant3-2/+20
2005-08-20fix typo in lastgrant1-2/+2
2005-08-20- USE_LANGUAGES=c++grant1-1/+8
- strip -lstdc++ if not using gcc
2005-08-20Fixed a syntax error (a string had not been enclosed in double quotes).rillig1-2/+2
2005-08-20fix a conditional to appease bmakegrant1-2/+2
2005-08-20The default values for some variables in checkfile_package_Makefile arerillig1-24/+19
chosen more carefully to avoid false warnings. The local variables are sorted by categories. Unnecessary variables have been removed.
2005-08-20The htdocs directory is under ${PREFIX}, so use REQD_DIRS instead ofjlam1-4/+4
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.
2005-08-20Don't skip files that are under REQD_DIRS directories, as those arejlam1-3/+3
typically under ${PREFIX}.
2005-08-20fix a broken conditionaldmcmahill1-2/+3
2005-08-20Add a guideline for what should be listed in REQD_* variables -- theyjlam1-5/+10
should be files or directories under ${PREFIX}.
2005-08-20Note nullmailer update.schmonz2-2/+2
2005-08-20Update to 1.00. From the changelog:schmonz10-64/+93
- 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.
2005-08-20add -xnolibmopt after -fast to disable the use of libsunmath (until itgrant1-2/+14
can be sanely statically linked).
2005-08-20The various bsd.pkginstall.mk variables can be paths relative tojlam1-3/+3
${PREFIX}, so prepend the words with ${PREFIX} in that case when setting CHECK_FILES_SKIP.
2005-08-20The plugins directory is under ${PREFIX} and we install a plugin injlam2-4/+4
there already, so don't use OWN_DIRS -- just use @dirrm. Bump the PKGREVISION to 2.
2005-08-19Install the locale.alias file into an example directory, and copy itjlam2-3/+12
into place via REQD_FILES. This fixes a CHECK_FILES error. Bump the PKGREVISION to 5.
2005-08-19Put the charset.alias file into place using REQD_FILES instead ofjlam2-4/+4
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.
2005-08-19Define new variables for package Makefile use:jlam9-193/+274
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.
2005-08-19perllocal.pod is like info/dir... we don't care if it's created orjlam1-1/+2
removed by any package.
2005-08-19Use PTHREAD_LDFLAGS and PTHREAD_LIBS instead of hard-coded -lpthread.reed2-4/+4
(Fixed build on DragonFly.)
2005-08-19Add the 'ug' locale, initially used by gnome-themes 2.10.1 (AFAICT).jmmv13-13/+65
2005-08-19Note bglibs update.schmonz1-0/+1
2005-08-19Update to 1.026. From the changelog:schmonz3-8/+8
- 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.
2005-08-19Reformat first paragraph. When the package name was expanded,reed1-5/+5
the first line was too long and wrapped.
2005-08-19Use -f to force removal of the default files.reed1-2/+2
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.)
2005-08-19This adds DragonFly support. (Before shared libraries were not built.)reed2-3/+100
This is from Joerg Sonnenberger's diff. I do not know if this support has been submitted to Sleepycat for dist/configure* yet.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam53-251/+199
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.
2005-08-19Added the command line option -CDESCR, for consistency.rillig1-2/+4
2005-08-19Rewrite sub-script targets so be less susceptible to "make variablejlam1-59/+212
overflow" by splitting up the huge "one-liner" scriptlets into smaller, individually executable bits.
2005-08-19Add the 'te' locale, initially used by gnome-desktop-2.10.2 (AFAICT).jmmv13-13/+65
2005-08-19When doing an UNPRIVILEGED install, it failed with:reed1-1/+2
cannot create /home/reed/pkg/xorg/lib/X11/config/host.def: permission denied I fixed this by chmod NONBINMODE. (Idea from www/apache/Makefile.)
2005-08-19Add DragonFly.mk file and now support DragonFly.reed2-1/+86
This is from PR #30711. Thank you Joerg. Approved by maintainer (in PR).
2005-08-19this explicitely requires glitz-0.4.4drochner1-1/+3
2005-08-19Mention --varbase option.reed1-1/+3
2005-08-19add pslib+evincedrochner1-1/+4
2005-08-19The --help message was wrong. The progress messages are not printed onrillig1-2/+2
STDERR but on STDOUT.
2005-08-19import py-pslib-0.2.0 - a Python wrapper for pslibdrochner4-0/+26
2005-08-19import pslib-0.2.6, a tool to create postscript from programsdrochner5-0/+69
2005-08-19import evince-0.3.2, another postscript/pdf viewerdrochner4-0/+90