Commit graph

38 commits

Author SHA1 Message Date
jlam
8d9747f963 Include the buildlink3.mk file instead of the buildlink2.mk if we use
buildlink3.
2004-01-10 05:42:50 +00:00
jlam
a39c6cf9fa bl3ify 2004-01-05 20:48:01 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
wiz
c65d264167 Actually, there was no 1.0.1 -- use 1.1, since that version exists. 2003-12-08 15:55:19 +00:00
wiz
7afab4ff0a Update to 1.1:
* Big endian bitpacker added for Theora and future Ogg codec
      support.
    * Minor documentation fixes.
2003-12-08 14:36:51 +00:00
grant
1136633812 style nits 2003-09-25 13:00:53 +00:00
grant
da2e9f95f2 set GCC_REQD=2.95.3. noted by seb. 2003-09-25 13:00:18 +00:00
grant
dd87f79e0f don't include mk/compiler.mk, it isn't necessary and breaks things. 2003-09-25 01:27:34 +00:00
christos
21d5dcc7f5 revert. 2003-09-25 01:14:31 +00:00
christos
e60ccf5fc9 test for commit 2003-09-25 01:14:14 +00:00
recht
2596582f25 gcc.buildlink2.mk is no more. So, include compiler.mk instead. 2003-09-12 17:55:51 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jlam
5b4ca39f23 Use gcc/buildlink2.mk instead of Makefile.gcc. 2002-10-02 08:41:22 +00:00
wiz
3a2c948956 unused 2002-09-06 10:51:48 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
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-25 18:38:05 +00:00
lukem
5d5d88cf0c Update to libogg 1.0. 2002-08-05 13:10:13 +00:00
skrll
73f05f79ef Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that pkgsrc libtool
is used.

Pointed out by Julien Letessier <julien.letessier at sun.com>.
2002-07-31 11:39:19 +00:00
tron
a800eaa946 Add a comment why the "gcc" package is used on system with "egcs" in the
base system.
2002-01-04 13:27:05 +00:00
tron
de2e29e5fb Build package with "gcc" package systems with "egcs" in base distribution
instead of bailing out.
2002-01-03 21:59:19 +00:00
lukem
019bae917d Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3).
Notable changes (from trolling through the xiph cvs repostitory):
- macosx support (in the distribution, not the package)
- configurable prefixes
- documentation updates
2002-01-02 12:32:43 +00:00
lukem
5e0ba140a4 don't compile these packages if egcs is the compiler, as it generates
bad ogg files.
2001-12-30 08:00:45 +00:00
jlam
c1e7390116 Fix small typo noted in pkg/14450. 2001-11-06 21:57:49 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
lukem
0107bc5cb6 update from libogg 1.0rc1 - libogg 1.0rc2.
no obvious major changes in changelog
2001-08-14 14:46:30 +00:00
lukem
411c6c541c update libogg from 1.0beta4 -> 1.0rc1 2001-08-08 09:46:53 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
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-20 01:54:31 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
zuntum
7cc41b77e2 o add buildlink.mk file for use by other packages
o set USE_BUILDLINK_ONLY
2001-06-26 13:06:21 +00:00
wiz
151c811bc6 Install html documentation in share/doc/html instead of share/doc.
By Dieter Baron.
2001-05-02 13:59:33 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
tron
b1bae006f3 Update package list for changed version number. 2001-04-11 08:59:09 +00:00
wiz
b0d8fef6f5 Make dewey in PKGNAME sane, and update dependencies. 2001-04-05 13:18:51 +00:00
wiz
224bc6417b Initial import of libogg -- a library for the Ogg bitstream format.
Package by Jeremy C. Reed, submitted in pkg/12413.
2001-03-15 20:37:20 +00:00