Commit graph

25 commits

Author SHA1 Message Date
wiz
c59d1d1b74 Update homepage. 2004-11-19 19:03:34 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
8315b50112 Fix lrintf() function in libfaad/common.h to make this build on
NetBSD -current, this closes PR pkg/26412.
2004-07-31 08:10:47 +00:00
grant
6207df3d56 explicitly enable largefile support on Solaris. 2004-05-15 13:03:20 +00:00
grant
911640f9e4 - remove __inline gccism
- add some casts to avoid sunpro c++ errors
- include the right system header file to get the integer types

fixes build with sunpro.
2004-05-15 13:01:02 +00:00
grant
54f0cb9b6f this package uses a c and c++ compiler. 2004-05-03 00:41:56 +00:00
dillo
b61f271c51 drop maintainership 2004-04-25 12:07:12 +00:00
snj
9518a2fb94 No longer used. 2004-04-12 00:54:25 +00:00
mycroft
10c0c561a9 Update to 2.0. There are many changes, but the main user-visible improvement
is support for decoding AAC HE files (as generated by iTunes).
2004-03-28 20:16:09 +00:00
snj
db384d6bb8 Fix build on sparc64 with gcc2. 2004-03-21 07:06:58 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
wiz
306ae1163f Convert to buildlink3.mk.
Newer libtool demands autoconf-2.50+, so update dependency.
2004-02-17 20:21:38 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
reed
5cddfa9836 This was using NO_BIN_ON_CD. Now fixed to use correct
NO_BIN_ON_CDROM instead.
2003-11-06 20:00:12 +00:00
grant
d0cad21edf drop some unneeded parens 2003-06-08 15:30:08 +00:00
grant
89e0b0b7be set USE_GCC_SHLIB.
sort USE_* variable block while I'm here.
2003-06-08 14:35:57 +00:00
grant
56c5611937 use MASTER_SITE_SOURCEFORGE. 2003-06-08 14:14:33 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
salo
2d49d6bc61 Make this build on Solaris. Remove whitespace. 2002-11-21 05:08:52 +00:00
jlam
5db90508d5 Purely cosmetic changes. 2002-10-18 13:32:48 +00:00
dillo
a3cb029db9 make use of new automake.mk 2002-10-02 18:13:16 +00:00
dillo
3411e52950 initial import of faad 1.1
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
  decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type
  AAC files.
2002-09-05 17:49:42 +00:00