Commit graph

16 commits

Author SHA1 Message Date
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Roland Illig
905ad5a1e3 Removed trailing white-space. 2005-05-23 10:27:02 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Thomas Klausner
a1359b8f1b Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:13:26 +00:00
Thomas Klausner
e2f0a59bec Rename ALL_TARGET variable to BUILD_TARGET.
Mechanical changes to all packages using ALL_TARGET.
Proposed by Roland Illig, ok'd by various people.
2004-12-02 16:38:55 +00:00
Johnny C. Lam
b3b58df1a3 Use COMPILER_RPATH_FLAG and LINKER_RPATH_FLAG instead of the now
non-existent RPATH_FLAG.
2004-08-27 06:30:28 +00:00
Thomas Klausner
da4fa7432e Unused. 2004-04-26 09:22:10 +00:00
Soren Jacobsen
b5b03a1d17 Convert to buildlink3.
XXX This doesn't build with gcc3.
2004-04-12 02:43:56 +00:00
grant beattie
b82ee9e606 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:32:43 +00:00
Ben Collver
cd5249a135 upgrade to svgalib-1.4.3 2003-07-31 15:13:39 +00:00
Ben Collver
ccf112a40f Upgrade to svgalib-1.4.3 2003-07-31 15:12:39 +00:00
Soren Jacobsen
9efd60d9c9 Add -Wl,$(RPATH_FLAG)$(PREFIX)/lib to LDFLAGS in utils/ so that four programs
are properly linked.

Mmm PKG_DEVELOPER=YES
2003-07-27 11:12:58 +00:00
Soren Jacobsen
7e1134a9c8 BUILDLINK_PKGSRCDIR.svgalib should be ../../wip/svgalib, not
../../graphics/svgalib
2003-07-27 10:48:39 +00:00
Ben Collver
615a8b2ace This is a low level console graphics library, originally based on VGAlib 1.2 by
Tommy Frandsen. VGAlib supported  a number  of  standard  VGA graphics modes,
as well high resolution/high color modes on many popular graphics adapters. As
of now, support for  many  more  chipsets  has  been  added.       

It supports transparent virtual  console  switching,  that is,  you can switch
consoles to and from text and graphics mode consoles using alt-[function key].
Also, svgalib corrects  most  of  VGAlib's textmode corruption behaviour by
catching SIGSEGV, SIGFPE, SIGILL, and other fatal  signals and  ensuring  that
a program is running in the currently visible virtual console before setting a
graphics mode.
2003-07-27 06:03:36 +00:00