Commit Graph

90 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
5ab881a5d9 - 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
2018-04-05 04:52:36 +00:00
Jose Alonso Cardenas Marquez
a8281a2468 - Fix build 2018-02-02 05:43:42 +00:00
Jose Alonso Cardenas Marquez
2e1465a00c - Update to 1.8.0
- Add QT5 option
- Connect editors/lazarus-lcl-qt5 port
2018-02-01 07:18:26 +00:00
Antoine Brodin
a78ac4eb99 Revert recent fpc changes, they were obviously untested
With hat:	portmgr
2018-01-30 22:11:13 +00:00
Jose Alonso Cardenas Marquez
227069da3b - Update to 1.8.0
- Connect editors/lazarus-lcl-qt5 port
2018-01-30 18:54:06 +00:00
Jose Alonso Cardenas Marquez
0c310fcadd - Pass maintainership to me. marino@ is not part of FreeBSD committers 2017-08-03 23:40:28 +00:00
Jose Alonso Cardenas Marquez
9165a9d60e - Update to 1.6.4
ChangeLog: http://wiki.freepascal.org/Lazarus_1.6_fixes_branch
2017-03-01 17:50:48 +00:00
Jose Alonso Cardenas Marquez
9f14548a75 - Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
2017-02-26 17:38:04 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Jose Alonso Cardenas Marquez
a2cb67d81d - Update to 1.6.2 2016-11-21 22:09:06 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Dmitry Marakasov
b978ce4393 - Update WWW
Approved by:	portmgr blanket
2016-05-29 13:44:22 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jose Alonso Cardenas Marquez
ba6a316e2d - Update to 1.6.0 2016-03-17 20:26:10 +00:00
John Marino
b3bb58f9de editors/lazarus* (5 ports): Upgrade version 1.4.2 => 1.6RC2
PR:		206147
Submitted by:	takefu (airport.fm)
2016-01-26 17:59:50 +00:00
John Marino
4c3c676f77 FPC framework: Use generic buildname to support DragonFly 2015-12-21 01:40:44 +00:00
John Marino
f01cba6e50 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
2015-12-05 23:29:36 +00:00
Jose Alonso Cardenas Marquez
43e7e2afa7 - Fix build
- Remove USR_FPC_RUN. It is not necessary
2015-08-18 04:43:41 +00:00
Dmitry Marakasov
223d1a08a0 - Fix build by adding missing depend
PR:		200808
Submitted by:	andrey@bsdnir.info
Approved by:	portmgr blanket
2015-08-14 18:35:12 +00:00
Jose Alonso Cardenas Marquez
6dfbf599f7 - Fix build of lazarus-qt
- Clean up
2015-08-09 23:26:37 +00:00
Jose Alonso Cardenas Marquez
230cf6828f - 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
2015-08-09 08:06:43 +00:00
Jose Alonso Cardenas Marquez
324dbdf832 - Fix lazbuild tool 2015-06-15 09:09:51 +00:00
Jose Alonso Cardenas Marquez
788444715a - Update to 1.4.0 2015-06-15 08:04:25 +00:00
Mathieu Arnold
60d1a83c2a 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
2015-05-14 10:15:04 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Jose Alonso Cardenas Marquez
54a12ed5cb - Update to 1.2.6 2015-01-11 03:18:46 +00:00
John Marino
d2ffff55de 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
2015-01-05 00:16:00 +00:00
Antoine Brodin
0796bef5ec - Cleanup lazarus* plist
- Bump lazarus-lcl-units PORTREVISION as previously generated plist was buggy
2014-12-09 21:18:32 +00:00
Antoine Brodin
5e81b0aa02 Fix depends 2014-08-07 21:33:32 +00:00
Baptiste Daroussin
06af334ab9 Fix non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:05:11 +00:00
Adam Weinberger
2ec3415253 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-03 22:02:00 +00:00
Antoine Brodin
a5b327770b Fix a bit, man pages were not packaged on some links were pointing to
STAGEDIR

Pointyhat:	acm@
With hat:	portmgr
2014-06-28 11:46:13 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Jose Alonso Cardenas Marquez
2f1a668160 - Update to 1.2.4
- Remove obsolete patch files
- Re-installation or update of lazarus should work fine from now
- STAGEDIR support
2014-06-18 20:51:39 +00:00
Martin Wilke
cef01acb4d - Convert gmake to USES
Approved by:	portmgr
2014-05-26 13:05:05 +00:00
Jose Alonso Cardenas Marquez
0e4ff13b2a - Add new patch files. It fix a problem when qt or carbon is used like main
interface
2014-03-26 03:46:53 +00:00
Jose Alonso Cardenas Marquez
79095ad030 - Update to 1.2
- Re-add bigide support. Now lazarus is built like bigide by default
- Clean up
2014-03-26 03:44:12 +00:00
Jose Alonso Cardenas Marquez
0ede348514 - Fix build [1]. Missing dependency
- Remove identif and basecomponents targets from editors/lazarus. Now it is
  installed from lazarus-lcl-[nogui|qt|gtk1|gtk2] ports
- Add some missing directories to PLIST
- Some additional modifications

PR:		ports/182647
Submitted by:	Pavlo Greenberg <dog at virtual.org.ua>
2013-10-04 21:31:39 +00:00
Jose Alonso Cardenas Marquez
b27ddd3406 - Install additional base components when one lcl interface different than
default interface is installed. It will be used to build any app with another lcl
as requirement.

Reported by:	Benat Gonzalez Etxepare <bbtruk __at __users.sourceforge.net>
2013-10-02 20:37:03 +00:00
Jose Alonso Cardenas Marquez
83c7e06d7a - Bump PORTREVISION. lazarus port needs be rebuilt because lang/fpc have been
modified. It will avoid mismatch size problems with some lazarus files
2013-10-02 02:47:53 +00:00
Jose Alonso Cardenas Marquez
16999e23b1 - Update to 1.0.12 2013-09-30 18:14:33 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Baptiste Daroussin
5271da855f 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
2013-04-29 08:57:12 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Jose Alonso Cardenas Marquez
cc4366672d - Update to 1.0.8 2013-03-23 05:31:34 +00:00
Jose Alonso Cardenas Marquez
89b9adef90 - s/spaces/tab/ 2012-12-12 21:27:24 +00:00
Jose Alonso Cardenas Marquez
2a4cd6bf95 - Update to 1.0.4
- Add support for OptionsNG
- Remove obsolete patch files
2012-12-12 21:05:08 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00