summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-24Convert to bl3. Remove some cruft.wiz1-8/+3
2004-04-24Convert to bl3.wiz1-3/+3
2004-04-24pkglint now reports if sees etc/rc.d in Makefile or PLIST.reed3-4/+17
Should use RCD_SCRIPTS mechanism (which can automatically install to ${RCD_SCRIPTS_EXAMPLEDIR}) which automatically registers the rc.d script(s) in the PLIST. New version is 3.73.
2004-04-24Meta package: set NO_BUILDLINK; also remove USE_X11,wiz1-4/+2
since the package itself does not use any X libraries.
2004-04-24Add QTDIR to BUILDLINK_PASSTHRU_DIRS in buildlink3.mk, so that bl3recht1-1/+2
packages could actually link against the qt libs.
2004-04-24Convert to bl3.wiz1-3/+3
2004-04-23Convert to bl3. Remove superfluous DEPENDS line (bl3 is included).wiz1-8/+6
2004-04-23Fail gracefully for architectures that cannot use the suse_linuxkristerw1-4/+3
packages (instead of error due to use of uninitialized variables).
2004-04-23Convert to bl3.wiz1-3/+3
2004-04-23Does not compile anything -- set NO_BUILDLINK.wiz1-2/+2
2004-04-23Convert to bl3.wiz1-3/+3
2004-04-23Convert to buildlink3.snj1-4/+4
2004-04-23Convert to bl3.wiz1-4/+4
2004-04-23Convert to buildlink3.snj1-2/+2
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed14-31/+31
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23Fix reference to rc.d script. It had "${RCD_SCRIPTS_EXAMPLEDIR}/etc/rc.d/"reed1-2/+2
which by default (at this time) was "/usr/pkg/etc/rc.d/etc/rc.d/".
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