Commit graph

15 commits

Author SHA1 Message Date
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
sekiya
757fee7ad7 Build libmjpegutil as a shared library, which in turn allows transcode to
use the mjpegutil modules.  This commit incorporates changes suggested by wiz@.

Bump package revision, as well.
2004-04-17 05:50:50 +00:00
snj
741de7be81 No longer used. 2004-04-11 22:03:25 +00:00
taca
1a717549cb Fix broken diff path of patches/patch-ae. 2004-04-11 08:31:55 +00:00
mrg
0e05a819c9 let the utils/altivec code work on netbsd (modern netbsd/ppc systems
seem to have it enabled by default...):
- it's spelled <errno.h> NOT <sys/errno.h>
- use the same register prefixes as linux does, not macosx.
2004-04-04 11:04:59 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
recht
b3f4a09a71 update to 1.6.2
Changes:
Since the authors don't provide a proper CHANGES file/release announcement, this
is me guess from diffing to last version (1.6.1.93):
- aix build fixes
- icc support
- doc updates
- yuvfps tries to find a normalized framerate by default

... and probably the usual: bug-fixes
2004-03-11 13:17:03 +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
tron
314f29e153 Remove incorrect ".so" shared library link entries. 2004-03-01 21:35:15 +00:00
jmmv
1c5c46be48 bl3ify 2004-02-18 00:13:28 +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
snj
7380e8d7df s/dependancy/dependency/; s/editting/editing/ 2004-02-13 23:50:17 +00:00
jmmv
97ca0e9369 Fix path to avifile{,-devel}; moved to the multimedia category. 2004-01-26 15:16:53 +00:00
jmmv
a7473def38 mjpegtools is now in multimedia; fix categories and paths. 2004-01-26 12:45:44 +00:00
jmmv
8cdcaee362 Move mjpegtools to the multimedia category (coming from graphics).
This is version 1.6.1.93.
2004-01-26 12:44:05 +00:00