Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 03:40:16 -0800 (PST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/46447: [Maintainer Update] Port: devel/motor
Message-ID:  <200302021140.h12BeGRc007137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46447; it has been noted by GNATS.

From: Norikatsu Shigemura <nork@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, sysadmin@alexdupre.com
Cc:  
Subject: Re: ports/46447: [Maintainer Update] Port: devel/motor
Date: Sun, 2 Feb 2003 20:31:14 +0900 (JST)

 	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
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302021140.h12BeGRc007137>