notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/vba/Makefile
SVNWeb

Number of commits found: 55

Sat, 5 Aug 2023
[ 19:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:15c5abdbf4428d7144220a8f5d663cf9dc33d8ff  commit hash:15c5abdbf4428d7144220a8f5d663cf9dc33d8ff  commit hash:15c5abdbf4428d7144220a8f5d663cf9dc33d8ff  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd  commit hash:27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd  commit hash:27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd  27eb52a  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 1 Jan 2021
[ 09:40 amdmi3 search for other commits by this committer ] Original commit   Revision:559816
- Fix LICENSE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
Fri, 8 Nov 2019
[ 10:08 tobik search for other commits by this committer ] Original commit   Revision:517045 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
e*: Add missing USES={gnome,sdl,xorg}
Mon, 7 Jan 2019
[ 09:02 0mp search for other commits by this committer ] Original commit   Revision:489566
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 search for other commits by this committer ] Original commit   Revision:484096
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 search for other commits by this committer ] Original commit   Revision:444251 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:433097
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 View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:361727 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
[ 17:08 rakuco search for other commits by this committer ] Original commit   Revision:361698
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 search for other commits by this committer ] Original commit   Revision:361626
- 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 search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 20 Sep 2013
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:327721 (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Mon, 29 Jul 2013
[ 16:54 danfe search for other commits by this committer ] Original commit   Revision:323894
- 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 search for other commits by this committer ] Original commit   Revision:323888
- 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 search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sat, 22 Aug 2009
[ 00:20 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Fri, 1 Feb 2008
[ 11:24 linimon search for other commits by this committer ] Original commit 
Mark as broken on sparc64: internal gcc error.
Wed, 17 Oct 2007
[ 09:45 miwi search for other commits by this committer ] Original commit 
- Unbreak
- Fix build with gcc 4.2

PR:             116893
Submitted by:   miwi
Approved by:    maintainer timeout
Tue, 2 Oct 2007
[ 05:24 linimon search for other commits by this committer ] Original commit 
Mark as broken with gcc4.2.  While here, remove antique compatibilty cruft.
Fri, 22 Jun 2007
[ 14:25 rafan search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - 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 search for other commits by this committer ] Original commit 
Now builds on sparc64
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Thu, 13 Oct 2005
[ 22:53 mnag search for other commits by this committer ] Original commit 
Add support to GTK2

PR:             87370
Submitted by:   No Name <arundel@h3c.de> (maintainer)
Thu, 21 Jul 2005
[ 00:03 kris search for other commits by this committer ] Original commit 
BROKEN on ia64 and sparc64: Runaway cc1plus process
Sat, 21 Aug 2004
[ 13:59 pav search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
BROKEN on 4.x: Does not compile
[ 01:13 kris search for other commits by this committer ] Original commit 
Reset maintainer:

<arundel@gmx.net>
    (reason: 550 5.1.1 {mx057} <arundel@gmx.net>... User is unknown)
Sat, 17 Jul 2004
[ 11:48 krion search for other commits by this committer ] Original commit 
Update to 1.7.2

PR:             ports/69162
Submitted by:   maintainer
Tue, 18 May 2004
[ 07:33 vs search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Wed, 21 Jan 2004
[ 22:43 pav search for other commits by this committer ] Original commit 
- Update to 1.7

PR:             ports/61599
Submitted by:   No-Name <arundel@gmx.net> (maintainer)
Fri, 3 Oct 2003
[ 13:07 edwin search for other commits by this committer ] Original commit 
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