<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/fpc-users, branch 13.1-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13.1-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-07T08:09:01Z</updated>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX</title>
<updated>2019-08-15T16:11:27Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2019-08-15T16:11:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4b5930e48a6f56f3b6ed302f77a648181f48eaf3'/>
<id>urn:sha1:4b5930e48a6f56f3b6ed302f77a648181f48eaf3</id>
<content type='text'>
  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
</content>
</entry>
<entry>
<title>- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk</title>
<updated>2018-04-05T04:52:36Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2018-04-05T04:52:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5ab881a5d9e41945e066f0332b891e12e66d0841'/>
<id>urn:sha1:5ab881a5d9e41945e066f0332b891e12e66d0841</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>- Pass maintainership to me. marino@ is not part of FreeBSD committers</title>
<updated>2017-08-03T23:40:28Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2017-08-03T23:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c310fcadd2730823eea60b4245bff733dfb3be3'/>
<id>urn:sha1:0c310fcadd2730823eea60b4245bff733dfb3be3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FPC ecosystem: Upgrade version 2.6.4 =&gt; 3.0.0</title>
<updated>2015-12-05T23:29:36Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2015-12-05T23:29:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f01cba6e50575183cf50dc87ded17319b63e1a14'/>
<id>urn:sha1:f01cba6e50575183cf50dc87ded17319b63e1a14</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- editors/lazarus update to 1.4.2</title>
<updated>2015-08-09T08:06:43Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2015-08-09T08:06:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=230cf6828ff8e331d6ad8fe0f281d3656e7592bf'/>
<id>urn:sha1:230cf6828ff8e331d6ad8fe0f281d3656e7592bf</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Assign maintainership of FPC ports to new FPC ports team</title>
<updated>2015-01-05T00:16:00Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2015-01-05T00:16:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d2ffff55debd44889c90e0f4fbfd9df45cc123e7'/>
<id>urn:sha1:d2ffff55debd44889c90e0f4fbfd9df45cc123e7</id>
<content type='text'>
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-11-10T23:10:23Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-11-10T23:10:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8f5f0d85884d78104e64f28e17fbe89643c1562a'/>
<id>urn:sha1:8f5f0d85884d78104e64f28e17fbe89643c1562a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stage support</title>
<updated>2014-01-28T00:16:57Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-01-28T00:16:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=864284545c6823762414172864b5be11fb77aaed'/>
<id>urn:sha1:864284545c6823762414172864b5be11fb77aaed</id>
<content type='text'>
</content>
</entry>
</feed>
