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) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/frodo/Makefile

Number of commits found: 53

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 8 Oct 2021
12:50 Piotr Kubaj (pkubaj) search for other commits by this committer
emulators/frodo: fix build on powerpc and powerpc64

Same issue as on powerpc64le.
commit hash: bbee953436c70e18f68d7682ad22634cce173e4c commit hash: bbee953436c70e18f68d7682ad22634cce173e4c commit hash: bbee953436c70e18f68d7682ad22634cce173e4c commit hash: bbee953436c70e18f68d7682ad22634cce173e4c bbee953
12:04 Piotr Kubaj (pkubaj) search for other commits by this committer
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.
commit hash: a385a94464cb0b62e7f17e5decfa5087ac9c43c1 commit hash: a385a94464cb0b62e7f17e5decfa5087ac9c43c1 commit hash: a385a94464cb0b62e7f17e5decfa5087ac9c43c1 commit hash: a385a94464cb0b62e7f17e5decfa5087ac9c43c1 a385a94
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Nov 2019
10:08 tobik search for other commits by this committer
e*: Add missing USES={gnome,sdl,xorg}
Original commitRevision:517045 
Tuesday, 5 Nov 2019
15:48 zeising search for other commits by this committer
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'.
Original commitRevision:516802 
Monday, 14 May 2018
14:56 dinoex search for other commits by this committer
- fix build for FreeBSD 12.0
Original commitRevision:469896 
Thursday, 18 Jan 2018
09:48 dinoex search for other commits by this committer
- set BROKEN for FreeBSD-12
Original commitRevision:459319 
Thursday, 2 Nov 2017
06:07 dinoex search for other commits by this committer
- migration to tk86
Original commitRevision:453337 
Friday, 20 Oct 2017
12:25 gahr search for other commits by this committer
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.
Original commitRevision:452517 
Thursday, 9 Feb 2017
08:12 dinoex search for other commits by this committer
- let configure pick up sdl
- make portlint happier
Original commitRevision:433712 
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 
Thursday, 8 Oct 2015
04:01 dinoex search for other commits by this committer
- cleanup
Original commitRevision:398799 
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 
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 
Tuesday, 15 Jul 2014
15:12 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361943 
Saturday, 30 Nov 2013
07:08 dinoex search for other commits by this committer
- use STAGEDIR
- use OPTIONS_DEFINE
Original commitRevision:335265 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
16:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Original commitRevision:327721 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- 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
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Wednesday, 9 Apr 2008
13:42 pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Tuesday, 11 Dec 2007
20:24 dinoex search for other commits by this committer
- set USE_XORG
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
Tuesday, 31 Oct 2006
05:26 dinoex search for other commits by this committer
- drop USE_X_PREFIX
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - 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)
Original commit
Sunday, 7 May 2006
10:55 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
Original commit
Saturday, 25 Mar 2006
10:11 dinoex search for other commits by this committer
- update MASTER_SITES and homepage
Original commit
Sunday, 28 Nov 2004
18:30 dinoex search for other commits by this committer
- Fix Sound support
Submitted by:   Rob Andrews
Original commit
Sunday, 15 Aug 2004
04:56 dinoex search for other commits by this committer
- update MASTER_SITES
Original commit
Tuesday, 16 Mar 2004
04:23 edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Original commit
Monday, 8 Mar 2004
01:01 edwin search for other commits by this committer
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>
Original commit
Sunday, 12 Oct 2003
11:06 dinoex search for other commits by this committer
- make portlint happy
Original commit
Saturday, 6 Sep 2003
06:07 dinoex search for other commits by this committer
- USE_SDL to support screens with more than 256 colors.
- new option WITHOUT_SDL=yes to disable it.
Original commit
Friday, 5 Sep 2003
19:43 dinoex search for other commits by this committer
- update to 4.1b
- add new URL
Thanks to watchman@ludd.luth.se for the pointer
- make portlint happy
- honor given CFLAGS
Original commit
Wednesday, 23 Jul 2003
14:07 dinoex search for other commits by this committer
- update CATEGORIES
Original commit
Sunday, 6 Jul 2003
09:19 dinoex search for other commits by this committer
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.
Original commit
09:01 dinoex search for other commits by this committer
- update to use tk84
Original commit
Thursday, 20 Feb 2003
18:26 dinoex search for other commits by this committer
- add COMMENT
Original commit
Thursday, 5 Dec 2002
04:32 dinoex search for other commits by this committer
- remove BROKEN
as the port does build, Thanks to naddy!
http://bento.freebsd.org/errorlogs/packages-5-latest/emulators/frodo-4.1a.tbz
Original commit
Sunday, 1 Dec 2002
23:59 kris search for other commits by this committer
BROKEN on 5.0: does not build
Original commit
Sunday, 16 Jun 2002
15:03 dinoex search for other commits by this committer
- Get rid of PERL and use SED
Original commit
Monday, 28 Jan 2002
07:31 dinoex search for other commits by this committer
Change some defines from "YES" to "yes"   See samples in the porters-handbook.  
 
Original commit
Saturday, 5 Jan 2002
23:43 dinoex search for other commits by this committer
- make portlint happier   - use DOCSDIR or EXAMPLESDIR   - get rid of some
INTERACTIVE scrips in news/ifmail    
Original commit
Sunday, 24 Jun 2001
05:28 dinoex search for other commits by this committer
change MAINTAINER to FreeBSD.org address    
Original commit
Sunday, 18 Mar 2001
07:51 dinoex search for other commits by this committer
Updated to use Tcl/Tk 8.3    
Original commit
Monday, 23 Oct 2000
00:08 jeh search for other commits by this committer
Extra slash break fetch.    
Original commit
Thursday, 12 Oct 2000
22:05 ade search for other commits by this committer
Change location in first MASTER_SITE, add a second.    
Original commit
Wednesday, 30 Aug 2000
06:26 steve search for other commits by this committer
Add a missing ')' so this port actually installs again.    
Original commit
Friday, 23 Jun 2000
14:44 sobomax search for other commits by this committer
- Support LOCALBASE properly (in setting path to custom wish script)    
Original commit

Number of commits found: 53