Commit Graph

23 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
naddy
1f594c21f2 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-11-18 19:06:25 +00:00
kirby
8208975ca6 remove dead MASTER_SITES 2018-01-21 08:36:51 +00:00
naddy
987697e70b Unbreak autoconf checks with clang by not using nested functions 2017-09-28 22:06:15 +00:00
sthen
a03ad22759 fix clang/i386 build (embedded asm problems, clue from kettenis@)
switch to correct autoconf version while there
2017-08-07 14:15:23 +00:00
espie
ee1bb80633 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 22:03:30 +00:00
espie
e43c648d22 assert gnu89-inline semantics 2017-05-04 20:09:31 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
bentley
59dc7227e3 Update license/homepage/master_sites.
ok sthen@
2015-12-06 12:15:18 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
382a275db9 drop groff, minor formatting differences only 2014-01-17 21:39:28 +00:00
ratchov
ac16f2a798 in the sndio backend, assume 16-bit samples are signed and 8-bit
unsigned. Found by rfreeman

ok landry
2013-04-22 21:14:34 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
landry
d7c3dd4839 Mark as BROKEN-hppa : ./src/x/xdga2s.s:25: Error: symbol `.text' is
already defined
2011-04-18 11:53:18 +00:00
naddy
8aeca3d180 fix GNU Makefile syntax for gmake 3.82 2011-04-15 19:29:54 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
espie
b6095e2d65 -fomit-frame-pointer actually needed on gcc4
found by jakemsr@
2010-05-25 00:46:39 +00:00
jakemsr
9b15a0535d - 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-26 02:56:30 +00:00
ajacoutot
bb308edbd6 This part of CONFIGURE_ENV is now set in bsd.port.mk(5). 2010-04-24 09:56:34 +00:00
phessler
c734e403c5 Allegro is a cross-platform library intended for use in computer games
and other types of multimedia programming.

right now this does not use sndio, will convert in-tree.

originally from & "that's an okay if you promise to take care of allegro
sndio backend ;)" landry@
2009-10-15 14:38:05 +00:00