Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.3 16 Jun 2024 08:26:33 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: update to 3.2.3
- Now we will use fixes_3.2 branch. It includes fixes of stable branch of fpc
- Remove obsolete patch files
- Change FPC DEFAULT version to 3.2.3 |
3.2.2_10 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
3.2.2_9 05 Jan 2024 15:50:01 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: Fix issues on stage-qa on i386
- Add ptc unit
- graph unit installs new unit files
- Bump PORTREVISION
PR: 276012
Reported by: danfe |
3.2.2_8 04 Jan 2024 17:51:08 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: Add dbus and newt units
- Remove obsolete pkg-message entries
- Bump PORTREVISION |
3.2.2_7 03 Jan 2024 21:54:46 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: fix stage-qa fails
- Bump PORTREVISION
PR: John Hein
Reported by: jcfyecrayz _ at _ liamekaens.com |
3.2.2_6 23 Dec 2023 01:11:51 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: Install missing serial unit
- Bump PORTREVISION |
3.2.2_5 12 Nov 2023 20:49:26 |
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 |
3.2.2_4 01 May 2023 11:08:32 |
Daniel Engberg (diizzy) |
*/*: Bump consumers of liba52 |
3.2.2_3 25 Apr 2023 09:05:39 |
Daniel Engberg (diizzy) |
lang/fpc: Refresh mirrorlist for source tarball
Remove dead mirrors and use SourceForge as primary
While at it, switch ftp mirror to https
Approved by: portmgr (blanket, infrastructure) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.2.2_3 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.2.2_3 21 Jun 2022 01:17:20 |
Jose Alonso Cardenas Marquez (acm) |
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 |
3.2.2_2 18 Jun 2022 04:20:22 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-*: Update bootstrap to 3.2.2
- Update i386 and amd64 bootstrap to 3.2.2
- Fix issues with new stat struct
- Now i386 is build using FPC_USE_LIBC
- Fix build on i386 when FPC_USE_LIBC is used
- Update fpc source code to newer kernel syscalls. It removes COMPAT11
dependency. Now these ports support FreeBSD >= 12.x
- Bump PORTREVISION |
3.2.2_1 03 Feb 2022 05:07:13 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: Fix build issue on lazarus i386 and amd64
- Bump PORTREVISION
- Disable some default OPTIONS
Obtained
from: https://forum.lazarus.freepascal.org/index.php/topic,57752.msg429737.html#msg429737 |
3.2.2 01 Aug 2021 02:20:06 |
Jan Beich (jbeich) |
lang/fpc: unbreak on i386 after e40d870fc3cb
$ make checksum ARCH=i386
===> fpc-3.2.2 depends on file: /usr/local/sbin/pkg - found
=> freepascal/ppc386-3.0.4-freebsd.tar.gz is not in
/usr/ports/lang/fpc/distinfo.
=> Either /usr/ports/lang/fpc/distinfo is out of date, or
=> freepascal/ppc386-3.0.4-freebsd.tar.gz is spelled incorrectly.
*** Error code 1 |
3.2.2 01 Aug 2021 01:56:08 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: update to 3.2.2
* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency [PR/254481]
PR: 254481
Reported by: jbeich |
3.2.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.0_1 14 Jan 2021 21:11:15 |
acm |
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports
PR: 251712
Reported by: amdmi3 |
3.2.0 25 Nov 2020 03:55:06 |
acm |
- Commit forgotten changes |
3.2.0 25 Nov 2020 02:57:51 |
acm |
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0 |
3.0.4_6 18 Nov 2020 05:27:29 |
lbartoletti |
graphics/proj: Update to 7.2.0
Changelog:
- https://proj.org/news.html#release-notes |
3.0.4_5 17 Nov 2020 09:23:59 |
lbartoletti |
graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
(disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)
PR: 245611
Submitted by: wen (first version)
Reviewed by: wen, rhurlin
Approved by: wen
Exp-run by: antoine |
3.0.4_4 06 Mar 2020 06:26:05 |
acm |
- 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 |
3.0.4_3 31 Dec 2019 15:11:19 |
acm |
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
/etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
%%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Submitted by: fbsdbugs4 __at__ sentry.org |
3.0.4_2 03 Sep 2019 15:51:51 |
acm |
- 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 |
3.0.4_1 15 Aug 2019 16:11:27 |
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 |
3.0.4 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
3.0.4 28 Jun 2018 03:11:45 |
yuri |
lang/fpc: Revert the LICENSE change because it conflicts with slave ports
Reported by: acm |
3.0.4 28 Jun 2018 00:05:14 |
yuri |
lang/fpc: Add LICENSE/LICENSE_FILE; Order ONLY_FOR_ARCHS
Approved by: portmgr blanket |
3.0.4 18 May 2018 17:31:21 |
acm |
- Fix typos
PR: 218214
Submitted by: aaa5500 .at. ya.ru |
3.0.4 05 Apr 2018 04:52:36 |
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 |
3.0.4 29 Mar 2018 15:40:06 |
emaste |
lang/fpc: Set LLD_UNSAFE
fpc produces and needs to link an object file with invalid section
header alignment, which lld refuses to do. The build fails with:
/usr/bin/ld: error: x86_64/units/x86_64-freebsd/i_linux.o: \
invalid alignment of section headers
Setting LLD_UNSAFE makes the port link with ld.bfd instead.
PR: 222172
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
3.0.4 24 Feb 2018 09:36:54 |
antoine |
Do not override PLIST_SUB set by the framework
Reported by: pkg-fallout (via fpc-symbolic) |
3.0.4 01 Feb 2018 07:58:47 |
acm |
- Fix distinfo |
3.0.4 01 Feb 2018 07:14:41 |
acm |
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd |
3.0.2 30 Jan 2018 22:11:13 |
antoine |
Revert recent fpc changes, they were obviously untested
With hat: portmgr |
3.0.4 30 Jan 2018 18:05:29 |
acm |
- Update to 3.0.4
- Link www/fpc-libmicrohttpd |
3.0.2 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
3.0.2 03 Aug 2017 23:40:28 |
acm |
- Pass maintainership to me. marino@ is not part of FreeBSD committers |
3.0.2 14 Jul 2017 14:27:29 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.0.2 26 Feb 2017 17:38:05 |
acm |
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf |
3.0.0_1 21 Nov 2016 21:12:09 |
acm |
- Install serial .ppu and .o files
- Bump fpc-rtl-extra PORTREVISION |
3.0.0_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.0.0_1 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
3.0.0 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
3.0.0 21 Dec 2015 09:57:34 |
marino |
lang/fpc: Restore DragonFly support
FPC cannot use the gold linker. Gold requires that the linker script have
the --script flag passed, but doing so will break FreePascal (the flags
causes the internal linker to be bypassed). Since DragonFly switches
linkers through the environment and it's not clear how to set that, I've
hardcoded the linker path for DragonFly for now. Also, we must avoid using
Gold for the bootstrap compiler (which has not been hardcoded) so passing
LDVER=ld.bfd during the bootstrap stage is necessary to guarantee this.
FreeBSD doesn't use this variable so its harmless on that OPSYS.
The other major fix was fixing the dirent record which differs on DragonFly.
This is why unit searching has always failed.
All patches will be submitted upstream. This should be a no-op for FreeBSD,
thus no bump. |
3.0.0 08 Dec 2015 09:05:15 |
mat |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight |
3.0.0 05 Dec 2015 23:29:37 |
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 |
2.6.4 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.6.4 10 Jan 2015 17:55:53 |
antoine |
Revert part of r376655 that is breaks freebsd ports
With hat: portmgr |
2.6.4 10 Jan 2015 14:41:54 |
marino |
lang/fpc: Remove unnecessarily variable substition and EXTRACT_SUFX
There were several substitions like "${XXX:S/$/.something/} which is the
equivalent of appending, e.g. "${XXX}.something".
So for the sake of comprehension, change these to appends, and also just
hardcode ".tar.gz" instead of using ${EXTRACT_SUFX} for the same reason.
Since the distfiles are being manually defined, there's no real purpose
to have a variable in the name, and if the EXTRACT_SUFX changes for any
reason (say a new distfile with a different suffix requiring USES+=tar),
then the code actually breaks. These changes make the code easier to
read, comprehend, and arguably makes the port more robust. |
2.6.4 10 Jan 2015 13:53:17 |
marino |
lang/fpc: Remove googlecode from MASTER_SITES
The googlecode URL only provides 2.6.0 and 2.6.2 versions of the man pages
and bootstrap compiler, but not the current 2.6.4, so remove those urls.
While here, simplify the LOCAL distcache site urls. The substition is not
necessary. |
2.6.4 09 Jan 2015 20:00:31 |
marino |
lang/fpc: Prepare for 3.0 and the use of older bootstrap
The Free Pascal Compiler port currently mandates that the bootstrap
compiler be the same version of the compiler being built. This means that
every update requires a new bootstrap compiler to be generated before the
update. This goes against the philosophy of a bootstrap compiler, which
aims to allow older compilers to build self-hosting modern compilers. FPC
is capable of this, but the feature wasn't being leveraged.
There are a lot of changes in this commit, but I believe the resulting
compiler is the same as before the commit, thus PORTREVISION has not been
bumped. Changes include:
* Add DragonFly bootstrap compiler 2.6.4 to list of distfiles
* use OPSYS to make builds generic between FreeBSD and DragonFly (Only the first 15 lines of the commit message are shown above ) |
2.6.4 05 Jan 2015 00:16:02 |
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 |
2.6.4 24 Dec 2014 11:58:46 |
amdmi3 |
- Use proper command for manpage installation
- Strip binaries
Approved by: bapt |
2.6.4 10 Nov 2014 22:03:41 |
antoine |
Simplify plist |
2.6.4 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
2.6.4 23 Oct 2014 08:53:57 |
marino |
lang/fpc: IGNORE on DragonFly (for now, support is long-term goal) |
2.6.4 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.6.4 26 Mar 2014 03:32:45 |
acm |
- Update to 2.6.4 |
2.6.2_3 20 Feb 2014 20:10:45 |
antoine |
Stage support |
2.6.2_3 09 Feb 2014 16:46:59 |
rm |
- remove reference to /usr/X11R6 in pkg-message
PR: 185127
Submitted by: crees
Approved by: maintainer timeout (1 month) |
2.6.2_3 28 Jan 2014 00:16:58 |
antoine |
Stage support |
2.6.2_3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.6.2_3 25 Dec 2013 23:29:34 |
antoine |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
2.6.2_3 02 Oct 2013 02:44:06 |
acm |
- Fix static linking issues on amd64
- Bump PORTREVISION |
2.6.2_2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.6.2_2 06 Sep 2013 15:15:10 |
madpilot |
Teach fpc not to try to link to libiconv on head after the iconv change.
This fixes the lang/fpc-utils port build.
Bump PORTREVISION due to runtime behaviour change on head.
Approved by: portmgr (bapt, implicit) |
2.6.2_1 09 Aug 2013 14:05:53 |
dinoex |
- update libdg to 2.1.0 |
2.6.2_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
2.6.2 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
2.6.2 27 Apr 2013 22:09:15 |
bapt |
Convert the last USE_ICONV to USES=iconv |
2.6.2 23 Mar 2013 05:25:06 |
acm |
- Update to 2.6.2
- Trim Makefile headers |
2.6.0_2 17 Mar 2013 14:13:50 |
danfe |
In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file). |
2.6.0_2 30 Sep 2012 00:28:08 |
acm |
- Fix editors/fpc-ide |
2.6.0_2 10 Aug 2012 01:11:10 |
acm |
- Now freepascal units respect LOCALBASE
PR: ports/153567
Submitted by: amdmi3 |
2.6.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.6.0_2 17 May 2012 19:27:40 |
acm |
- Fix install
Reported by: pav |
2.6.0_2 16 May 2012 21:49:29 |
acm |
- Fix a problem when fpc.cfg is removed on deinstall time
- Bump PORTREVISION
Reported by: erwin |
2.6.0_1 07 May 2012 18:51:22 |
acm |
- Add ${LOCALBASE}/lib/qt4 path to fpc.cfg config file
- Bump PORTREVISION |
2.6.0 19 Apr 2012 08:08:26 |
acm |
- Use USE_XORG instead of USE_XLIB
Suggested by: bapt |
2.6.0 19 Apr 2012 06:20:01 |
acm |
- Update to 2.6.0 |
2.4.4 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
2.4.4 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
2.4.4 17 Oct 2011 10:08:33 |
bf |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
2.4.4 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
2.4.4 07 Sep 2011 08:28:13 |
gahr |
- Chase x11-toolkits/xforms shlib version bump |
2.4.4 27 Aug 2011 19:13:12 |
ohauer |
Last commit message is wrong!
New commit message:
- Fix: comments should begin with the line whithout whitespaces in front. |
2.4.4 27 Aug 2011 09:54:40 |
ohauer |
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@ |
2.4.4 23 Jun 2011 05:05:29 |
acm |
- Update to 2.4.4 |
2.4.2 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
2.4.2 16 Nov 2010 16:17:16 |
acm |
- Fix distinfo entry
Reported by: sahil |
2.4.2 15 Nov 2010 22:50:00 |
acm |
- Update to 2.4.2
See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2 |
2.4.0 16 Aug 2010 21:46:34 |
acm |
- Change s/LIB_DEPENDS/RUN_DEPENDS on rexx-regina dependency. It solves a
problem with rexx-regina install detection
Reported by: QAT |
2.4.0 16 Aug 2010 19:32:09 |
acm |
- s/NOPORTSDOCS/NOPORTDOCS
Reported by: QAT |
2.4.0 16 Aug 2010 17:45:15 |
acm |
- Update to 2.4.0
- Add support for amd64 [1]
- Add 23 new ports to to bsd.fpc.mk
- Remove obsolete patch file patch-packages-fcl-db_Makefile
- Turn off some optional dependencies like databases/unixODBC,
graphics/svgalib, databases/oracle8-client for avoid break amd64 support
- Clean up
PR: ports/146001
Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk>
Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1] |
2.2.4 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
2.2.4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.2.4 27 Aug 2009 18:31:08 |
amdmi3 |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav) |