aboutsummaryrefslogtreecommitdiffstats
path: root/editors/codelite
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-05-30 07:39:56 +0800
committergahr <gahr@FreeBSD.org>2008-05-30 07:39:56 +0800
commit83aff139de09e730945f549d5584b0165056016e (patch)
tree0906df750ba808ef9a2e9054069c8e7b3a95775c /editors/codelite
parenta2c7ccbe112f3eb19cba94c6ce5bbe52e091b728 (diff)
downloadfreebsd-ports-gnome-83aff139de09e730945f549d5584b0165056016e.tar.gz
freebsd-ports-gnome-83aff139de09e730945f549d5584b0165056016e.tar.zst
freebsd-ports-gnome-83aff139de09e730945f549d5584b0165056016e.zip
- Update to revision 1599
- Add support for amd64 Approved by: miwi (mentor implicit)
Diffstat (limited to 'editors/codelite')
-rw-r--r--editors/codelite/Makefile12
-rw-r--r--editors/codelite/distinfo6
2 files changed, 13 insertions, 5 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index a89e1b5f028f..5cd079844539 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= codelite
-DISTVERSION= r1528
+DISTVERSION= r${SVN_REVISION}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gahr
@@ -24,11 +24,13 @@ WX_UNICODE= yes
USE_GNOME= gtk20
USE_GMAKE= yes
+SVN_REVISION= 1599
+
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
.if defined(WITH_CSCOPE)
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope
@@ -37,6 +39,12 @@ RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope
post-patch:
${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' \
${WRKSRC}/configure ${WRKSRC}/makefile.base
+ ${REINPLACE_CMD} -e 's|$${cur_rev}|${SVN_REVISION}|' \
+ ${WRKSRC}/le_makerevision.sh
+.if ${ARCH} == "amd64"
+ ${REINPLACE_CMD} -e 's|-Wall|-fPIC -Wall|g' \
+ ${WRKSRC}/configure ${WRKSRC}/makefile.base
+.endif
do-install:
${MKDIR} ${DATADIR}
diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo
index 62ccfbc77457..26404873d8dc 100644
--- a/editors/codelite/distinfo
+++ b/editors/codelite/distinfo
@@ -1,3 +1,3 @@
-MD5 (codelite-r1528.tar.bz2) = 45b28df0a2b8e66a9a8329207edff8bd
-SHA256 (codelite-r1528.tar.bz2) = 7aefb3f18945fcd1f3ac80ca2fa0c01f1dbac2f7b21d8b9b86bfc33cde7ff568
-SIZE (codelite-r1528.tar.bz2) = 5238658
+MD5 (codelite-r1599.tar.bz2) = ff602727bc09d6bf61dc4ab007f9c2bb
+SHA256 (codelite-r1599.tar.bz2) = d4e77d6db81eb79074d58684a536bae2ef4beb98aae677af3cc0a11b2646ebb1
+SIZE (codelite-r1599.tar.bz2) = 5262642