Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jun 2021 18:53:08 2.0.0.11_1
|
Kevin Bowling (kbowling)  |
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 |
07 Apr 2021 08:09:01 2.0.0.11
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.0.0.11
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Jun 2020 15:58:28
2.0.0.11
|
fernape  |
lang/basic256: update to 2.0.0.11 |
11 May 2020 06:45:49
2.0.0.1
|
fernape  |
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 |
08 Nov 2019 14:47:00
1.1.4.0_3
|
tobik  |
Add missing USES={gnome,php,sdl} to the rest |
26 Jul 2019 20:46:57
1.1.4.0_3
|
gerald  |
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 |
13 Jul 2019 19:23:41
1.1.4.0_2
|
tcberner  |
lang/basic256: prepare for Qt 5.13
PR: 238782 |
27 Jan 2019 16:25:53
1.1.4.0_2
|
fernape  |
lang/basic256: fix build with GCC-based architectures
PR: 235204
Submitted by: pkubaj@anongoth.pl |
16 Jan 2019 11:13:45
1.1.4.0_2
|
tijl  |
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 (Only the first 15 lines of the commit message are shown above ) |
28 Jun 2018 17:39:55
1.1.4.0_1
|
tcberner  |
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 |
13 Mar 2018 22:24:59
1.1.4.0_1
|
fernape  |
Remove Ego-Lines from fernape's ports
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668 |
12 Mar 2018 19:20:33
1.1.4.0_1
|
fernape  |
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 |
28 Oct 2016 13:06:08
1.1.4.0_1
|
tcberner  |
Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.
Approved by: portmgr (blanket), rakuco (mentor)
PR: 213833 |
04 Sep 2016 14:18:59
1.1.4.0_1
|
rakuco  |
Add patch (sent upstream) to drop `using namespace std'
This patch is a smaller version of one I've sent upstream. It removes 'using
namespace std' from Interpreter.cpp to avoid errors when -std=c++11 or
-std=gnu++11 is passed to the compiler, as a call to bind(2) can end up
becoming a call to std::bind().
This is required to avoid breaking the build with Qt 5.6.1:
c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -g -std=gnu++11
-pthread -D_THREAD_SAFE -Wall -W -fPIC -DLINUX -DESPEAK -DSOUND_QMOBILITY
-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I/usr/local/include/espeak
-I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtSerialPort
-IQtMobility -IQtMobility -I/usr/local/include/qt5
-I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtCore -Itmp/moc
-I/usr/local/include -I/usr/local/include
-I/usr/local/lib/qt5/mkspecs/freebsd-clang -o tmp/obj/Interpreter.o
Interpreter.cpp
Interpreter.cpp:4282:105: error: invalid operands to binary expression
('__bind<int &, sockaddr *, unsigned long>' and 'int')
PR: 212347
Approved by: fernando.apesteguia@gmail.com (maintainer) |
01 Apr 2016 14:08:38
1.1.4.0_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
1.1.4.0_1
|
mat  |
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 |
08 Dec 2014 16:48:41
1.1.4.0_1
|
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. (Only the first 15 lines of the commit message are shown above ) |
07 Nov 2014 23:16:17
1.1.4.0
|
pawel  |
Update to version 1.1.4.0
PR: 194844
Submitted by: maintainer |
27 Oct 2014 15:23:31
1.1.3.0_1
|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
1.1.3.0_1
|
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) |
24 Aug 2014 16:59:21
1.1.3.0
|
riggs  |
- Update to upstream version 1.1.3.0
- Add LICENSE
PR: 192745
Submitted by: fernando.apesteguia@gmail.com (maintainer)
Approved by: mentors (implicit) |
27 Jun 2014 17:21:07
1.1.2.6_1
|
miwi  |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
24 Jun 2014 15:21:06
1.1.2.6
|
wg  |
lang/basic256: update to 1.1.2.6
PR: 191340 (based on)
Submitted by: maintainer |
22 Feb 2014 12:11:25
1.1.0.0
|
pawel  |
Update to version 1.1.0.0
PR: ports/186849
Submitted by: maintainer |
28 Nov 2013 18:16:34
1.0.0.0
|
makc  |
- Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PRO
- Use NO_WRKSUBDIR while I'm here |
28 Nov 2013 17:52:42
1.0.0.0
|
danilo  |
- Use QMAKE_PRO instead of do-configure
PR: ports/184333
Suggested by: madpilot |
28 Nov 2013 17:42:53
1.0.0.0
|
danilo  |
- Add the do-configure target
PR: ports/184333
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
23 Nov 2013 16:52:29
1.0.0.0
|
makc  |
Clean-up after conversion to USES=qmake:
- Adjust USE_QT4
- Remove no longer needed HAS_CONFIGURE and QMAKE_PRO
Approved by: portmgr (blanket approval) |
19 Nov 2013 22:39:50
1.0.0.0
|
madpilot  |
- 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) |
20 Sep 2013 19:53:10
0.9.9.64
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
25 Aug 2013 09:14:39
0.9.9.64
|
vg  |
- Update to 0.9.9.64
PR: ports/181094
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by: eadler (mentor) |
26 Apr 2013 06:31:53
0.9.9.58
|
miwi  |
- Update to 0.9.9.58
PR: 177891
Submitted by: Fernando <fernando.apesteguia@gmail.com> ( maintainer) |
08 Mar 2013 11:32:12
0.9.9.46
|
bapt  |
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 |
13 Feb 2013 01:16:39
0.9.9.46
|
miwi  |
- Update to 0.9.9.46
PR: 176076
Submitted by: maintainer |
25 Jan 2013 09:23:50
0.9.9.38
|
ak  |
- Update to 0.9.9.38
PR: ports/175548
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
20 Jan 2013 23:38:14
0.9.9.28
|
madpilot  |
- Update to 0.9.9.28
PR: ports/175115
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
28 Nov 2012 02:04:36
0.9.9.17
|
bdrewery  |
- Update to 0.9.9.17
PR: ports/173845
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe: yes |
05 Nov 2012 21:27:06
0.9.9.13
|
rakuco  |
Update to 0.9.9.13.
PR: ports/173401
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe: yes |
11 Oct 2012 17:36:21
0.9.9.1
|
rm  |
- 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 |
10 Aug 2012 12:28:23
0.9.6.69a
|
madpilot  |
- Update to to 0.6.69
- Whitespace fix
PR: ports/170504
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Approved by: crees (mentor) |
06 Jun 2012 06:44:38
0.9.6.66_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.9.6.66_1
|
dinoex  |
- update png to 1.5.10 |
11 Oct 2011 07:49:44
0.9.6.66
|
wen  |
- Fix a typo
Thanks to: Lars Engels <lars.engels@0x20.net> |
11 Oct 2011 07:46:10
0.9.6.66
|
wen  |
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> |
11 Oct 2011 06:50:56
0.9.6.66
|
wen  |
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> |