non port: emulators/frodo/Makefile |
Number of commits found: 53 |
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 |
Friday, 8 Oct 2021
|
12:50 Piotr Kubaj (pkubaj)
emulators/frodo: fix build on powerpc and powerpc64
Same issue as on powerpc64le.
bbee953 |
12:04 Piotr Kubaj (pkubaj)
emulators/frodo: fix build on powerpc64le
While base GCC can build this port on 12.2, clang can't:
VIC.cpp:1407:8: error: expected unqualified-id
static asm void fastcopy(register uchar *dst, register uchar *src);
^
VIC.cpp:1408:8: error: expected unqualified-id
static asm void fastcopy(register uchar *dst, register uchar *src)
^
VIC.cpp:1838:3: error: use of undeclared identifier 'fastcopy'
fastcopy(chunky_line_start, (uint8 *)chunky_tmp);
It also can't build with USES=compiler:gcc-c++11-lib.
Since this port doesn't have reverse dependencies, use USE_GCC=yes.
a385a94 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 8 Nov 2019
|
10:08 tobik
e*: Add missing USES={gnome,sdl,xorg}
 |
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'.
 |
Monday, 14 May 2018
|
14:56 dinoex
- fix build for FreeBSD 12.0
 |
Thursday, 18 Jan 2018
|
09:48 dinoex
- set BROKEN for FreeBSD-12
 |
Thursday, 2 Nov 2017
|
06:07 dinoex
- migration to tk86
 |
Friday, 20 Oct 2017
|
12:25 gahr
lang/tcl84, x11-toolkits/tk84: extend expiration for another month
Track down a few more ports that depend on those two, and deprecate them too.
 |
Thursday, 9 Feb 2017
|
08:12 dinoex
- let configure pick up sdl
- make portlint happier
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 8 Oct 2015
|
04:01 dinoex
- cleanup
 |
Monday, 8 Dec 2014
|
16:48 tijl
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)
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Tuesday, 15 Jul 2014
|
15:12 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Saturday, 30 Nov 2013
|
07:08 dinoex
- use STAGEDIR
- use OPTIONS_DEFINE
 |
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
 |
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
Saturday, 13 Oct 2012
|
13:39 dinoex
- cleanup comments
Feature safe: yes
 |
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
 |
Wednesday, 9 Apr 2008
|
13:42 pav
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
 |
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
 |
Tuesday, 11 Dec 2007
|
20:24 dinoex
- set USE_XORG
 |
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}.
 |
Tuesday, 31 Oct 2006
|
05:26 dinoex
- drop USE_X_PREFIX
 |
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
 |
Saturday, 25 Mar 2006
|
10:11 dinoex
- update MASTER_SITES and homepage
 |
Sunday, 28 Nov 2004
|
18:30 dinoex
- Fix Sound support
Submitted by: Rob Andrews
 |
Sunday, 15 Aug 2004
|
04:56 dinoex
- update MASTER_SITES
 |
Tuesday, 16 Mar 2004
|
04:23 edwin
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
 |
Monday, 8 Mar 2004
|
01:01 edwin
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>
 |
Sunday, 12 Oct 2003
|
11:06 dinoex
- make portlint happy
 |
Saturday, 6 Sep 2003
|
06:07 dinoex
- USE_SDL to support screens with more than 256 colors.
- new option WITHOUT_SDL=yes to disable it.
 |
Friday, 5 Sep 2003
|
19:43 dinoex
- update to 4.1b
- add new URL
Thanks to watchman@ludd.luth.se for the pointer
- make portlint happy
- honor given CFLAGS
 |
Wednesday, 23 Jul 2003
|
14:07 dinoex
- update CATEGORIES
 |
Sunday, 6 Jul 2003
|
09:19 dinoex
CATEGORIES stripped, no "tcl84" and "tk84" entrys,
was denied by portmgr when the base ports where created.
date: 2001/11/24 04:18:38;
ports/lang/tcl84, ports/x11-toolkits/tk84
CATEGORIES stripped, no "tcl84" and "tk84" entrys.
 |
09:01 dinoex
- update to use tk84
 |
Thursday, 20 Feb 2003
|
18:26 dinoex
- add COMMENT
 |
Thursday, 5 Dec 2002
|
04:32 dinoex
- remove BROKEN
as the port does build, Thanks to naddy!
http://bento.freebsd.org/errorlogs/packages-5-latest/emulators/frodo-4.1a.tbz
 |
Sunday, 1 Dec 2002
|
23:59 kris
BROKEN on 5.0: does not build
 |
Sunday, 16 Jun 2002
|
15:03 dinoex
- Get rid of PERL and use SED
 |
Monday, 28 Jan 2002
|
07:31 dinoex
Change some defines from "YES" to "yes" See samples in the porters-handbook.
 |
Saturday, 5 Jan 2002
|
23:43 dinoex
- make portlint happier - use DOCSDIR or EXAMPLESDIR - get rid of some
INTERACTIVE scrips in news/ifmail
 |
Sunday, 24 Jun 2001
|
05:28 dinoex
change MAINTAINER to FreeBSD.org address
 |
Sunday, 18 Mar 2001
|
07:51 dinoex
Updated to use Tcl/Tk 8.3
 |
Monday, 23 Oct 2000
|
00:08 jeh
Extra slash break fetch.
 |
Thursday, 12 Oct 2000
|
22:05 ade
Change location in first MASTER_SITE, add a second.
 |
Wednesday, 30 Aug 2000
|
06:26 steve
Add a missing ')' so this port actually installs again.
 |
Friday, 23 Jun 2000
|
14:44 sobomax
- Support LOCALBASE properly (in setting path to custom wish script)
 |
Number of commits found: 53 |