non port: devel/fpc-bfd/Makefile |
Number of commits found: 26 |
Sunday, 12 Nov 2023
|
20:49 Jose Alonso Cardenas Marquez (acm)
lang/fpc-*: Merge all units to lang/fpc
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
0b92f92 |
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 |
Thursday, 15 Aug 2019
|
16:11 acm
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION
|
Thursday, 5 Apr 2018
|
04:52 acm
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
|
Thursday, 3 Aug 2017
|
23:40 acm
- Pass maintainership to me. marino@ is not part of FreeBSD committers
|
Sunday, 26 Feb 2017
|
17:38 acm
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 21 Dec 2015
|
17:29 marino
deve/fpc-bfd: remove the useless options
I just noticed this port has an "option" to use binutils, which is on by
default, but turning it off would break the port. Moreover, the option
makes no sense, the entire point of the port is to create an interface
to libbfd. I can only imaging the option was meant to switch between the
standalone libbfd and the one in devel/binutils. Let's just get rid of
the whole confusing thing. devel/binutils is a hardcoded run-depends now.
|
10:42 marino
Bump lang/fpc-bfd: runtime depends changed
The previous dependency was on version 2.19, and now fpc-bsd depends
on version 2.25.1. It should have been bumped previously.
|
10:18 marino
lang/fpc-units, devel/fpc-bfd: Use binutils instead of ancient libbfd
Currently, lang/fpc-bfd can't be installed if devel/binutils is already
on the system. Given that this is a requirement for lang/gcc and other
big patches, chances are there will be a conflict. Resolve the problem
by making devel/fpc-bfd depend on devel/binutils instead. This also
allows the BFD option on FreeBSD9 to be re-enabled.
|
Saturday, 5 Dec 2015
|
23:29 marino
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
|
Sunday, 9 Aug 2015
|
08:06 acm
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
|
Monday, 5 Jan 2015
|
00:16 marino
Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).
PR: 195363
|
Tuesday, 28 Jan 2014
|
00:16 antoine
Stage support
|
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Saturday, 23 Mar 2013
|
05:25 acm
- Update to 2.6.2
- Trim Makefile headers
|
Thursday, 14 Mar 2013
|
06:32 jgh
- adopt optionsNG and trim historical headers
PR: 176928
PR: 176936
PR: 176937
PR: 176938
PR: 176939
PR: 176940
PR: 176941
PR: 176942
PR: 176943
PR: 176944
PR: 176945
Submitted by: jgh@
Approved by: portmgr (miwi)
|
Wednesday, 14 Jan 2009
|
06:12 acm
- Update to 2.2.2
|
Tuesday, 24 Jun 2008
|
15:18 acm
- Use new freepascal stuff
- Bump PORTREVISION
|
Tuesday, 18 Sep 2007
|
06:53 acm
- Update to 2.2.0
|
Monday, 18 Sep 2006
|
18:41 acm
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
optionally.[1]
- Other tiny modifications
Suggested by: Ales Catona <almindor__at__gmail.com> [1]
Approved by: garga(mentor, implicit)
|
Thursday, 7 Sep 2006
|
21:32 acm
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
|
Saturday, 29 Jul 2006
|
02:48 acm
- Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file
Approved by: garga (mentor)
|
Monday, 24 Jul 2006
|
11:21 acm
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils
Approved by: garga (mentor)
|
Wednesday, 21 Jun 2006
|
15:46 garga
Add fpc-bfd , free Pascal interface for the GNU Binary Format
description.
PR: ports/98660
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
Number of commits found: 26 |