[PC-BSD Commits] r12789 - in pbi/modules/editors/lazarus: . scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 14 07:19:55 PDT 2011
Author: kenmoore
Date: 2011-09-14 07:19:55 -0700 (Wed, 14 Sep 2011)
New Revision: 12789
Removed:
pbi/modules/editors/lazarus/scripts/pre-remove.sh
Modified:
pbi/modules/editors/lazarus/pbi.conf
Log:
Include the lang/fpc compiler with lazarus and rebuild, also remove a legacy uninstall script
Modified: pbi/modules/editors/lazarus/pbi.conf
===================================================================
--- pbi/modules/editors/lazarus/pbi.conf 2011-09-14 14:06:06 UTC (rev 12788)
+++ pbi/modules/editors/lazarus/pbi.conf 2011-09-14 14:19:55 UTC (rev 12789)
@@ -24,8 +24,9 @@
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2
-lang/fpc-base"
+lang/fpc-base
+lang/fpc"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
More information about the Commits
mailing list