non port: emulators/vba/Makefile |
SVNWeb
|
Number of commits found: 55 |
Sat, 5 Aug 2023
|
[ 19:34 Muhammad Moinur Rahman (bofh) ] 15c5abd
emulators/vba: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 27eb52a (Only the first 10 of 118 ports in this commit are shown above. )
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Jan 2021
|
[ 09:40 amdmi3 ]
- Fix LICENSE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
Fri, 8 Nov 2019
|
[ 10:08 tobik ] (Only the first 10 of 59 ports in this commit are shown above. )
e*: Add missing USES={gnome,sdl,xorg}
|
Mon, 7 Jan 2019
|
[ 09:02 0mp ]
emulators/vba: Mark Un'BROKEN
While here, set LICENSE_FILE.
PR: 234497
Reviewed by: koobs, mat
Approved by: mat (mentor)
Approved by: portmgr (blanket: build/run fixes, ports compliance)
Differential Revision: https://reviews.freebsd.org/D18687
|
Sun, 4 Nov 2018
|
[ 14:48 antoine ]
Mark BROKEN: fails to build
../Cheats.cpp:1347:5: error: non-constant-expression cannot be narrowed from
type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list
[-Wc++11-narrowing]
address & 255,
^~~~~~~~~~~~~
Reported by: pkg-fallout
|
Sun, 25 Jun 2017
|
[ 00:29 linimon ] (Only the first 10 of 81 ports in this commit are shown above. )
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
Wed, 1 Feb 2017
|
[ 20:22 jbeich ]
emulators/vba: unbreak with libc++ 3.9
../GBA.cpp:1133:12: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
char * p = strrchr(file,'.');
^ ~~~~~~~~~~~~~~~~~
../GBA.cpp:1148:12: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
char * p = strrchr(file,'.');
^ ~~~~~~~~~~~~~~~~~
../GBA.cpp:1172:12: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
char * p = strrchr(file,'.');
^ ~~~~~~~~~~~~~~~~~
../GBA.cpp:1192:12: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
char * p = strrchr(file,'.');
^ ~~~~~~~~~~~~~~~~~
../Util.cpp:481:12: error: cannot initialize a variable of type 'char *' with an
rvalue of type (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sun, 13 Jul 2014
|
[ 23:23 bapt ] (Only the first 10 of 54 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
[ 17:08 rakuco ]
Add dependency on pkg-config when GTK2 is on.
PR: 189138
Approved by: maintainer timeout (74 days)
MFH: 2014Q3
|
Sat, 12 Jul 2014
|
[ 17:35 rakuco ]
- Support staging.
- Sort OPTIONS_DEFINE.
- Stop including bsd.port.{pre,post}.mk:
o Replace the ${ARCH} check with BROKEN_<arch>=...
o Include bsd.port.options.mk for checking the GTK2 option.
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Mon, 29 Jul 2013
|
[ 16:54 danfe ]
- Add PROFILING_DESC (should be part of r323888)
- Unbreak the build on amd64 (and make it generally type safe)
- Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it
|
[ 14:23 danfe ]
- Expand creator's name in the Makefile header
- Fix the build on recent versions of FreeBSD (against Clang)
- Add a patch from Gentoo to unbreak GTK+ program build
- Fix potential buffer overflow (also obtained from Gentoo)
- Convert to OptionsNG, utilize new option helpers
- Drop WANT_GNOME and USE_GNOME, they are useless
- Define LICENSE (GPLv2), remove COPYING from the docs
- Make pkg-message word substitution actually work
- Generally sanitize and cleanup the Makefile
Reported by: pointyhat-west
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
Thu, 10 Nov 2011
|
[ 05:38 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 22 Aug 2009
|
[ 00:20 amdmi3 ] (Only the first 10 of 124 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
Sat, 22 Mar 2008
|
[ 14:48 miwi ] (Only the first 10 of 61 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Fri, 1 Feb 2008
|
[ 11:24 linimon ]
Mark as broken on sparc64: internal gcc error.
|
Wed, 17 Oct 2007
|
[ 09:45 miwi ]
- Unbreak
- Fix build with gcc 4.2
PR: 116893
Submitted by: miwi
Approved by: maintainer timeout
|
Tue, 2 Oct 2007
|
[ 05:24 linimon ]
Mark as broken with gcc4.2. While here, remove antique compatibilty cruft.
|
Fri, 22 Jun 2007
|
[ 14:25 rafan ]
- Use correct argument to disable profiling
PR: ports/113249
Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au>
Approved by: maintainer timeout (20 days)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
|
Sun, 17 Sep 2006
|
[ 20:04 kris ]
Now builds on sparc64
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Thu, 13 Oct 2005
|
[ 22:53 mnag ]
Add support to GTK2
PR: 87370
Submitted by: No Name <arundel@h3c.de> (maintainer)
|
Thu, 21 Jul 2005
|
[ 00:03 kris ]
BROKEN on ia64 and sparc64: Runaway cc1plus process
|
Sat, 21 Aug 2004
|
[ 13:59 pav ]
- Fix build on 4.x
- Don't install debugger unless asked
- Assume maintainership
PR: ports/70769
Submitted by: No Name <arundel@h3c.de>
|
Mon, 16 Aug 2004
|
[ 01:16 kris ]
BROKEN on 4.x: Does not compile
|
[ 01:13 kris ]
Reset maintainer:
<arundel@gmx.net>
(reason: 550 5.1.1 {mx057} <arundel@gmx.net>... User is unknown)
|
Sat, 17 Jul 2004
|
[ 11:48 krion ]
Update to 1.7.2
PR: ports/69162
Submitted by: maintainer
|
Tue, 18 May 2004
|
[ 07:33 vs ]
Workaround broken .if (${OSVERSION}...), cf.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html
PR: ports/66739
Submitted by: Scott Lipcon
|
Sat, 15 May 2004
|
[ 05:08 edwin ]
- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir
Thanks to kris@
|
Fri, 14 May 2004
|
[ 11:54 edwin ]
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
(this time for real!)
PR: ports/64612
Submitted by: No Name <arundel@gmx.net>
|
[ 11:49 edwin ]
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
Also added a pkg-message to explain about the configuration file,
and made sure that the default configuration file didn't get left
behind when make deinstall is done.
PR: ports/64612
Submitted by: No Name <arundel@gmx.net>
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Mon, 8 Mar 2004
|
[ 01:01 edwin ] (Only the first 10 of 54 ports in this commit are shown above. )
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Tue, 17 Feb 2004
|
[ 10:06 linimon ]
Update to version 1.7.1: update battery file more often; many bugfixes.
See ChangeLog for complete details.
PR: ports/62645
Submitted by: arundel@gmx.net (maintainer)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 21 Jan 2004
|
[ 22:43 pav ]
- Update to 1.7
PR: ports/61599
Submitted by: No-Name <arundel@gmx.net> (maintainer)
|
Fri, 3 Oct 2003
|
[ 13:07 edwin ]
New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
emulators out there.
PR: ports/56376
Submitted by: No Name <arundel@gmx.net>
|
Number of commits found: 55 |