summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed125-280/+127
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-23Regen to make GNU patch happy.minskim2-5/+6
2004-04-23Regen distinfo, because the timestamps inside of the new distfilextraeme1-3/+3
were changed. -SHA1 (neverball-1.2.2.tar.gz) = 17611a2f71834e6431263d6a9896febf1122a6da -Size (neverball-1.2.2.tar.gz) = 7624866 bytes +SHA1 (neverball-1.2.2.tar.gz) = 462a01446083aa12993cef8b0cc8d64bdf1d026d +Size (neverball-1.2.2.tar.gz) = 7624876 bytes This closes PR pkg/25257 by Robert Elz.
2004-04-23Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-23net/nsditojun1-1/+2
2004-04-23upgrade to 2.0.2.itojun2-5/+5
2.0.2 ============= BUG FIXES: - Allow the use of a mnemonic for the algorithm field of a DNSKEY record. - Behavior of the zonec -v flag has been modified. By default zonec will only print a single line with a summary of the error count. - Bug #75: Fixed typo in previous "fix".
2004-04-23Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*.wiz2-4/+6
From Robert Elz in PR 25255.
2004-04-23Add Interix to NOT_FOR_PLATFORM; porting will be done on only perl 5.8.tv1-2/+2
2004-04-23Replace USE_X11BASE with USE_X11 and do not create a symlink inminskim2-9/+5
LOCALBASE. Suggested by wiz@. This makes the package pkgviews-ready, so enable pkgviews installation. OK'ed by tron@.
2004-04-23Added screws.xtraeme2-2/+4
2004-04-23Initial import of screws-0.52, packaged for pkgsrc by the same authorxtraeme4-0/+134
"pancake" pancake at phreaker dot net. Screws is an experimental web server with extensibility in mind. It's designed in a little core that processes connections and petitions, setenv the spected values and calls an external program or script that processes this and shows what it wants. By this way it's possible to customize every answer of the web server, and extend it as we want in a simple way. Some features are: - UID/GID/CHROOT directives - Dynamic Module loading (security, optimization, extensions, etc..) - HSML (Embed scripts into HTML) Like PHP but using your prefered language. - Support for perl, sh, python, lua, brainfuck, Java... - Portable code: tested on Solaris, *BSD, GNU/Hurd, Darwin... - IPv4/IPv6 support
2004-04-23catch up to current statvfs supporttaya3-7/+7
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme2-11/+23
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme2-1/+36
2004-04-23bl3ifymarkd1-4/+5
2004-04-23bl3ifymarkd6-24/+26
2004-04-23+ bind-9.3, crimsonfields-0.4.2, postfix-2.1.0, source-highlight-1.9.wiz1-1/+5
2004-04-23add buildlink3.mkmarkd1-0/+27
2004-04-23make sure we define HAVE_POLL if a usable poll() implementation isgrant3-33/+49
found, and re-arrange the test a little for clarity. fixes build on (at least) FreeBSD 5.x.
2004-04-23use the latest-trunk build of thunderbird, now that builds appear togrant1-4/+3
be happening regularly.
2004-04-23"find ... -and ... -or ... "is a GNU'ism. Use -a and -o.uebayasi1-4/+4
2004-04-23patch-af adds #include <modules/cdda-cdrom-extensions.h>, which causesminskim2-9/+10
build errors on Linux because it contains some definitions conflicting with linux/cdrom.h. Include cdda-cdrom-extensions.h only when linux/cdrom.h is not included.
2004-04-23de-fuzzdanw2-46/+14
2004-04-23Rather than work around an automake braindeadness, parameterize install-shtv3-10/+17
so that Interix can set the default mode to 0775. Then add "install_sh" to CONFIGURE_ENV so it uses ${INSTALL}, not the package-supplied install script (as is done for autoconf $INSTALL).
2004-04-23set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolvedanw3-8/+10
symbols in the python binary. Bump PKGREVISION and require the new versions on Darwin. Fixes pkg/25272
2004-04-23add an ${INSTALL_UNSTRIPPED} variable that can be used to blockdanw1-1/+6
${_STRIPFLAG_INSTALL}
2004-04-23fix up Darwin patchesdanw3-44/+96
2004-04-22Enable pkgviews installation.minskim3-3/+9
2004-04-22The author confirmed that the problem caused by gcc optimization wasminskim2-4/+5
fixed. Return to default optimization level. Bump PKGREVISION.
2004-04-22Make note of mailsync update to version 4.4.4ben2-3/+3
2004-04-22Upgrade mailsync to version 4.4.4. Patch from Michael Pasternak. Notableben4-27/+41
changes include: * Check every fetch operation for success * documented the fact that mailsync is not really fit for concurrent mailbox access * extended loging * reengineering - clearer naming of variables (I hope) - int msgno -> unsigned long msgno (as in c-client) - functions and variables that return/contain only true/false are now booleans * do not copy deleted mails * documented list mode * list mode can display contents of mailboxes * more docu * reordered code to make it more coherent (IMHO) * various functions (fetch_mail_ids, tdc_mail_open) had too many crucial side effects which made the code very hard to follow. Untangled that. * closing a stream before writing in it (c-client logic!) so that new messages are not marked as seen. That means, that mutt users should be happy(er?) now. * more explicit and consistent error messages, more sensible debug output * documented the code and renamed stuff so that it makes sense * messages-ids are sanitized and saved in RFC822 format only. * warnings about spaces in the message id are now optional, see the "-bd" option * fixed a bug that occured when files were copied over but could not be saved for some reason
2004-04-22Enable pkgviews installation.minskim3-3/+13
2004-04-22No longer used.snj1-26/+0
2004-04-22Change MAINTAINER to tech-pkg@. Requested by jlam@.snj4-8/+8
These packages are going to be removed soon. If you care about them (and are interested in fixing them), please speak up.
2004-04-22When substituting the location of a libtool archive, check to make suresnj1-2/+2
that the new one actually exists. Fixes PR pkg/25054.
2004-04-22bl3ify imap-uw.ben2-3/+23
2004-04-22- Use buildlink framework.minskim1-1/+4
- Enable pkgviews installation.
2004-04-22note update of arj to 3.10.20 (improvements and bugfixes)dillo2-3/+3
2004-04-22update to 3.10.20 (improvements and bug fixes)dillo6-78/+46
2004-04-22Remove XXX comments, this file is verified to work.ben1-6/+1
2004-04-22+ apcupsd-3.10.13, bidwatcher-1.3.14, cervisia-2.1.2, idesk-0.5.6,wiz1-6/+8
libesmtp-1.0.3, liferea-0.4.7c, xplanet-1.0.6. - audacity-1.2.0 (thanks, ben)
2004-04-22Update homepage.wiz1-2/+2
2004-04-22Automake has done it again with this amazing variable that CONFIGURE_ENVtv1-1/+2
can't change at configure time. "mkdir_p" is now used by automake in place of the traditional autoconf "INSTALL_DIR". Override mkdir_p in MAKE_FLAGS, if GNU_CONFIGURE is set, with ${INSTALL_DATA_DIR}.
2004-04-22If we're including gettext-lib, use it. (nano was factoring it out iftv3-3/+15
"msgfmt" was missing.)
2004-04-22Fix configure to look for des_cbc_encrypt in -ldes.christos3-3/+75
I did not commit all 7K lines of diff that autoconf produced because of the changed line numbers, just the relevant ones.
2004-04-22Change ../../wip/portaudio to ../../audio/portaudio in buildlink[23].mk.ben2-4/+4
2004-04-22set drochner@ as maintainerrecht2-4/+4
2004-04-22Make Python 2.3 the default Python version.recht1-3/+3
ok'd by drochner@
2004-04-22Add default value of FLOW_TOOLS_USE_POSTGRESQL for packageseb1-1/+7
net/flow-tools.