Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-27 | FreeBSD has no <getopt.h>, and <sys/types.h> must be included before | fredb | 2 | -7/+26 | |
<netinet/in.h>. Submitted by Michal Pasternak in PR pkg/23879. I also tested this on NetBSD 1.6ZG and NetBSD 1.6.2_RC1. | |||||
2003-12-25 | Generalize *BSD support, but try INT64_MAX first, only falling back to | fredb | 2 | -7/+11 | |
QUAD_MAX as a last resort if it's defined. Reviewed by tron. Partial fix for PR pkg/23879. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-23 | Install headers and API example. Bump PKGREVISION to 2. | wiz | 3 | -8/+51 | |
2002-11-06 | Add buildlink2.mk. Closes PR 18918. | wiz | 1 | -0/+20 | |
2002-10-09 | buildlink1 -> buildlink2. | wiz | 1 | -2/+3 | |
2002-03-30 | Try to fix build problem under NetBSD 1.5.x discovered in last bulk build. | tron | 2 | -1/+25 | |
2002-03-22 | Improve package based on patches supplied by Rui-Xiang Guo in PR pkg/15978: | tron | 7 | -16/+151 | |
- Build and install shared libraries "libav" and "libavcodec". - Fix "ffserver" to search its configuration file in "${PKG_SYSCONFDIR}". - Install "ffserver.conf" configuration to example and not into documentation directory. Bump package revision to 1 after these changes. | |||||
2002-03-21 | Disable MMX supports. This avoids a lot of suspicious warning and fixes | tron | 1 | -2/+2 | |
build failures with the old toolchain. | |||||
2002-03-19 | Import new "ffmpeg" package: | tron | 7 | -0/+92 | |
MPEG decoding, encoding and streaming software This fixes PR pkg/15944 by Rui-Xiang Guo. |