Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.3.1_4 17 Nov 2024 12:47:22
    |
Jason E. Hale (jhale)  |
devel/allegro: Fix build with CMake >= 3.31.0
For some reason, the check for XDGAQueryExtension in Xxf86dga was
failing in previous versions of CMake, but it now succeeds, which is the
expected result. It's an oversimplified check, however, that just adds
the library name without path if found.
Just using raw data from pkg_check_modules() results in a similar
problem, which this project does. The ALSA option already had the
usual workaround for this scenario (USES+=localbase:ldflags) in place,
but the JACK option did not. Build would fail if the JACK option was
enabled, but not ALSA even in previous versions of CMake.
This version of allegro is ancient, so just elevate the workaround
to the port level.
PR: 282725 |
4.4.3.1_4 09 Jan 2024 15:41:04
    |
Baptiste Daroussin (bapt)  |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
4.4.3.1_3 21 Oct 2023 19:01:37
    |
Muhammad Moinur Rahman (bofh)  |
devel/allegro: Remove USES=makeinfo
- Distfile ships with info files and no need to regenereate these files
- Pet portclippy |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4.3.1_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.4.3.1_3 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.4.3.1_3 02 Aug 2021 16:03:15
    |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
4.4.3.1_2 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
4.4.3.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.4.3.1_1 28 Sep 2020 05:05:25
  |
tobik  |
Reset MAINTAINER |
4.4.3.1_1 12 Jul 2020 09:30:29
  |
tobik  |
audio/sndio: Update to 1.7.0 |
4.4.3.1 31 Oct 2019 08:59:55
  |
tobik  |
Add missing USES to my ports |
4.4.3.1 25 Oct 2019 19:09:27
  |
sunpoet  |
Fix build with texinfo 6.7
PR: 240976
Exp-run by: antoine |
4.4.3.1 18 Jul 2019 09:02:16
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
4.4.3.1 09 Mar 2019 08:07:31
  |
tobik  |
devel/allegro: Update to 4.4.3.1
Some static libraries are now built as shared libraries. Bump
revision of consumers.
Changes: https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx
Changes: https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1
PR: 235477 |
4.4.2_8 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.4.2_8 10 Nov 2018 18:12:58
  |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.4.2_7 28 Jul 2018 12:50:39
  |
tobik  |
Take maintainership of devel/allegro |
4.4.2_7 09 Jun 2017 13:30:19
  |
tobik  |
- Add sndio support [1]
- Remove ALSA from default options
- Switch to options helpers
- Move audio output options to their own option group
- Make OSS support an explicit option, so that it can be turned off
- Remove OGG option and make it mandatory: audio/libogg is already a
dependency via audio/libvorbis
- Make the port simpler by not building the examples and not
installing the example games (if necessary installing them can be done
later in a separate port)
- Add LICENSE
- Fix WWW
- Allegro never directly links with libpng or libGLU; make them a build
dependency only
- Reset maintainer
PR: 215838
Obtained from: OpenBSD [1]
Approved by: mat (mentor), maintainer timeout (5 months)
Differential Revision: https://reviews.freebsd.org/D11039 |
4.4.2_6 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
4.4.2_5 11 Dec 2016 07:16:12
  |
antoine  |
allegro* build fine with bsd make |
4.4.2_5 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.4.2_5 01 Feb 2015 20:21:34
  |
amdmi3  |
- Fix strip
Approved by: portmgr blanket |
4.4.2_5 25 Dec 2014 20:54:43
  |
bapt  |
Bump portrevision after png update |
4.4.2_4 25 Dec 2014 19:04:27
  |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
4.4.2_4 06 Oct 2014 18:03:11
  |
riggs  |
- Fix build when DOCS option is deselected
While on it:
- Remove @dirrm entries from pkg-plist
PR: 192491
Submitted by: arcade@b1t.name
Approved by: maintainer timeout
MFH: 2014Q4 |
4.4.2_4 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
4.4.2_3 15 Jul 2014 14:36:13
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
4.4.2_3 25 Jun 2014 21:39:53
  |
antoine  |
- Move info page from plist to INFO variable
- Allow to build with texinfo from ports |
4.4.2_3 16 Jun 2014 21:03:58
  |
nemysis  |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
(Only the first 15 lines of the commit message are shown above ) |
4.4.2_3 12 Mar 2014 23:06:54
  |
nemysis  |
- Fix build, without EXAMPLES Option and change pkg-plist
PR: ports/187511
Submitted by: Volodymyr Kostyrko <arcade@b1t.name> |
4.4.2_3 10 Mar 2014 19:35:45
  |
nemysis  |
- Bump PORTREVISION for dependency change
Reported by: makc@ |
4.4.2_2 10 Mar 2014 15:08:31
  |
nemysis  |
- Use ${STAGEDIR}${EXAMPLESDIR}, forgotten in previous commit |
4.4.2_2 10 Mar 2014 13:44:30
  |
nemysis  |
- Use USE_GL=glu instead of USE_GL=gl glu
- Strip executables |
4.4.2_2 15 Nov 2013 20:56:06
  |
marino  |
devel/allegro: Fix pkg-plist with inactive ALSA option
If ALSA (default on) is turned off, the package fails to install.
Fix the plist conditional on the ALSA option.
Approved by: portmgr (bapt), maintainer AFK |
4.4.2_2 03 Nov 2013 22:26:52
  |
nemysis  |
- Remove DOCS Option
PR: ports/183629
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
Approved by: pawel / wg (mentors, implicit) |
4.4.2_2 01 Nov 2013 14:45:34
  |
nemysis  |
- Bump portrevision
- Add master site SF/nemysisfreebsdp/devel/allegro
- Change maintainer email to @FreeBSD.org
- USES gmake cmake pkgconfig
- Remove conflict with devel/allegro-devel
- Set PORTSCOUT
- Use the new format for LIB_DEPENDS
- Add ALSA, DOCS, JACK and OGG Options
- Add ALSA, DEMOS and OGG to default Options
- Change DOCS and EXAMPLES, simplify man install
- Support STAGEDIR and add OPTIONS_SUB
- Add demos Shooter and Skater, add Icons, Desktop entry files
- Use REINPLACE_CMD instead of simple patches
- Add patch
- Add pkg-message
- Remove Makefile.man
PR: ports/180909
Submitted by: nemysis (self)
Approved by: pawel (mentor) |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
4.4.2_1 26 Jul 2013 16:04:48
  |
crees  |
Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.
Remove allegrogl, which is broken and included in allegro-4.4 anyway.
Update allegro-devel to 5.0.7 [1]
PR: ports/172981 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1] |
4.2.2_3 15 May 2013 05:19:37
  |
miwi  |
- Remove broken line; it builds fine with poudriere and tinderbox, so another
try on pointyhat |
4.2.2_3 23 Apr 2013 00:29:58
  |
miwi  |
- Mark BROKEN fails to build |
4.2.2_3 14 Feb 2013 09:42:13
  |
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
4.2.2_3 09 Oct 2012 22:12:14
  |
linimon  |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
4.2.2_3 26 Sep 2012 09:09:28
  |
bapt  |
Convert to OptionsNG |
4.2.2_3 16 Aug 2012 04:58:18
 |
rm  |
Relase maintainership by maintainer's request on ports@ ML.
Requested by: Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer) |
4.2.2_3 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
4.2.2_3 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
4.2.2_3 11 Apr 2011 19:54:35
 |
ade  |
Update to GNU make 3.82 after numerous -exp runs. |
4.2.2_3 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
4.2.2_3 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
4.2.2_3 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
4.2.2_2 21 Apr 2010 17:17:55
 |
tabthorpe  |
- Transfer maintainership
Approved by: Previous maintainer via ports@ |
4.2.2_2 19 Nov 2009 22:07:43
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
4.2.2_2 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
4.2.2_2 18 Jun 2009 12:33:13
 |
tabthorpe  |
- Pass maintainership to submitter
PR: ports/135684
Submitted by: Eitan Adler <EitanAdlerList gmail.com> |
4.2.2_2 27 Feb 2009 21:24:38
 |
alepulver  |
- Drop maintainership of the following ports:
games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube (Only the first 15 lines of the commit message are shown above ) |
4.2.2_2 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
4.2.2_2 22 Mar 2008 08:55:40
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
4.2.2_1 04 Oct 2007 00:41:11
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
4.2.2_1 30 Sep 2007 04:47:37
 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
4.2.2 30 Jul 2007 16:47:51
 |
alepulver  |
- Update distinfo (minor changes: modifications from 4.2.2RC1 to 4.2.2 were
documented) [1].
- Remove AL option (it is for SGI's AL, not OpenAL).
Reported by: pointyhat (via kris, pav) [1] |
4.2.2 24 Jul 2007 13:54:46
 |
alepulver  |
- Update to version 4.2.2. |
4.2.1_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.2.1 28 Dec 2006 13:55:01
 |
alepulver  |
- Add PORTSCOUT variable. |
4.2.1 19 Dec 2006 15:55:20
 |
alepulver  |
- Update to version 4.2.1. |
4.2.0 10 Aug 2006 02:06:20
 |
alepulver  |
- Add AL and JACK options.
- Replace INSTALLS_SHLIB with USE_LDCONFIG.
- Add CONFLICTS with future port allegro-devel. |
4.2.0 24 Apr 2006 20:53:10
 |
alepulver  |
- Remove USE_REINPLACE.
- Rename some OPTIONS to more standard names:
DEBUG_LIB -> DEBUG
DEV_UTILS -> DEVEL
PROFILE_LIB -> PROFILE
- Remove unavoidable auto-detection of OPTIONS.
- Format tabs, sort variables.
Approved by: garga (mentor) |
4.2.0 09 Apr 2006 13:08:16
 |
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
4.2.0 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
4.2.0 13 Nov 2005 15:16:30
 |
pav  |
- Update to 4.2.0
- Use OPTIONS
- Take maintainership
PR: ports/88907
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
4.1.12_1 30 Jun 2005 17:46:46
 |
flz  |
- Add WITHOUT_THREADS knob.
PR: ports/82818
Submitted by: Gunter Wambaugh <gunter@thewambaughs.net> |
4.1.12_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
4.1.12 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
4.1.12 13 Dec 2003 01:41:30
 |
pav  |
- Update to 4.1.12
- Add knob to enable to arts sound driver
- Use PORTSDOC
- Use INFO
PR: ports/60193
Submitted by: Thierry Thomas <thierry@pompo.net> |
4.1.4 20 Apr 2003 02:56:27
 |
marcus  |
Remove USE_GNOMENG. |
4.1.4 30 Mar 2003 03:04:33
 |
edwin  |
devel/allegro: updating to 4.1.4 (devel version).
This PR updates allegro to the last 4.1.4, fixes allegro-config,
and adds samples.
PR: ports/45344
Submitted by: Thierry Thomas <thierry@pompo.net> |
4.0.2_2 23 Feb 2003 11:07:26
 |
olgeni  |
Suppress command echo. |
4.0.2_2 20 Feb 2003 17:07:10
 |
knu  |
De-pkg-comment. |
4.0.2_2 23 Nov 2002 21:12:59
 |
pat  |
Fix allegro-config --libs to report correct library and bump PORTREVISION.
PR: ports/45176
Submitted by: Thierry Thomas <thierry@pompo.net> |
4.0.2_1 06 Nov 2002 16:51:46
 |
ijliao  |
- Fix LIB_DEPENDS
- Support USE_GNONENG
- Fix pkg-plist
PR: 44964
Submitted by: Ports Fury |
4.0.0_1 02 Oct 2002 07:22:15
 |
kris  |
Remove some extra files that are apparently not being built in the
general case (perhaps the build is detecting something else on my
system). |
4.0.0_1 18 Sep 2002 00:31:23
 |
kris  |
Fix plist and installation |
4.0.0_1 16 Sep 2002 15:41:01
 |
olgeni  |
Drop maintainership. |
4.0.0_1 28 Mar 2002 15:34:57
 |
olgeni  |
Use proper names for installed libraries. |
4.0.0 25 Mar 2002 15:49:41
 |
olgeni  |
Unbreak and fix the bogus plist.
Noticed by: kris |
4.0.0 25 Mar 2002 02:11:30
 |
kris  |
BROKEN: plist incorrect |
23 Feb 2002 21:21:49
    |
olgeni  |
Update port to version 4.0.0. |
07 Jan 2002 04:07:09
    |
will  |
Allow this port to support arbitrary versions of autoconf. |
15 Dec 2001 21:58:47
    |
olgeni  |
Fix port build on bento. |
04 Mar 2001 20:33:24
    |
olgeni  |
Add port devel/allegro (3.9.34). |