notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/allegro-devel/Makefile

Number of commits found: 55

Sunday, 1 Nov 2020
20:18 antoine search for other commits by this committer
Mark BROKEN

src/x/xglx_config.c:498:42: error: use of undeclared identifier
'glXCreateContextAttribsARB'
      _xglx_glXCreateContextAttribsARB = glXCreateContextAttribsARB;
                                         ^

Reported by:	pkg-fallout
Original commitRevision:553857 
Monday, 4 Nov 2019
22:20 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories d

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Original commitRevision:516748 
Thursday, 22 Aug 2019
17:20 amdmi3 search for other commits by this committer
- Modernize and simplify the port
- Disable ALSA by default, as judging by demos it leads to instant crash at
startup. OSS sound work just fine
- Update WWW
Original commitRevision:509618 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 16 Jun 2019
09:47 linimon search for other commits by this committer
Fix build on GCC-based systems by adding compiler:c++11-lang to USES:

  /usr/local/lib/libgraphite2.so.3: undefined reference to
`__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

While here, unmute install command to pacify portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:504291 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Monday, 10 Sep 2018
13:15 mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479407 
Tuesday, 9 Jan 2018
18:44 danfe search for other commits by this committer
For the ports under `devel' category: remove superfluous linefeeds.
Original commitRevision:458558 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Sunday, 11 Dec 2016
07:16 antoine search for other commits by this committer
allegro* build fine with bsd make
Original commitRevision:428335 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Thursday, 16 Oct 2014
08:55 ak search for other commits by this committer
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
Original commitRevision:370983 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 16 Jun 2014
21:03 nemysis search for other commits by this committer
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

- Pass maintainership to koalative at gmail.com

devel/allegro

- Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org>
- Pass maintainership to koalative at gmail.com

devel/allegro-devel

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

emulators/q4wine

- Remove not needed linie
- Pass maintainership to koalative at gmail.com

emulators/swine

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

finance/venice

- Pass maintainership to koalative at gmail.com

graphics/glfw

- Pass maintainership to koalative at gmail.com

graphics/glfw2

- Pass maintainership to koalative at gmail.com

graphics/xsane

- Pass maintainership to koalative at gmail.com

textproc/loook

- Pass maintainership to koalative at gmail.com
Original commitRevision:358053 
Wednesday, 12 Mar 2014
23:15 nemysis search for other commits by this committer
- Fix build without EXAMPLES Option and change pkg-plist
Original commitRevision:348015 
Monday, 10 Mar 2014
19:36 nemysis search for other commits by this committer
- Bump PORTREVISION for dependency change

Reported by:	makc@
Original commitRevision:347803 
15:15 nemysis search for other commits by this committer
- Change license BSD to BSD3CLAUSE
- Use USE_GL=glu instead of USE_GL=gl glu
- Break lines around 80 characters
- Strip executables
Original commitRevision:347770 
Monday, 20 Jan 2014
19:31 nemysis search for other commits by this committer
- Add missing USE_GNOME=gtk20
- Change PORTSCOUT

Reported by:	amdmi3
Original commitRevision:340454 
Wednesday, 25 Dec 2013
23:29 antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Original commitRevision:337464 
Tuesday, 5 Nov 2013
18:14 nemysis search for other commits by this committer
- Update to 5.0.9
- Change Makefile header
- Add master site SF/nemysisfreebsdp/allegro
- Change maintainer email to @FreeBSD.org
- Change license BSD --> ZLIB BSD
- Use the new format for LIB_DEPENDS
- Remove conflict with devel/allegro
- Set PORTSCOUT
- Change dependencies for alsa-lib and textproc/hs-pandoc
- Add ALSA, DOCS, EXAMPLES and PULSEAUDIO Options
- Add ALSA to default Options
- Change DOCS and EXAMPLES
- Support STAGEDIR and add OPTIONS_SUB
- Add demos Cosmic Protector and SPEED, add Icons, Desktop entry files
- Use REINPLACE_CMD instead of simple patches
- Mute dir install
- Remove Makefile.man

PR:		ports/180908
Submitted by:	nemysis (self)
Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:332886 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Monday, 29 Jul 2013
20:46 bapt search for other commits by this committer
Convert to USES for cmake, gmake and pkgconfig
USE_CMAKE doesn't work anymore since 20130319
USE_PKGCONFIG doesn't work anymore since 20130422

Pointyhat to:	crees
Original commitRevision:323915 
Friday, 26 Jul 2013
16:04 crees search for other commits by this committer
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]
Original commitRevision:323734 
Tuesday, 23 Apr 2013
10:13 bapt search for other commits by this committer
Convert devel to USES=pkgconfig
Original commitRevision:316333 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Sunday, 17 Mar 2013
05:55 beech search for other commits by this committer
- Makefile tweaks
- Convert to OptionsNG

PR:		ports/177004
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Original commitRevision:314398 
Saturday, 6 Oct 2012
10:25 bapt search for other commits by this committer
Add explicit build dep on pkgconf not a leaked one
Original commitRevision:305351 
Monday, 17 Sep 2012
09:28 rm search for other commits by this committer
- update to 4.4.2
- fix COMMENT
- pass maintainership to submitter
- chase update in games/liquidwar

while here:
- trim Makefile header
- remove unneeded inclusion of bsd.port.pre|post.mk
- whitespace fix in pkg-descr

PR:		171366
Submitted by:	nemysis <nemysis at gmx dot ch>
Original commitRevision:304392 
Thursday, 16 Aug 2012
04:58 rm search for other commits by this committer
Relase maintainership by maintainer's request on ports@ ML.

Requested by:	Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 20 Aug 2011
23:03 naddy search for other commits by this committer
lib/pkgconfig -> libdata/pkgconfig

Approved by:    maintainer
Original commit
Wednesday, 19 Jan 2011
13:06 pav search for other commits by this committer
- Update to 4.4.1.1

PR:             ports/153208
Submitted by:   Stas Timokhin <devel@stasyan.com>
Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Wednesday, 21 Apr 2010
17:17 tabthorpe search for other commits by this committer
- Transfer maintainership

Approved by:    Previous maintainer via ports@
Original commit
Monday, 25 Jan 2010
19:15 pav search for other commits by this committer
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Original commit
Thursday, 19 Nov 2009
22:07 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
Original commit
Thursday, 16 Jul 2009
19:42 beat search for other commits by this committer
- Add PORTSCOUT variable

PR:             ports/136645
Submitted by:   Eitan Adler <EitanAdlerList AT gmail.com> (maintainer)
Original commit
Thursday, 18 Jun 2009
12:33 tabthorpe search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/135684
Submitted by:   Eitan Adler <EitanAdlerList gmail.com>
Original commit
Friday, 27 Feb 2009
21:24 alepulver search for other commits by this committer
- 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
games/freeorion
x11-toolkits/gigi
devel/allegro
devel/allegrogl
devel/adime
devel/allegro-devel
net-p2p/qbittorrent
net-p2p/rblibtorrent-devel
emulators/wahcade
x11-wm/stumpwm
x11-wm/icewm
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Saturday, 22 Mar 2008
08:55 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 4 Oct 2007
00:41 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Tuesday, 5 Jun 2007
05:59 alepulver search for other commits by this committer
- Remove BROKEN (plist was fixed in the previous commit).
Original commit
Saturday, 26 May 2007
20:14 kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 3 May 2007
21:07 alepulver search for other commits by this committer
- Update to version 4.3.1.
Original commit
Sunday, 13 Aug 2006
23:20 alepulver search for other commits by this committer
Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.

A wide range of extension packages and add-on modules are also available, which
can be found in the "Library Extensions" section of the Allegro website.

WWW: http://www.talula.demon.co.uk/allegro/

PR:             ports/101741
Original commit

Number of commits found: 55