non port: emulators/xsystem35/Makefile |
Number of commits found: 84 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Thursday, 4 May 2023
|
04:37 Jan Beich (jbeich)
emulators/xsystem35: drop maintainership
1b4d344 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Saturday, 11 Feb 2023
|
12:09 Jan Beich (jbeich)
emulators/xsystem35: unbreak build with clang 15
nDEMO.c:22:6: error: incompatible pointer to integer conversion initializing
'int' with an expression of type 'int *'; dereference with * [-Wint-conversion]
int p1 = getCaliVariable();
^ ~~~~~~~~~~~~~~~~~
*
nDEMO.c:28:6: error: incompatible pointer to integer conversion initializing
'int' with an expression of type 'int *'; dereference with * [-Wint-conversion]
int p1 = getCaliVariable();
^ ~~~~~~~~~~~~~~~~~
*
nt_msg.c:189:9: error: incompatible integer to pointer conversion initializing
'char *' with an expression of type 'int' [-Wint-conversion]
char *b = sjis2euc(msg);
^ ~~~~~~~~~~~~~
nt_msg.c:261:10: error: incompatible integer to pointer conversion initializing
'char *' with an expression of type 'int' [-Wint-conversion]
char *b = sjis2euc(mbuf);
^ ~~~~~~~~~~~~~~
sactcg.c:211:9: error: incompatible integer to pointer conversion initializing
'char *' with an expression of type 'int' [-Wint-conversion]
char *b = sjis2euc(cText);
^ ~~~~~~~~~~~~~~~
Reported by: pkg-fallout
3968779 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
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)
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Eric L. Hernes <erich@FreeBSD.org>
* Felix Palmen <felix@palmen-it.de>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gerald Pfeifer <gerald@FreeBSD.org>
* Gunter Wambaugh <techgunter@yahoo.com>
* Jacques Vidrine <nectar@FreeBSD.org>
* Janni
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Karlson
* Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
* Joel Sutton <jsutton@webnet.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jonathan M. Bresler (jmb)
* Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Kaltashkin Eugene <zhecka@gmail.com>
* Kevin Bowling <kbowling@FreeBSD.org>
* Li-Lun Wang <llwang@infor.org>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Martin Hinner
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Neumann <mneumann@ntecs.de>
* Miguel Mendez <flynn@energyhq.homeip.net>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Nicole Reid <root@cooltrainer.org>
* Nishika <nishika@cheerful.com>
* Pavel I Volkov <pavelivolkov@googlemail.com>
* Piotr Kubaj
* Ruan Wei (iamayan@gmail.com)
* Sebastian Schuetz <sschuetz@fhm.edu>
* Seiichirou Hiraoka
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <axl@iafrica.com>
* Simon Dick <simond@irrelevant.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Stijn Hoop <stijn@win.tue.nl>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Bernard <nanard@free.fr>
* Timothy Beyer <beyert@cs.ucr.edu>
* Tobias Reifenberger <tr@freebsd.mayn.de>
* Tom Carrick <knyghtmare@knyghtmare.com>
* Travis Poppe <tlp@liquidx.org>
* Uffe Jakobsen <uffe@uffe.org>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Yukihiro Nakai <nakai@FreeBSD.org>
* alepulver
* alex
* dchapes@ddm.on.ca
* dk
* elbarto
* janek@gaja.ipan.lublin.pl
* jhb
* jmz
* joerg
* jraynard
* krion
* kstailey
* mbr@FreeBSD.org
* okeeblow <root@cooltrainer.org>
* pixel
* pjm
* tenser@spitfire.ecsel.psu.edu
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* # Created by Timothy Beyer <beyert@cs.ucr.edu>
With hat: portmgr
27eb52a |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 5 Nov 2019
|
15:48 zeising
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
 |
Saturday, 14 Sep 2019
|
17:33 jbeich
emulators/xsystem35: simplify WRKSRC handling
 |
Monday, 25 Feb 2019
|
14:32 bapt
First step at deorbitting esound:
remove esound options where it is possible to
 |
Friday, 1 Feb 2019
|
15:25 tobik
emulators/xsystem35: Remove GTK1 option
x11-toolkits/gtk12 is gone since r488008.
 |
Wednesday, 16 Mar 2016
|
12:58 jbeich
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Saturday, 26 Sep 2015
|
20:26 jbeich
Convert my ports to USES=localbase
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Monday, 16 Feb 2015
|
08:12 jbeich
Improve style/consistency among the ports I maintain
- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS
Differential Revision: https://reviews.freebsd.org/D1851
Approved by: bapt (mentor)
 |
Tuesday, 10 Feb 2015
|
17:19 jbeich
Set WM_CLASS to manage under tiling WMs
Approved by: mentors (implicit)
 |
17:00 jbeich
Bump PORTREVISION to be confident about GTK2 package
Approved by: mentors (implicit)
 |
16:44 jbeich
Add and switch to GTK2 by default
Approved by: mentors (implicit)
 |
16:41 jbeich
Update to version 1.7.3-pre5
Approved by: mentors (implicit)
 |
16:36 jbeich
Unbundle libltdl
Differential Revision: https://reviews.freebsd.org/D1816
Reviewed by: tijl
Approved by: mentors (implicit)
 |
16:32 jbeich
- Specify all direct dependencies
- The platform is mainly used to run games
- Take maintainership
Approved by: mentors (implicit)
 |
02:15 jbeich
- Convert to option helpers
- Don't pretend MMX code can be used on amd64 [1]
- Lazy check if MMX is available on i386 [1]
[1] No changes in build behavior. --enable-mmx is a nop on non-i386 while
i386 still passes --disable-mmx by default unless CPUTYPE is set.
Approved by: mentors (implicit)
 |
Saturday, 13 Sep 2014
|
15:11 tijl
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
 |
Wednesday, 27 Aug 2014
|
20:25 amdmi3
- Fix shebangs
- Strip libraries
 |
Tuesday, 26 Aug 2014
|
19:55 tijl
- Convert to USES=libtool
- Add missing dependency on libfreetype and USE_XORG xxf86vm
- Remove remnants of broken SDL support
- Replace patch with post-patch command
 |
Sunday, 13 Jul 2014
|
23:23 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Friday, 21 Feb 2014
|
01:54 miwi
- Stage support
- Convert to USE_GMAKE to USES
 |
Thursday, 6 Feb 2014
|
12:15 miwi
- Stage support
 |
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Friday, 26 Apr 2013
|
06:56 miwi
- Fix build
PR: 177559
Submitted by: Ports Fury
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Tuesday, 5 Feb 2013
|
11:54 bapt
Mark as broken
nt_scenario.c: In function 'ntmain':
nt_scenario.c:76: error: 'SYSTEMCOUNTER_MAINLOOP' undeclared (first use in this
function)
nt_scenario.c:76: error: (Each undeclared identifier is reported only once
nt_scenario.c:76: error: for each function it appears in.)
 |
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
 |
Saturday, 18 Feb 2012
|
10:18 mva
- 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
 |
Friday, 23 Sep 2011
|
22:26 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
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Monday, 18 Oct 2010
|
19:19 johans
Remove stray 'done' keyword from Makefile (breaks build with new sh)
PR: ports/151266
Submitted by: jilles
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Sunday, 13 Jun 2010
|
19:07 pav
- Disable MMX autodetection on pointyhat to achieve predictable dependency list
 |
Sunday, 6 Jun 2010
|
20:44 naddy
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Monday, 6 Jul 2009
|
21:26 naddy
Bump PORTREVISION after libogg and libvorbisfile major version increment.
 |
Wednesday, 20 Aug 2008
|
00:57 ade
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
 |
Friday, 6 Jun 2008
|
13:27 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
 |
Sunday, 30 Sep 2007
|
04:47 linimon
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
 |
Saturday, 28 Jul 2007
|
12:27 miwi
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
 |
Thursday, 14 Jun 2007
|
06:40 danfe
- Fix the build with recent GCC [1]
- Autodetect MMX support and remove a knob
- Beautify pkg-messsage a bit
Reported by: pointyhat [1]
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 20 Sep 2006
|
11:21 stas
- 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)
 |
Sunday, 7 May 2006
|
10:55 edwin
Remove USE_REINPLACE from all categories starting with E
 |
Friday, 14 Apr 2006
|
20:09 linimon
Reset sf as maintainer due to no response to email messages.
Hat: portmgr
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 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.
 |
Monday, 18 Oct 2004
|
01:31 sf
unbreak: get rid of redundant RPEFIX.
 |
Thursday, 30 Sep 2004
|
05:48 kris
BROKEN: Broken pkg-plist
Approved by: portmgr (self)
 |
Monday, 16 Aug 2004
|
02:43 sf
o add missing jpeg dependency, broken configure script did not detect it.
o use custom DOCSDIR.
 |
Saturday, 14 Aug 2004
|
20:34 sf
o update to 1.7.2.
o catch up comment/descr.
o make freetype support non-optional.
o drop broken SDL support.
 |
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
 |
Wednesday, 4 Feb 2004
|
04:36 marcus
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
 |
Friday, 23 Jan 2004
|
18:12 trevor
Now gettext 0.12.1 is gettext-old.
 |
Tuesday, 26 Aug 2003
|
20:25 marcus
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
 |
Monday, 25 Aug 2003
|
05:41 marcus
Chase the libintl.so shared lib version.
 |
Sunday, 20 Apr 2003
|
02:59 marcus
Remove USE_GNOMENG.
 |
Monday, 3 Mar 2003
|
01:08 sf
De-pkg-comment for my ports
 |
Monday, 20 Jan 2003
|
04:44 sf
get rid of bogus ${PERL} usage.
fix WITH_SDL knob.
Notified from: Ulrich Spoerlein <q@uni.de> (PERL)
 |
Thursday, 2 Jan 2003
|
15:06 sobomax
Update version number of SDL shared library.
 |
Friday, 30 Aug 2002
|
13:41 lioux
Deploy USE_GNOMENG infrastructure
PR: 42199
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Thursday, 1 Aug 2002
|
16:22 ade
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
 |
Friday, 7 Jun 2002
|
16:16 lioux
Prefer generic nasm instead of nasm-0.98 as BUILD_DEPENDS in
preparation to nasm update
Approved by: maintainer (1 week timeout for simple enough change)
 |
Wednesday, 17 Apr 2002
|
12:38 sobomax
Chase increase of libSDL version number.
 |
Friday, 12 Apr 2002
|
17:10 ade
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
 |
Friday, 15 Mar 2002
|
19:44 ade
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
 |
Sunday, 23 Dec 2001
|
00:15 sf
o update to 1.4.2. o use LOCALBASE as default PREFIX.
 |
Saturday, 30 Dec 2000
|
21:58 sf
maintainer is committer now.
 |
Sunday, 8 Oct 2000
|
11:23 asami
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
 |
Thursday, 5 Oct 2000
|
07:36 reg
Implement USE_GTK, part 1.
 |
Friday, 7 Jul 2000
|
20:59 steve
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config -
Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
 |
Number of commits found: 84 |