Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 13:01:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305651 - head/textproc/hunspell
Message-ID:  <201210101301.q9AD1GHO031291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct 10 13:01:16 2012
New Revision: 305651
URL: http://svn.freebsd.org/changeset/ports/305651

Log:
  - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
  - Remove unnecessary pre-build:
  - Cleanup Makefile header

Modified:
  head/textproc/hunspell/Makefile   (contents, props changed)
  head/textproc/hunspell/distinfo   (contents, props changed)

Modified: head/textproc/hunspell/Makefile
==============================================================================
--- head/textproc/hunspell/Makefile	Wed Oct 10 12:33:35 2012	(r305650)
+++ head/textproc/hunspell/Makefile	Wed Oct 10 13:01:16 2012	(r305651)
@@ -1,15 +1,12 @@
-# New ports collection makefile for:    hunspell
-# Date created:         24.07.2004
-# Whom:                 janos.mohacsi@bsd.hu
-#
+# Created by: janos.mohacsi@bsd.hu
 # $FreeBSD$
-#
 
 PORTNAME=	hunspell
 PORTVERSION=	1.3.2
 PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/Hunspell/${PORTVERSION}
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Improved spell-checker for Hungarian and other languages
@@ -17,14 +14,13 @@ COMMENT=	Improved spell-checker for Hung
 LICENSE=	GPLv2 LGPL21 MPL
 LICENSE_COMB=	dual
 
-CONFIGURE_ARGS=	--disable-nls --with-readline --with-ui \
-		--with-libiconv-prefix=${LOCALBASE}
+CONFIGURE_ARGS=	--disable-nls --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 USE_GNOME=	gnomehack
+USE_ICONV=	yes
 USE_LDCONFIG=	yes
 USE_NCURSES=	yes
-USE_ICONV=	yes
 
 MANLANG=	"" hu
 MAN1_EN=	hunspell.1 hunzip.1 hzip.1
@@ -36,8 +32,4 @@ MAN4_HU=	hunspell.4
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
 
-pre-build:
-	@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
-		${WRKSRC}/configure ${WRKSRC}/config.h.in
-
 .include <bsd.port.mk>

Modified: head/textproc/hunspell/distinfo
==============================================================================
--- head/textproc/hunspell/distinfo	Wed Oct 10 12:33:35 2012	(r305650)
+++ head/textproc/hunspell/distinfo	Wed Oct 10 13:01:16 2012	(r305651)
@@ -1,2 +1,2 @@
-SHA256 (hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd
-SIZE (hunspell-1.3.2.tar.gz) = 975917
+SHA256 (hunspell/hunspell-1.3.2.tar.gz) = b4edd4a4ee944cb9f485b35473e46b729ed768e9d24da8e78e4c4c6ca56addbd
+SIZE (hunspell/hunspell-1.3.2.tar.gz) = 975917



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