summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08convert to use tex.buildlink3.mktonio1-2/+4
use LATEX_DEPMETHOD=build, and allow version 1,2 and 3 of teTeX
2005-11-08Teach the tools framework how to replace mkfontdir and mkfontscalejlam1-2/+2
using an X11 clients package.
2005-11-08convert to use tex.buildlink3.mktonio1-2/+3
Accepts teTeX1, teTeX2 and teTeX3
2005-11-08Consolidate blocks for tools that were supplied by the same package intojlam1-483/+109
a loop so that it's easier to maintain and add new tools.
2005-11-08Create a tex.buildlink3.mk file that is used by tex-using packages.tonio4-0/+204
It includes the correct buildlink3.mk file from either teTeX1 (print/teTeX1-bin), teTeX2 (print/teTeX-bin) or teTeX3 (print/teTeX3-bin). tex.buildlink3.mk will: * set PKG_TEXMFPREFIX to the base directory of the used texmf tree * set PKG_LOCALTEXMFPREFIX to the base directory of the local texmf tree (for tex packages) * set LATEX_TYPE to the latex distribution used. There are two variables that can be used to tweak the selection of the latex implementation: LATEX_DEFAULT is a user-settable variable whose value is the default latex distribution to use. LATEX_ACCEPTED is a package-settable list of latex distributions that may be used by the package.
2005-11-08Mention documentation that is local in pkgsrc tree.reed1-2/+13
And mention about PATH, MANPATH, and mk.conf.example.
2005-11-08Use += in previous.tv1-2/+2
2005-11-08NOT_FOR_PLATFORM Interix.tv2-2/+6
2005-11-08Skip <stdint.h> on Interix.tv3-1/+31
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08"rm -f" in case the file didn't exist to begin with.tv1-2/+2
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08DragonFly support modified PLIST of postgresql74-lib.joerg1-1/+2
2005-11-08Create template config file for Interix 3.x.tv6-8/+57
As part of this, do something special for xmesaP.h: Because XShm.h does exist on the Interix platform, and Mesa binaries were already buildable, preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump sweep. However, all XShm-using code remains turned off (no -DUSE_XSHM) so that libGL will work. Bump PKGREVISION of MesaLib only.
2005-11-08Allow PostgreSQL 7.4 to build on DragonFly. Bump revision of -lib,joerg13-16/+170
since the PLIST changed. Don't define errno manually in contrib/, depend on errno.h to do so. Explicitly include errno.h in some places.
2005-11-08Add "para" tags for a "note" paragraph. This fixed a problemreed1-3/+3
where a "varname" was immediately followed (without a space) the next word.
2005-11-08Don't define tparm on DragonFly as well. This fixes PR 31891.joerg2-4/+4
2005-11-08Note the addition of audio/cplay, submitted by Geert Hendrickx, in PR 31928tonio2-6/+3
Thanks Geert
2005-11-08Test sizeof(unsigned short) in the int types hackery.tv3-3/+16
Use autoconf to generate configure, until this patch is regen'd at the source.
2005-11-08Add audio/cplaytonio1-1/+2
2005-11-08Add audio/cplay (by Geert Hendrickx, in PR 31928)tonio6-0/+111
cplay is a curses front-end for various audio players. It aims to provide a power-user-friendly interface with simple filelist and playlist control. cplay is written in Python and can use either pyncurses or the standard curses module. Supported players: * ogg123 * splay * mpg123 * mpg321 * madplay * mikmod * xmp * sox
2005-11-08Make sure that there is always a space between "-o" and its argumentminskim2-1/+29
when running gcc or ld. This makes the package build on Darwin.
2005-11-08Use setpgid(), not setpgrp(), on Interix via -D.tv1-1/+2
2005-11-08Also treat __INTERIX as a *BSD for the purposes of this package. (Mainlytv2-4/+4
changes usage of setpgrp() to setpgid(..., ...).)
2005-11-08Eliminate use of BSDisms __P() and __const in the only place they are usedtv4-1/+41
(internal strptime(3) replacement prototypes).
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+2
2005-11-08Remove obsolete check for libXft.a, let the buildlink magic handle it.joerg1-5/+1
2005-11-08Include <sys/time.h> for fd_set.tv2-1/+14
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08This depends on libpcap, so say so.tv1-1/+2
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08Require option "inet6" for IPv6 capability.tv1-1/+6
2005-11-08Unbreak build on NetBSD, C says that stdio is not a modificable lvalue.joerg2-4/+4
Infact, the LHS is not needed at all.
2005-11-08Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION.tv3-6/+20
2005-11-08NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-11-08Use "int" in place of socklen_t on Interix.tv1-0/+10
2005-11-08Pull in libbind resolver on Interix.tv1-0/+11
2005-11-08This needs libpcap, so say so.tv1-1/+2
2005-11-08Fixed computation of the .broken file, which had been "./dev/null" when therillig1-4/+4
program was invoked without arguments.
2005-11-08Let us repeat: isnan is not a function. It does not have externaljoerg2-3/+28
linkage for C99, so don't try to detect it as such.
2005-11-08Use strerror(3) rather than sys_errlist on Interix.tv2-6/+24
2005-11-08Need libbind resolver on Interix.tv1-0/+11
2005-11-08Fix missing line terminator.tv1-2/+3
2005-11-08devel/sysexits -> 1.1tv1-1/+2
2005-11-08Add hack for Interix: It has a bogus historic #define for EX_OK intv3-4/+13
<unistd.h>, so preload that and undef EX_OK in the Interix case. Bump version to 1.1.
2005-11-08Bumped dialog due to stdio abuse.joerg1-2/+2
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-11-08The stdio abuse is bad enough to warrant a PKGREVISION bump.joerg1-1/+2
2005-11-08Include devel/sysexits bl3.tv2-2/+4
2005-11-08Fix another stupid program, which assumes that *stdin =*reopen()joerg2-1/+15
is ever likely to work.