non port: editors/picpas/Makefile |
SVNWeb
|
Number of commits found: 25 |
Tue, 21 Jun 2022
|
[ 01:17 Jose Alonso Cardenas Marquez (acm) ] c77c319 (Only the first 10 of 22 ports in this commit are shown above. )
lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
|
Sat, 18 Jun 2022
|
[ 05:57 Jose Alonso Cardenas Marquez (acm) ] cedfa0a
*/*: Bump PORTREVISION
* editors/lazarus was updated to 2.2.2
|
Thu, 10 Feb 2022
|
[ 01:17 Jose Alonso Cardenas Marquez (acm) ] 36f52d0
editors/picpas: Fix build
Reported by: pkg-fallout
|
Thu, 3 Feb 2022
|
[ 05:07 Jose Alonso Cardenas Marquez (acm) ] daa23db (Only the first 10 of 25 ports in this commit are shown above. )
editors/lazarus-*: update to 2.2.0
- Bump PORTREVISION
- archivers/peazip update to 8.4.0
- editors/cudatext update to 1.155.3
- russian/emkatic update to 0.41
- x11-toolkits/qt5pas to latest version included into lazarus 2.2.0
ChangeLog at: https://wiki.lazarus.freepascal.org/Lazarus_2.2.0_release_notes
|
Sun, 1 Aug 2021
|
[ 07:05 Jose Alonso Cardenas Marquez (acm) ] cd87674
editors/picpas: remove BROKEN
* Re-generate patch files
* Bump PORTREVISION
|
[ 02:26 Jose Alonso Cardenas Marquez (acm) ] ced250d
editors/lazarus[-qt5]: bump some ports dependants of lazarus
* bump PORTREVISION of cad/zcad: comms/cqrlog: editors/picpas:
graphics/lazpaint: multimedia/winff: net-p2p/awgg:
net-p2p/transmission-remote-gui: russian/emkatic:
x11-fm/doublecmd
* editors/lazarus[-qt5] was updated to 2.0.12
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 25 Dec 2020
|
[ 09:19 antoine ]
Mark BROKEN
/wrkdirs/usr/ports/editors/picpas/work-qt5/PicPas-520e196/syncfacilutils/SynFacilCompletion.pas(292,51)
Error: (5098) Record or object type expected
Reported by: pkg-fallout
|
Wed, 25 Nov 2020
|
[ 03:41 acm ]
- Bump PORTREVISION. lazarus was updated to 2.0.10
|
Thu, 14 May 2020
|
[ 06:10 acm ]
- Update to 0.9.0
|
Fri, 6 Mar 2020
|
[ 06:26 acm ] (Only the first 10 of 45 ports in this commit are shown above. )
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Reported by: fbsdbugs4 at sentry.org
|
Tue, 31 Dec 2019
|
[ 15:29 acm ]
- Bump PORTREVISION. editors/lazarus was updated to 2.0.6
|
Fri, 8 Nov 2019
|
[ 10:08 tobik ] (Only the first 10 of 59 ports in this commit are shown above. )
e*: Add missing USES={gnome,sdl,xorg}
|
Tue, 5 Nov 2019
|
[ 15:48 zeising ] (Only the first 10 of 73 ports in this commit are shown above. )
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'.
|
Tue, 3 Sep 2019
|
[ 15:51 acm ] (Only the first 10 of 44 ports in this commit are shown above. )
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
|
Thu, 15 Aug 2019
|
[ 17:33 acm ]
- Bump PORTREVISION (lazarus ports were updated to 2.0.4)
- Remove LD_UNSAFE
|
Wed, 26 Jun 2019
|
[ 11:52 rene ] (Only the first 10 of 31 ports in this commit are shown above. )
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725
|
Thu, 7 Mar 2019
|
[ 04:57 acm ]
- Bump PORTREVISION. editors/lazarus was updated to 2.0.0
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Tue, 15 Jan 2019
|
[ 05:35 acm ]
- Add LLD_UNSAFE
Reported by: pkg-fallout
|
Fri, 10 Aug 2018
|
[ 08:18 acm ]
- Respect Makefile porting order
|
[ 08:15 acm ]
- Update to 0.8.8
|
Tue, 7 Aug 2018
|
[ 07:44 acm ]
- Move flavor helpers to right place
Suggested by: mat
|
[ 07:06 acm ]
- New port: editors/picpas
PicPas is a Pascal compiler, written in Lazarus, which generates executable
code for midrange PIC microcontrollers (the 16F series).
WWW: https://github.com/t-edson/PicPas
Differential Revision: https://reviews.freebsd.org/D15242
|
Number of commits found: 25 |