Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -2/+4 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-25 | Add TEST_TARGET | heinz | 1 | -1/+3 | |
2004-02-19 | buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk. | wiz | 1 | -3/+1 | |
2004-02-15 | This is not 1.0 any more. | minskim | 1 | -2/+0 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-01 | In the new compiler selection framework, GCC_REQD is appended to, not | jlam | 1 | -2/+2 | |
overridden. | |||||
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 | |
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. | |||||
2004-01-10 | Include the buildlink3.mk file instead of the buildlink2.mk if we use | jlam | 1 | -2/+2 | |
buildlink3. | |||||
2004-01-05 | bl3ify | jlam | 1 | -2/+4 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -9/+6 | |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+19 | |
buildlink3 framework. | |||||
2003-12-08 | Actually, there was no 1.0.1 -- use 1.1, since that version exists. | wiz | 1 | -2/+2 | |
2003-12-08 | Update to 1.1: | wiz | 6 | -23/+36 | |
* Big endian bitpacker added for Theora and future Ogg codec support. * Minor documentation fixes. | |||||
2003-09-25 | style nits | grant | 1 | -3/+3 | |
2003-09-25 | set GCC_REQD=2.95.3. noted by seb. | grant | 1 | -1/+3 | |
2003-09-25 | don't include mk/compiler.mk, it isn't necessary and breaks things. | grant | 1 | -2/+1 | |
2003-09-25 | revert. | christos | 1 | -2/+1 | |
2003-09-25 | test for commit | christos | 1 | -1/+2 | |
2003-09-12 | gcc.buildlink2.mk is no more. So, include compiler.mk instead. | recht | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 | abs | 1 | -2/+2 | |
is accepted. Suggested by Grant. | |||||
2002-10-02 | Use gcc/buildlink2.mk instead of Makefile.gcc. | jlam | 1 | -7/+2 | |
2002-09-06 | unused | wiz | 1 | -36/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 6 | -6/+27 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-08-05 | Update to libogg 1.0. | lukem | 6 | -20/+18 | |
2002-07-31 | Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that pkgsrc libtool | skrll | 1 | -2/+2 | |
is used. Pointed out by Julien Letessier <julien.letessier at sun.com>. | |||||
2002-01-04 | Add a comment why the "gcc" package is used on system with "egcs" in the | tron | 1 | -1/+2 | |
base system. | |||||
2002-01-03 | Build package with "gcc" package systems with "egcs" in base distribution | tron | 1 | -3/+3 | |
instead of bailing out. | |||||
2002-01-02 | Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3). | lukem | 6 | -18/+22 | |
Notable changes (from trolling through the xiph cvs repostitory): - macosx support (in the distribution, not the package) - configurable prefixes - documentation updates | |||||
2001-12-30 | don't compile these packages if egcs is the compiler, as it generates | lukem | 1 | -1/+6 | |
bad ogg files. | |||||
2001-11-06 | Fix small typo noted in pkg/14450. | jlam | 1 | -4/+4 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-14 | update from libogg 1.0rc1 - libogg 1.0rc2. | lukem | 3 | -10/+10 | |
no obvious major changes in changelog | |||||
2001-08-08 | update libogg from 1.0beta4 -> 1.0rc1 | lukem | 4 | -12/+12 | |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-26 | o add buildlink.mk file for use by other packages | zuntum | 2 | -1/+37 | |
o set USE_BUILDLINK_ONLY | |||||
2001-05-02 | Install html documentation in share/doc/html instead of share/doc. | wiz | 4 | -68/+96 | |
By Dieter Baron. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-11 | Update package list for changed version number. | tron | 2 | -68/+70 | |
2001-04-05 | Make dewey in PKGNAME sane, and update dependencies. | wiz | 1 | -1/+2 | |
2001-03-15 | Initial import of libogg -- a library for the Ogg bitstream format. | wiz | 4 | -0/+102 | |
Package by Jeremy C. Reed, submitted in pkg/12413. |