Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-08 | convert to use tex.buildlink3.mk | tonio | 1 | -2/+4 | |
use LATEX_DEPMETHOD=build, and allow version 1,2 and 3 of teTeX | |||||
2005-11-08 | Teach the tools framework how to replace mkfontdir and mkfontscale | jlam | 1 | -2/+2 | |
using an X11 clients package. | |||||
2005-11-08 | convert to use tex.buildlink3.mk | tonio | 1 | -2/+3 | |
Accepts teTeX1, teTeX2 and teTeX3 | |||||
2005-11-08 | Consolidate blocks for tools that were supplied by the same package into | jlam | 1 | -483/+109 | |
a loop so that it's easier to maintain and add new tools. | |||||
2005-11-08 | Create a tex.buildlink3.mk file that is used by tex-using packages. | tonio | 4 | -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-08 | Mention documentation that is local in pkgsrc tree. | reed | 1 | -2/+13 | |
And mention about PATH, MANPATH, and mk.conf.example. | |||||
2005-11-08 | Use += in previous. | tv | 1 | -2/+2 | |
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 2 | -2/+6 | |
2005-11-08 | Skip <stdint.h> on Interix. | tv | 3 | -1/+31 | |
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-11-08 | "rm -f" in case the file didn't exist to begin with. | tv | 1 | -2/+2 | |
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-11-08 | DragonFly support modified PLIST of postgresql74-lib. | joerg | 1 | -1/+2 | |
2005-11-08 | Create template config file for Interix 3.x. | tv | 6 | -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-08 | Allow PostgreSQL 7.4 to build on DragonFly. Bump revision of -lib, | joerg | 13 | -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-08 | Add "para" tags for a "note" paragraph. This fixed a problem | reed | 1 | -3/+3 | |
where a "varname" was immediately followed (without a space) the next word. | |||||
2005-11-08 | Don't define tparm on DragonFly as well. This fixes PR 31891. | joerg | 2 | -4/+4 | |
2005-11-08 | Note the addition of audio/cplay, submitted by Geert Hendrickx, in PR 31928 | tonio | 2 | -6/+3 | |
Thanks Geert | |||||
2005-11-08 | Test sizeof(unsigned short) in the int types hackery. | tv | 3 | -3/+16 | |
Use autoconf to generate configure, until this patch is regen'd at the source. | |||||
2005-11-08 | Add audio/cplay | tonio | 1 | -1/+2 | |
2005-11-08 | Add audio/cplay (by Geert Hendrickx, in PR 31928) | tonio | 6 | -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-08 | Make sure that there is always a space between "-o" and its argument | minskim | 2 | -1/+29 | |
when running gcc or ld. This makes the package build on Darwin. | |||||
2005-11-08 | Use setpgid(), not setpgrp(), on Interix via -D. | tv | 1 | -1/+2 | |
2005-11-08 | Also treat __INTERIX as a *BSD for the purposes of this package. (Mainly | tv | 2 | -4/+4 | |
changes usage of setpgrp() to setpgid(..., ...).) | |||||
2005-11-08 | Eliminate use of BSDisms __P() and __const in the only place they are used | tv | 4 | -1/+41 | |
(internal strptime(3) replacement prototypes). | |||||
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+2 | |
2005-11-08 | Remove obsolete check for libXft.a, let the buildlink magic handle it. | joerg | 1 | -5/+1 | |
2005-11-08 | Include <sys/time.h> for fd_set. | tv | 2 | -1/+14 | |
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-11-08 | This depends on libpcap, so say so. | tv | 1 | -1/+2 | |
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-11-08 | Require option "inet6" for IPv6 capability. | tv | 1 | -1/+6 | |
2005-11-08 | Unbreak build on NetBSD, C says that stdio is not a modificable lvalue. | joerg | 2 | -4/+4 | |
Infact, the LHS is not needed at all. | |||||
2005-11-08 | Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION. | tv | 3 | -6/+20 | |
2005-11-08 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-11-08 | Use "int" in place of socklen_t on Interix. | tv | 1 | -0/+10 | |
2005-11-08 | Pull in libbind resolver on Interix. | tv | 1 | -0/+11 | |
2005-11-08 | This needs libpcap, so say so. | tv | 1 | -1/+2 | |
2005-11-08 | Fixed computation of the .broken file, which had been "./dev/null" when the | rillig | 1 | -4/+4 | |
program was invoked without arguments. | |||||
2005-11-08 | Let us repeat: isnan is not a function. It does not have external | joerg | 2 | -3/+28 | |
linkage for C99, so don't try to detect it as such. | |||||
2005-11-08 | Use strerror(3) rather than sys_errlist on Interix. | tv | 2 | -6/+24 | |
2005-11-08 | Need libbind resolver on Interix. | tv | 1 | -0/+11 | |
2005-11-08 | Fix missing line terminator. | tv | 1 | -2/+3 | |
2005-11-08 | devel/sysexits -> 1.1 | tv | 1 | -1/+2 | |
2005-11-08 | Add hack for Interix: It has a bogus historic #define for EX_OK in | tv | 3 | -4/+13 | |
<unistd.h>, so preload that and undef EX_OK in the Interix case. Bump version to 1.1. | |||||
2005-11-08 | Bumped dialog due to stdio abuse. | joerg | 1 | -2/+2 | |
2005-11-08 | Include devel/sysexits bl3. | tv | 1 | -1/+2 | |
2005-11-08 | The stdio abuse is bad enough to warrant a PKGREVISION bump. | joerg | 1 | -1/+2 | |
2005-11-08 | Include devel/sysexits bl3. | tv | 2 | -2/+4 | |
2005-11-08 | Fix another stupid program, which assumes that *stdin =*reopen() | joerg | 2 | -1/+15 | |
is ever likely to work. |