Version: 4.2.3, Package name: allegro-4.2.3 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming. |
Filesize: 3104.836 KB |
Version History (View Complete History) |
|
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-11-18 12:06:25 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Upstream already puts the non-PIC i386 assembly into a static liballeg_unsharable. Add linker flags -Wl,-znotext on i386. This propagates through to allegro-config and its consumers. |
2018-01-21 01:36:51 by Kirill Bychkov | Files touched by this commit (1) |
Log message: remove dead MASTER_SITES |
2017-08-07 08:15:23 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix clang/i386 build (embedded asm problems, clue from kettenis@) switch to correct autoconf version while there |
2017-05-04 16:03:30 by Marc Espie | Files touched by this commit (1) |
Log message: configure contains a strange test that fails on clang, and creates a bogus allegro-config... just work around the test by asserting the correct answer |
2017-05-04 14:09:31 by Marc Espie | Files touched by this commit (1) |
Log message: assert gnu89-inline semantics |
2016-03-16 15:19:39 by Christian Weisgerber | Files touched by this commit (46) |
Log message: remove SHARED_ONLY from ports that use only the gnu module |
2015-12-06 05:15:18 by Anthony J. Bentley | Files touched by this commit (1) |
Log message: Update license/homepage/master_sites. ok sthen@ |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-04-18 05:53:18 by Landry Breuil | Files touched by this commit (1) |
Log message: Mark as BROKEN-hppa : ./src/x/xdga2s.s:25: Error: symbol `.text' is already defined |
2011-04-15 13:29:54 by Christian Weisgerber | Files touched by this commit (2) |
Log message: fix GNU Makefile syntax for gmake 3.82 |
2010-11-16 04:23:29 by Marc Espie | Files touched by this commit (200) |
Log message: new depends |
2010-10-18 12:00:20 by Marc Espie | Files touched by this commit (155) |
Log message: USE_GROFF=Yes |
2010-05-24 18:46:39 by Marc Espie | Files touched by this commit (2) |
Log message: -fomit-frame-pointer actually needed on gcc4 found by jakemsr@ |
2010-04-25 20:56:30 by Jacob Meuser | Files touched by this commit (15) |
Log message: - sndio supported as default audio output method - build with -pthread in LDFLAGS instead of -lpthread in LIBS; allegro-config passes LDFLAGS on, so dependent ports build correctly (WANTLIB changes in dependent ports coming soon) - don't build modules in liballegro: we don't ship an allegrorc to be able to choose which modules to use "sndio bits look ok" ratchov@ |
2010-04-24 03:56:34 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: This part of CONFIGURE_ENV is now set in bsd.port.mk(5). |