Bug 46447 - [Maintainer Update] Port: devel/motor
Summary: [Maintainer Update] Port: devel/motor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-21 18:50 UTC by Alex Dupre
Modified: 2003-02-02 12:35 UTC (History)
0 users

See Also:


Attachments
motor.diff (1.08 KB, patch)
2002-12-21 18:50 UTC, Alex Dupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre 2002-12-21 18:50:01 UTC
Update to 3.2.4 version.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-01-02 04:59:40 UTC
State Changed
From-To: open->feedback

Can't build this on -current: 

Making all in kkstrtext 
gmake[2]: Entering directory `/usr/home/petef/cvs/motor/work/motor-3.2.4/kkstrtext' 
c++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -O -pipe -mcpu=pentiumpro -c kkstrtext.cc 
In file included from kkstrtext.h:16, 
from kkstrtext.cc:25: 
conf.h:13:23: _G_config.h: No such file or directory 
gmake[2]: *** [kkstrtext.o] Error 1 
gmake[2]: Leaving directory `/usr/home/petef/cvs/motor/work/motor-3.2.4/kkstrtext' 
gmake[1]: *** [all-recursive] Error 1 
gmake[1]: Leaving directory `/usr/home/petef/cvs/motor/work/motor-3.2.4' 
gmake: *** [all-recursive-am] Error 2 
*** Error code 2 

Stop in /usr/home/petef/cvs/motor.
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-02 11:31:14 UTC
	Humm... I think that no need #include "_G_config.h".
	Is this OK? > maintainer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/motor/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	16 Sep 2002 11:14:17 -0000	1.11
+++ Makefile	2 Feb 2003 11:24:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	motor
-PORTVERSION=	3.2.3
+PORTVERSION=	3.2.4
 CATEGORIES=	devel
 MASTER_SITES=	http://konst.org.ua/download/
 
@@ -18,6 +18,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lintl"
+USE_REINPLACE=	yes
 
 MAN1=		motor.1
 
@@ -26,6 +27,12 @@
 .if ${OSVERSION} < 400010
 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:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/motor/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	16 Sep 2002 11:14:17 -0000	1.7
+++ distinfo	1 Feb 2003 17:10:19 -0000
@@ -1 +1 @@
-MD5 (motor-3.2.3.tar.gz) = 023ed4440ff991555825f30bca34dbf6
+MD5 (motor-3.2.4.tar.gz) = cb24eba00be62ff3fab2a1a4c03e1cb3
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/motor/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	16 Sep 2002 11:14:17 -0000	1.6
+++ pkg-plist	1 Feb 2003 17:10:37 -0000
@@ -17,7 +17,6 @@
 share/motor/templates/terminal program/C++/Debug
 share/motor/templates/terminal program/C++/Folders
 share/motor/templates/terminal program/C++/Makefile.func
-share/motor/templates/terminal program/C++/Makefile.func.bak
 share/motor/templates/terminal program/C++/Parserules
 share/motor/templates/terminal program/C++/Settings
 share/motor/templates/terminal program/C++/[value name].cc.tmpl
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Comment 3 Alex Dupre 2003-02-02 12:09:08 UTC
Sunday, February 2, 2003, 12:31:14 PM, you wrote:

NS>         Humm... I think that no need #include "_G_config.h".
NS>         Is this OK? > maintainer

Tested...It's ok.

-- 
Alex Dupre                             sysadmin@alexdupre.com
http://www.alexdupre.com/              alex@sm.FreeBSD.org

Today's excuse: Telecommunications is downgrading.
Comment 4 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-02 12:34:50 UTC
State Changed
From-To: feedback->closed

Committed, thanks!