aboutsummaryrefslogtreecommitdiffstats
path: root/devel/motor
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-27 16:43:05 +0800
committerale <ale@FreeBSD.org>2004-07-27 16:43:05 +0800
commitd887734551bee4a53a007717e781ff3503bc9612 (patch)
tree9aab14d8c33c29e91c45697c3c7d05306e200742 /devel/motor
parent9c7c6cd9ff55947f587921740cd98874cc651f5b (diff)
downloadfreebsd-ports-gnome-d887734551bee4a53a007717e781ff3503bc9612.tar.gz
freebsd-ports-gnome-d887734551bee4a53a007717e781ff3503bc9612.tar.zst
freebsd-ports-gnome-d887734551bee4a53a007717e781ff3503bc9612.zip
Update to 3.3.0 release.
Diffstat (limited to 'devel/motor')
-rw-r--r--devel/motor/Makefile23
-rw-r--r--devel/motor/distinfo4
-rw-r--r--devel/motor/files/patch-src::debugger::Makefile.in14
-rw-r--r--devel/motor/pkg-plist14
4 files changed, 20 insertions, 35 deletions
diff --git a/devel/motor/Makefile b/devel/motor/Makefile
index 336d31b35ebc..d64c26f4ff51 100644
--- a/devel/motor/Makefile
+++ b/devel/motor/Makefile
@@ -6,20 +6,25 @@
#
PORTNAME= motor
-PORTVERSION= 3.2.4
-PORTREVISION= 2
+PORTVERSION= 3.3.0
CATEGORIES= devel
MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= ale@FreeBSD.org
COMMENT= A powerful text mode based programming IDE
-USE_GETTEXT= yes
USE_GMAKE= yes
+USE_ICONV= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
-USE_REINPLACE= yes
+CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
+PLIST_SUB= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB= NLS="@comment "
+.endif
MAN1= motor.1
@@ -29,12 +34,6 @@ MAN1= motor.1
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
-post-patch:
- @${REINPLACE_CMD} -e '/_G_config.h/d' \
- ${WRKSRC}/kkstrtext/conf.h \
- ${WRKSRC}/kksystr/include/conf.h \
- ${WRKSRC}/kkconsui/include/conf.h
-
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
diff --git a/devel/motor/distinfo b/devel/motor/distinfo
index 3163cd4a8fc7..65f57a17151a 100644
--- a/devel/motor/distinfo
+++ b/devel/motor/distinfo
@@ -1,2 +1,2 @@
-MD5 (motor-3.2.4.tar.gz) = cb24eba00be62ff3fab2a1a4c03e1cb3
-SIZE (motor-3.2.4.tar.gz) = 473412
+MD5 (motor-3.3.0.tar.gz) = 257d63a33c511266ae0ff56c4274af76
+SIZE (motor-3.3.0.tar.gz) = 570704
diff --git a/devel/motor/files/patch-src::debugger::Makefile.in b/devel/motor/files/patch-src::debugger::Makefile.in
deleted file mode 100644
index b72ce00e1c43..000000000000
--- a/devel/motor/files/patch-src::debugger::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/debugger/Makefile.in 2002/05/16 10:52:11 1.1
-+++ src/debugger/Makefile.in 2002/05/16 10:52:28
-@@ -108,7 +108,7 @@
- libdebugger_a_OBJECTS = breakpoint.o debuggercommand.o \
- debuggermessage.o watch.o motordebugger.o stackitem.o
- AR = ar
--CXXFLAGS = @CXXFLAGS@
-+CXXFLAGS = @CXXFLAGS@ -fpermissive
- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- CXXLD = $(CXX)
- CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
diff --git a/devel/motor/pkg-plist b/devel/motor/pkg-plist
index 099d43d6c715..69e0783836a5 100644
--- a/devel/motor/pkg-plist
+++ b/devel/motor/pkg-plist
@@ -1,9 +1,9 @@
bin/motor
bin/motorsync
-share/locale/de/LC_MESSAGES/motor.mo
-share/locale/pl/LC_MESSAGES/motor.mo
-share/locale/ru/LC_MESSAGES/motor.mo
-share/locale/zh_CN/LC_MESSAGES/motor.mo
+%%NLS%%share/locale/de/LC_MESSAGES/motor.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/motor.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/motor.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/motor.mo
share/motor/CVS.vcsrc
share/motor/external
share/motor/syntax
@@ -56,6 +56,6 @@ share/motor/themes
@dirrm share/motor/templates/library
@dirrm share/motor/templates
@dirrm share/motor
-%%PORTDOCS%%share/doc/motor/FAQ
-%%PORTDOCS%%share/doc/motor/README
-%%PORTDOCS%%@dirrm share/doc/motor
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/