Commit Graph

72 Commits

Author SHA1 Message Date
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
Jose Alonso Cardenas Marquez
0868be1e33 - Fix build
- Bump PORTREVISION
2012-05-20 05:35:12 +00:00
Pav Lucistnik
1e9685025c - Mark BROKEN: does not build
Compiling actionseditor.pas
  Fatal: Can't find unit LCLProc used by ActionsEditor
  Fatal: Compilation aborted

Reported by:	pointyhat
2012-05-17 18:58:30 +00:00
Jose Alonso Cardenas Marquez
d154926260 - Now editors/lazarus is master port of lazarus-lcl-[gtk|gtk2|nogui|qt|units]
ports. These changes allow to install lazarus apps with different interfaces
- Bump PORTREVISION
2012-05-07 19:08:40 +00:00
Jose Alonso Cardenas Marquez
070eee46d4 - Update to 0.9.30.4 2012-04-19 06:34:22 +00:00
Eitan Adler
c21ab0b181 Add knob for use in slave ports
PR:		ports/165507
Submitted by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2012-03-21 02:40:23 +00:00
Jose Alonso Cardenas Marquez
69b389e22b - Update to 0.9.30 2011-06-23 05:45:05 +00:00
Jose Alonso Cardenas Marquez
ba273927d9 - Fix build with QT4 2010-11-19 05:16:51 +00:00
Jose Alonso Cardenas Marquez
23437637aa - Update to 0.9.28.3 (sync with 0.9.28 fixes branch). Maybe I'll update lazarus
tarball from project svn fixes branch each month
2010-11-15 22:57:22 +00:00
Jose Alonso Cardenas Marquez
bca3f1607f - Add tools like a new target. It could be useful for compile some apps like
net-p2p/transmisson-remote-gui because it uses somes tools from lazarus tools
  directory

Reported by:	QAT
2010-08-16 23:18:15 +00:00
Jose Alonso Cardenas Marquez
fe8e65b07e - Add support for amd64 (now fpc support that)
- Bump PORTREVISION
2010-08-16 18:40:15 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jose Alonso Cardenas Marquez
5d6d942f78 - Fix build with QT4 interface 2009-11-14 06:00:07 +00:00
Jose Alonso Cardenas Marquez
eefa7d56ac - Update to 0.9.28.2
- Use QT 4.5.x for QT interface
- Remove obsolete patch file
2009-11-10 17:23:31 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Jose Alonso Cardenas Marquez
f9ae706a6e - Remove some dependencies not neccesary
- Use GTK2 option by default
- Remove BIGIDE option
- Add pkg-message
- Add lazbuild.cfg file. It will be used to compile some ports developed with
  Lazarus
- Bump PORTREVISION
2009-05-24 05:22:08 +00:00