diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-07-16 19:31:00 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-07-16 19:31:00 +0000 |
commit | 6817a270ac2014d3263e36e79b9cd3f986318560 (patch) | |
tree | cf3c9212a28c18089f901aac5fb1f431a2bd1fa5 /editors/rospell | |
parent | c813c75f5af0e7d65ce8654f22c7e136003b9d2f (diff) |
Notes
Diffstat (limited to 'editors/rospell')
-rw-r--r-- | editors/rospell/Makefile | 13 | ||||
-rw-r--r-- | editors/rospell/distinfo | 6 | ||||
-rw-r--r-- | editors/rospell/files/patch-BSDmakefile | 58 |
3 files changed, 6 insertions, 71 deletions
diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index f07d796e907e..3be5ed7125c6 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -6,11 +6,10 @@ # $FreeBSD$ PORTNAME= rospell -PORTVERSION= 2007.00 -PORTREVISION= 1 +DISTVERSION= 2007.01.rc3 +#PORTREVISION= 1 CATEGORIES= editors textproc # this should/will be romanian ;) -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= itetcu@FreeBSD.org COMMENT= QT-based editor with support for romanian charsets and spell checking @@ -18,8 +17,6 @@ COMMENT= QT-based editor with support for romanian charsets and spell checking BUILD_DEPENDS+= ${LOCALBASE}/include/readtags.h:${PORTSDIR}/devel/ctags RUN_DEPENDS+= ${LOCALBASE}/lib/readtags.o:${PORTSDIR}/devel/ctags -BROKEN= Segfault during build - USE_XLIB= yes USE_QT_VER= 3 MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} @@ -31,10 +28,6 @@ MAN1= rospell.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= doesn't compile properly on 4.x systems -.endif - do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} dictfiles.h diff --git a/editors/rospell/distinfo b/editors/rospell/distinfo index 0d7c2f435c91..f420f99b6103 100644 --- a/editors/rospell/distinfo +++ b/editors/rospell/distinfo @@ -1,3 +1,3 @@ -MD5 (rospell-2007.00.tar.gz) = d34dcba5d5e685366cd98709362c9c16 -SHA256 (rospell-2007.00.tar.gz) = 01f7aa347307e7d82a96483af1e7b91ee10687661ec9f90a97b6ce362be4ff04 -SIZE (rospell-2007.00.tar.gz) = 1417746 +MD5 (rospell-2007.01.rc3.tar.gz) = 25d933619a789ba7b852d2007bb8386d +SHA256 (rospell-2007.01.rc3.tar.gz) = 352256d179c70a44e6ebe9aab362d00211dcbe0651db8564867afd062e18402c +SIZE (rospell-2007.01.rc3.tar.gz) = 1643315 diff --git a/editors/rospell/files/patch-BSDmakefile b/editors/rospell/files/patch-BSDmakefile deleted file mode 100644 index b8888fad9298..000000000000 --- a/editors/rospell/files/patch-BSDmakefile +++ /dev/null @@ -1,58 +0,0 @@ ---- ./BSDmakefile.orig Fri Jan 19 16:17:31 2007 -+++ ./BSDmakefile Fri Jan 19 18:36:12 2007 -@@ -1,9 +1,13 @@ - ############################################################################### -+# $Tecnik: people/itetcu/ports/myports/rospell/BSDmakefile,v 1.4 2007/01/19 16:36:08 itetcu Exp $ - # Based on $Id: BSDmakefile,v 1.18 2005/11/20 18:09:54 itetcu Rel $ - # Modified for release 2007.00 by rospell team -+# Modified again to be more close to current FreeBSD standards by itetcu - # - # FreeBSD makefile for rospell (http://rospell.sourceforge.net) --# Written by Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -+# Written by Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -+# FreeBSD committer address: <itetcu@FreeBSD.org> -+# - # Distributed under BSD or GNU licence (your choice). - # - -@@ -15,6 +19,7 @@ - PREFIX?= /usr/local - BINDIR?= ${PREFIX}/bin - DATADIR?= ${PREFIX}/share/rospell -+DOCSDIR?= ${PREFIX}/share/doc/rospell - X11BASE?= /usr/X11R6 - QT_PREFIX?= ${X11BASE} - -@@ -22,7 +27,7 @@ - CXX?= g++ - PTHREAD_CFLAGS?= - PTHREAD_LIBS?= -pthread --CXXFLAGS?= -O -+CXXFLAGS?= -O2 - - QTCPPFLAGS?= -I${LOCALBASE}/include -I${PREFIX}/include \ - -I${QT_PREFIX}/include -D_GETOPT_H -@@ -81,7 +86,7 @@ - @${ECHO_CMD} "#define DF6 \"${DATADIR}/usenix.sty\"" >> dictfiles.h - @${ECHO_CMD} "#define DF7 \"${DATADIR}/usenix.tex\"" >> dictfiles.h - @${ECHO_CMD} "#define DF8 \"${DATADIR}/posixh.tags\"" >> dictfiles.h -- @${ECHO_CMD} "#define DF9 \"${DATADIR}/authors.html\"" >> dictfiles.h -+ @${ECHO_CMD} "#define DF9 \"${DOCSDIR}/authors.html\"" >> dictfiles.h - @${ECHO_CMD} "#define ROSPELL_FREEBSD" >> dictfiles.h - @${ECHO_CMD} "---> Done dictfiles.h." - -@@ -330,9 +335,13 @@ - @${BSD_INSTALL_DATA} posixh10.info ${DATADIR} - @${BSD_INSTALL_DATA} posixh11.info ${DATADIR} - @${BSD_INSTALL_DATA} posixh.tags ${DATADIR} -- @${BSD_INSTALL_DATA} authors.html ${DATADIR} -+ @${ECHO_CMD} "----> Done." -+ @${ECHO_CMD} "----> Installing docs in ${DOCSDIR} ... " -+ @${MKDIR} ${DOCSDIR} -+ @${BSD_INSTALL_DATA} authors.html ${DOCSDIR} - @${ECHO_CMD} "----> Done." - @${ECHO_CMD} "----> Installing man page ... " -+ @${MKDIR} ${DOCSDIR} - @${BSD_INSTALL_MAN} src/man/rospell.lx ${MANPREFIX}/man/man1/rospell.1 - @${ECHO_CMD} "----> Done." - @${ECHO_CMD} "---> Done installing." |