Commit graph

53784 commits

Author SHA1 Message Date
recht
9843bb9f40 add buildlink3.mk (needed by graphics/cairo)
noted by xtraeme@
2004-02-03 14:29:29 +00:00
abs
3273cf9e68 We use/need c++ 2004-02-03 13:51:27 +00:00
abs
f7ed72c42e Remove 'USE_LANGUAGES=' as at least on my system 'make install' compiles up
something to check the shared library type.
(An entertaining way to pick up on issues seems to be to set CFLAGS to include
an argument not understood by the base compiler, such as '-march=pentium3')
2004-02-03 12:44:20 +00:00
recht
50534e0a76 note the update of mono to 0.30 and the following additions:
- libpixman-0.1.0
- cairo-0.1.17
- libgdiplus-0.1
2004-02-03 12:43:26 +00:00
recht
a9d96fe52f Let's Do The Time Warp Again
rapidsvn's has been updated today...
2004-02-03 12:39:37 +00:00
abs
1781b764e1 Set 'USE_LANGUAGES=c c++' 2004-02-03 12:38:51 +00:00
recht
d051e75b8d + libgdiplus 2004-02-03 12:33:32 +00:00
recht
ba13fad83a initial import of libgdiplus-0.1
An Open Source implementation of the GDI+ API. Spun off from Mono's C#
library.
libgdiplus is needed for using the System.Drawing APIs.
2004-02-03 12:31:34 +00:00
recht
4999f60558 update to mono 0.30
Lots of bug fixes and new features.
See http://www.go-mono.com/archive/mono-0.30.html for details.

Note:
Starting with this release to use the System.Drawing APIs,
libgdiplus is needed. (will be added next)
2004-02-03 12:30:11 +00:00
recht
b3ceb1e9a1 + libpixman, cairo 2004-02-03 12:26:39 +00:00
recht
ebf00f51e0 initial import of cairo-0.1.17
Cairo is a vector graphics library with cross-device output support. Currently
supported output targets include the X Window System and in-memory image
buffers. PostScript and PDF file output is planned. Cairo is designed to
produce identical output on all output media while taking advantage of display
hardware acceleration when available (eg. through the X Render Extension).

Cairo provides a stateful user-level API with capabilities similar to the PDF
1.4 imaging model. Cairo provides operations including stroking and filling
Bezier cubic splines, transforming and compositing translucent images, and
antialiased text rendering.
2004-02-03 12:16:42 +00:00
recht
50ea965c52 initial import of libpixman-0.1.0
libpixman - Pixel manipulation library

libpixman is a merge of libpixregion and libic.
It also includes the slim headers.

----------------------------------------------------------------------
libpixregion - Pixel region Library

libpixregion is a generic library for manipulating pixel regions. A
PixRegion is a set of Y-X banded rectangles that cover the desired
region.

libic - Image compositing library

libic is a generic image compositing library. libic provides
Porter/Duff compositing of images and implicit mask generation for
geometric primitives including trapezoids, triangles, and rectangles.

slim - Shared Library Interface Macros
2004-02-03 12:07:57 +00:00
recht
53fd1e5ac4 Add buildlink3.mk. (needed to bl3ify lang/mono)
ok'ed by xtraeme@
2004-02-03 10:49:53 +00:00
recht
a6637c71a9 Add buildlink3.mk. (needed to bl3ify lang/mono) 2004-02-03 10:44:28 +00:00
grant
0041936315 add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yacc
to build.
2004-02-03 09:03:57 +00:00
grant
8ef87f3513 add USE_GNU_TOOLS+=lex, as this package requires flex to build. 2004-02-03 09:00:34 +00:00
grant
a85d6ec3db add support for the GNU versions of lex and yacc, which are required
to build some packages on some platforms.
2004-02-03 08:57:20 +00:00
grant
524e5c1a11 trim whitespace, wrap lines at 75 cols. 2004-02-03 08:34:16 +00:00
epg
9faac580bb Note rapidsvn-0.5.0 update. 2004-02-03 06:38:56 +00:00
epg
e68fdf35d4 Update to 0.5.0. No changelog available, but the announcement says
that this release works with Subversion 0.36 and 0.37, so require at
least 0.36.

patch-aa no longer needed.
2004-02-03 06:36:55 +00:00
reed
72682fd3e2 Allow this to be used under Linux too. (It builds and runs great.)
(Maybe this should use PKG_FAIL_REASON, because before it skipped
and than thee ogle_gui failed to build later.)
2004-02-03 05:27:03 +00:00
reed
e50217ad8d Some lines in the generated +DISPLAY were too long. So made
the lines shorter.
2004-02-03 05:17:43 +00:00
jlam
0c2dd883d9 Check whether _NEED_GCC[23] is yes/no rather than just defined, since
that's the way that its set.  Also, remove _IGNORE_GCC3C and just overload
_IGNORE_GCC to note that we're building the GCC C compiler and that if
we're building something that it depends on, then avoid a dependency loop.
2004-02-03 05:14:03 +00:00
grant
1d3acaf600 include ogle's buildlink2.mk from the right directory. 2004-02-03 04:36:19 +00:00
grant
33a729f9d6 move ogle and ogle_gui to multimedia/ 2004-02-03 04:34:06 +00:00
jlam
fa20e41206 Move the _COMPILER_LD_FLAG setting to somehere global as it applies to all
GCCs.
2004-02-03 04:09:27 +00:00
jlam
c09381462f Avoid using "type" to find the absolute path to the compiler. We find it
ourselves now using some make variable magic.
2004-02-03 03:47:45 +00:00
grant
35d3d3e7a2 run ${MAKE_PROGRAM}, not ${MAKE}, and set the environment
appropriately.
2004-02-03 01:43:32 +00:00
xtraeme
b12df17085 Some files were not installed in FreeBSD, use PLIST_SUBST for now. 2004-02-03 01:42:23 +00:00
recht
f1a41390ea Add buildlink3.mk file. 2004-02-03 01:41:49 +00:00
xtraeme
c11eabc511 lib/libSDL_image-1.2.so was not built in FreeBSD, so use PLIST_SUBST
for now (should be this fixed with libtool 1.5.x?)
2004-02-03 01:27:37 +00:00
xtraeme
316a2c1caa libjasper.so was not built in FreeBSD, so disable them using PLIST_SUBST,
should fix the problems seen in the last bulk build.
2004-02-03 01:16:40 +00:00
xtraeme
e4533ce762 Fix RUBY_SHLIBVERSION in FreeBSD, should fix the problems seen in the
last bulk build.
2004-02-03 00:18:22 +00:00
xtraeme
553d3e0295 oops, it's "de" not "es". 2004-02-02 23:56:03 +00:00
xtraeme
b377295bfe Some gettext catalogs were not installed in FreeBSD, so use
PLIST_SUBST to disable them for now.
2004-02-02 23:55:00 +00:00
xtraeme
3ddd319e00 Respect whitespaces in SUBST_SED.fixme. 2004-02-02 23:47:15 +00:00
xtraeme
1d4270a631 Fix build in FreeBSD, the output was:
_mpih-mul1.s:2: Error: alignment not a power of 2
_mpih-mul1.s:20: Error: alignment not a power of 2

So, changing ALIGN (3) to ALIGN (4) fixes these problems.
Patch sent by pancake in private email, adapted to use subst.mk
framework by me.
2004-02-02 23:41:32 +00:00
xtraeme
5f58933408 Same libraries were not installed in FreeBSD, so use PLIST_SUBST to
make the precompiled package.
2004-02-02 23:10:29 +00:00
abs
e230b993e0 Master distfile has changed - adapt 2004-02-02 21:07:26 +00:00
xtraeme
3622a95497 Revert previous commit, buildlink still is needed as pointed out
Julio Merino.
2004-02-02 19:10:05 +00:00
xtraeme
325005b73e mbmon works on FreeBSD/i386 4.9 and maybe in OpenBSD, so
enable FreeBSD/OpenBSD-*-i386 support, reported by Michal Pasternak in
PR pkg/24303.
2004-02-02 18:34:10 +00:00
xtraeme
f82f24b673 There's no need to use buildlink[23] here. 2004-02-02 18:22:50 +00:00
xtraeme
48220d1006 Explain the modifications required to use the XFree86 packages from
pkgsrc correctly.
2004-02-02 17:59:12 +00:00
wiz
2f660ca23b Update MAINTAINER address per his request. 2004-02-02 17:56:48 +00:00
wiz
3580559c25 Add RCS Id (hi soren -- use pkglint :)). 2004-02-02 17:42:10 +00:00
soren
5d5bbce4fd Added tpb. 2004-02-02 15:53:10 +00:00
soren
17e6a2fb13 Oh, PKGREVISION isn't mandatory.. 2004-02-02 15:51:37 +00:00
soren
75247caf8d This program enables the IBM Thinkpad(tm) special keys. It is possible to bind
a program to the ThinkPad button. It has a on-screen display (OSD) to show
volume, mute and brightness of the LCD.
2004-02-02 15:49:17 +00:00
xtraeme
55293024b8 Note bump PKGREVISION to XFree86* packages, they can be installed
with or without xpkgwedge.
2004-02-02 14:26:21 +00:00
xtraeme
e1cb9f334a XFree86 meta-package can be now installed with or without xpkgwedge,
installation prefix is ${X11PREFIX}/X11R6.

Bump PKGREVISION.
2004-02-02 14:19:01 +00:00