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: lang/basic256/Makefile

Number of commits found: 45

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, 15 Jul 2022
14:36 Stefan Eßer (se) search for other commits by this committer
lang/basic256: update to depend on espeak-ng instead of espeak

Approved by:	portmgr (implicit)
commit hash: e62703a4ead4b64033f6f5ded7b6dc4a8a060d54 commit hash: e62703a4ead4b64033f6f5ded7b6dc4a8a060d54 commit hash: e62703a4ead4b64033f6f5ded7b6dc4a8a060d54 commit hash: e62703a4ead4b64033f6f5ded7b6dc4a8a060d54 e62703a
Friday, 8 Jul 2022
16:56 Stefan Eßer (se) search for other commits by this committer
lang/basic256:  remove deprecation note

The audio/espeak port has been updated to a new version and the reason
for the deprecation does no longer exist.

Approved by:	portmgr (implicit)
commit hash: 654f65c3e9d5f9ce09e1b533d17022639d75d984 commit hash: 654f65c3e9d5f9ce09e1b533d17022639d75d984 commit hash: 654f65c3e9d5f9ce09e1b533d17022639d75d984 commit hash: 654f65c3e9d5f9ce09e1b533d17022639d75d984 654f65c
Friday, 1 Jul 2022
15:06 Rene Ladan (rene) search for other commits by this committer
lang/basic256: expire on 2022-09-30 for audio/espeak
commit hash: 8c30eaec3903971bfd0820d92dd8330cba67c3e1 commit hash: 8c30eaec3903971bfd0820d92dd8330cba67c3e1 commit hash: 8c30eaec3903971bfd0820d92dd8330cba67c3e1 commit hash: 8c30eaec3903971bfd0820d92dd8330cba67c3e1 8c30eae
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
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
Tuesday, 30 Jun 2020
15:58 fernape search for other commits by this committer
lang/basic256: update to 2.0.0.11
Original commitRevision:540898 
Monday, 11 May 2020
06:45 fernape search for other commits by this committer
lang/basic256: update to 2.0.0.1

While here:

 * Reorder some variables
 * dos2unix only on the necessary files (thanks tcberner@) so resources file
   doesn't break.
 * Add missing USES=gl
Original commitRevision:534884 
Friday, 8 Nov 2019
14:47 tobik search for other commits by this committer
Add missing USES={gnome,php,sdl} to the rest
Original commitRevision:517072 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 27 Jan 2019
16:25 fernape search for other commits by this committer
lang/basic256: fix build with GCC-based architectures

PR:	235204
Submitted by:	pkubaj@anongoth.pl
Original commitRevision:491366 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Tuesday, 13 Mar 2018
22:24 fernape search for other commits by this committer
Remove Ego-Lines from fernape's ports

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
Original commitRevision:464438 
Monday, 12 Mar 2018
19:20 fernape search for other commits by this committer
Update MAINTAINER to new FreeBSD.org account

Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
Original commitRevision:464275 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
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 
Friday, 7 Nov 2014
23:16 pawel search for other commits by this committer
Update to version 1.1.4.0

PR:		194844
Submitted by:	maintainer
Original commitRevision:372303 
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 
Sunday, 24 Aug 2014
16:59 riggs search for other commits by this committer
- Update to upstream version 1.1.3.0
- Add LICENSE

PR:		192745
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:365967 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Tuesday, 24 Jun 2014
15:21 wg search for other commits by this committer
lang/basic256: update to 1.1.2.6

PR:		191340 (based on)
Submitted by:	maintainer
Original commitRevision:359097 
Saturday, 22 Feb 2014
12:11 pawel search for other commits by this committer
Update to version 1.1.0.0

PR:		ports/186849
Submitted by:	maintainer
Original commitRevision:345627 
Thursday, 28 Nov 2013
18:16 makc search for other commits by this committer
- Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PRO
- Use NO_WRKSUBDIR while I'm here
Original commitRevision:335118 
17:52 danilo search for other commits by this committer
- Use QMAKE_PRO instead of do-configure

PR:		ports/184333
Suggested by:	madpilot
Original commitRevision:335115 
17:42 danilo search for other commits by this committer
- Add the do-configure target

PR:		ports/184333
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:335111 
Saturday, 23 Nov 2013
16:52 makc search for other commits by this committer
Clean-up after conversion to USES=qmake:
- Adjust USE_QT4
- Remove no longer needed HAS_CONFIGURE and QMAKE_PRO

Approved by:	portmgr (blanket approval)
Original commitRevision:334682 
Tuesday, 19 Nov 2013
22:39 madpilot search for other commits by this committer
- Update to 1.0.0.0
- Convert to USES qmake and dos2unix
- Convert to staging
- Use LOCALBASE instead of hardconding /usr/local.
- Fix build on 10 and head with new libc++

PR:		ports/183933
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:334360 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Sunday, 25 Aug 2013
09:14 vg search for other commits by this committer
- Update to 0.9.9.64

PR:		ports/181094
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	eadler (mentor)
Original commitRevision:325334 
Friday, 26 Apr 2013
06:31 miwi search for other commits by this committer
- Update to 0.9.9.58

PR:		177891
Submitted by:	Fernando <fernando.apesteguia@gmail.com> ( maintainer)
Original commitRevision:316570 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Wednesday, 13 Feb 2013
01:16 miwi search for other commits by this committer
- Update to 0.9.9.46

PR:		176076
Submitted by:	maintainer
Original commitRevision:312139 
Friday, 25 Jan 2013
09:23 ak search for other commits by this committer
- Update to 0.9.9.38

PR:	ports/175548
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:310970 
Sunday, 20 Jan 2013
23:38 madpilot search for other commits by this committer
- Update to 0.9.9.28

PR:		ports/175115
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:310723 
Wednesday, 28 Nov 2012
02:04 bdrewery search for other commits by this committer
- Update to 0.9.9.17

PR:		ports/173845
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:307873 
Monday, 5 Nov 2012
21:27 rakuco search for other commits by this committer
Update to 0.9.9.13.

PR:		ports/173401
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:   yes
Original commitRevision:307033 
Thursday, 11 Oct 2012
17:36 rm search for other commits by this committer
- update to 0.9.9.1
- add build dependencies on bison and flex

while here:
- trim Makefile header
- remove redundant tabs in Makefile
- use SF shortcut in MASTER_SITES
- remove indefinite article from COMMENT
- remove exclicit dependency on qmake, since it is already defined in USE_QT4
- change BUILD_DEPENDS usage to more common
- remove trailing whitespace in pkg-descr

PR:		172583
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Feature safe:	yes
Original commitRevision:305734 
Friday, 10 Aug 2012
12:28 madpilot search for other commits by this committer
- Update to to 0.6.69
- Whitespace fix

PR:		ports/170504
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 11 Oct 2011
07:46 wen search for other commits by this committer
BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://www.basic256.org

PR:             ports/160367
Submitted by:   Fernando <fernando.apesteguia@gmail.com>
Original commit
06:50 wen search for other commits by this committer
BASIC-256 is an easy to use version of BASIC designed to teach anybody
(especially middle and high-school students) the basics of computer
programming.

It uses traditional control structures like gosub, for/next, and goto,
which helps kids easily see how program flow-control works. It has a
built-in graphics mode which lets them draw pictures on screen in
minutes, and a set of detailed, easy-to-follow tutorials that
introduce programming concepts through fun exercises.

WWW: http://http://www.basic256.org

PR:             ports/160367
Submitted by:   Fernando <fernando.apesteguia@gmail.com>
Original commit

Number of commits found: 45