summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2005-08-19Reduced two errors to warnings for the category Makefiles: The sortrillig1-3/+3
order and subdirectories which are commented out without giving a reason.
2005-08-19this was completely broken due to some leftover patchesdrochner4-55/+3
bump PKGREVISION
2005-08-19fix the environment variable which tells the path to ghostscript.drochner1-2/+3
this way, configure will continue, even with no ghostscript installed at build time. I realli don't want a hard dependency on a specific version. Should fix build error seen in bulk build.
2005-08-19Don't check the distinfo twice if it is defined as ./distinfo in therillig1-2/+2
package Makefile. This occurs for example in multimedia/gmplayer.
2005-08-19Add support for NetBSD-amd64 contributed by Nicolas Joly in PR pkg/30622.tron2-3/+11
2005-08-19Note print/acroread7 update.salo1-0/+1
2005-08-19Update to version 7.0.1salo2-8/+8
Changes unknown, still vulnerable (at least) to: http://www.adobe.com/support/techdocs/321644.html http://www.adobe.com/support/techdocs/331710.html TODO: Solaris version available.
2005-08-19Skip the configure stage if NO_CONFIGURE is defined (useful forschmonz1-2/+2
djbware without conf-* files).
2005-08-19Do the DIST_SUBDIR dance because of already-downloaded files. *Sigh*cube2-8/+9
Pointed out by Thomas Klausner and Jeremy C. Reed.
2005-08-19Note xentools20 PKGREVISION bumpbouyer1-0/+1
2005-08-19Add a patch from Jed Davis posted to port-xen which allows xend to bebouyer3-2/+21
gracefully restarted. See http://mail-index.netbsd.org/port-xen/2005/08/17/0003.html for details. Bump PKGREVISION.
2005-08-19build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,drochner1-2/+2
should fix build problem seen in bulk-builds
2005-08-19add a dependency on py-xmldrochner1-1/+10
This is not necessary for normal scons use, but there is an extension "bksys" which needs XML. Since scons users do not necessarily use Python theirselfes, a buildtime dependency on px-xml-for-the-python-version-used-by-scons would be needed which I don't see an easy and robust way for. bump PKGREVISION
2005-08-19add option to build with gnutls support. no change to the defaultgrant2-7/+25
(nss) so no PKGREVISION bump. ok'd by the MAINTAINER, Matthew Luckie.
2005-08-19The thttpd tarball has changed (the e-mail address of the author wascube3-15/+18
changed all through it). While there, make the package correctly fetch the NetBSD logo. Bump PKGREVISION, and after that I'll delete the copy ftp.netbsd.org currently has. The tarball change doesn't happen often enough for this package to justify the use of DIST_SUBDIR (and that avoids the hairy problem of sharing the sitedrivenby.gif file). PR#30641 by Jared Momose.
2005-08-19include LDFLAGS when linking shared libraries, so they can find theirgrant5-11/+63
prerequisite libraries at runtime. fixes build on Solaris (and probably others).
2005-08-19nuke broken pre-configure target, which does nothing useful.grant1-10/+1
it was broken because the delimeter , can appear in the RHS of the sed(1) expression (think "-Wl,-R ..."), and it does nothing useful because the patterns don't appear in the files.
2005-08-19include LDFLAGS when linking shared libraries, so they can find theirgrant2-4/+15
prerequisite libraries at runtime. fixes build on Solaris (and probably others).
2005-08-19Add and define djbfft options.schmonz1-0/+3