diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-15 02:49:41 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-15 02:49:41 +0000 |
commit | 59004a830d64619d2a470575872e7a08fce539d3 (patch) | |
tree | 7ecb6fb08af8f53014be8d6f14f8def3c6523ba0 /www | |
parent | 055dbc8caa1040a53aca14cbf296e608fe5304e7 (diff) | |
download | FreeBSD-ports-59004a830d64619d2a470575872e7a08fce539d3.zip FreeBSD-ports-59004a830d64619d2a470575872e7a08fce539d3.tar.gz |
- Update to 1.0PR
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/Makefile | 22 | ||||
-rw-r--r-- | www/kompozer/distinfo | 4 | ||||
-rw-r--r-- | www/nvu/Makefile | 22 | ||||
-rw-r--r-- | www/nvu/distinfo | 4 |
4 files changed, 36 insertions, 16 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 8362aa2..c58e9b1 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -6,11 +6,10 @@ # PORTNAME= nvu -PORTVERSION= 0.90 -PORTREVISION= 1 +DISTVERSION= 1.0PR CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-sources +DISTNAME= ${PORTNAME}-${DISTVERSION}-sources MAINTAINER= ahze@FreeBSD.org COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage @@ -19,8 +18,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - nspr4.1:${PORTSDIR}/devel/nspr + freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes USE_BZIP2= yes @@ -35,7 +33,7 @@ OPTIONS= XFT "Enable Xft font anti-aliasing" on \ DEBUG "Enable debugging (i.e. gdb) support" off \ OPTIMIZED_CFLAGS "Enable -O2 optimizations" off -NVU= ${PORTNAME}-${PORTVERSION} +NVU= ${PORTNAME}-${DISTVERSION} FAKEDIR= ${WRKDIR}/FAKE WRKSRC= ${WRKDIR}/mozilla PLIST= ${WRKDIR}/plist @@ -46,6 +44,13 @@ ALL_TARGET= build_all PKG_CONFIGS= nvu-gtkmozembed.pc nvu-js.pc nvu-nspr.pc \ nvu-nss.pc nvu-plugin.pc nvu-xpcom.pc +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 @@ -72,6 +77,11 @@ post-patch: s|%%PREFIX%%|${FAKEDIR}|; \ s|%%LOCALBASE%%|${LOCALBASE}|' \ ${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig +# Stupid workaround.. +.for f in toolkit/components/Makefile.in toolkit/components/gnome/Makefile.in + @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" \ + >> ${WRKSRC}/${f} +.endfor .if defined(WITHOUT_XFT) @${ECHO_CMD} "ac_add_options --disable-xft" >> ${WRKSRC}/.mozconfig .else diff --git a/www/kompozer/distinfo b/www/kompozer/distinfo index 4616f85..ec02304 100644 --- a/www/kompozer/distinfo +++ b/www/kompozer/distinfo @@ -1,2 +1,2 @@ -MD5 (nvu-0.90-sources.tar.bz2) = d88dd587250afdc3e84e864e8e2b3cc2 -SIZE (nvu-0.90-sources.tar.bz2) = 29785795 +MD5 (nvu-1.0PR-sources.tar.bz2) = fced9ea7e2ac1fada8d4b3e730368b67 +SIZE (nvu-1.0PR-sources.tar.bz2) = 29842142 diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 8362aa2..c58e9b1 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -6,11 +6,10 @@ # PORTNAME= nvu -PORTVERSION= 0.90 -PORTREVISION= 1 +DISTVERSION= 1.0PR CATEGORIES= www MASTER_SITES= http://cvs.nvu.com/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-sources +DISTNAME= ${PORTNAME}-${DISTVERSION}-sources MAINTAINER= ahze@FreeBSD.org COMMENT= A complete Web Authoring System similar to Dreamweaver or Frontpage @@ -19,8 +18,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - nspr4.1:${PORTSDIR}/devel/nspr + freetype.9:${PORTSDIR}/print/freetype2 USE_X_PREFIX= yes USE_BZIP2= yes @@ -35,7 +33,7 @@ OPTIONS= XFT "Enable Xft font anti-aliasing" on \ DEBUG "Enable debugging (i.e. gdb) support" off \ OPTIMIZED_CFLAGS "Enable -O2 optimizations" off -NVU= ${PORTNAME}-${PORTVERSION} +NVU= ${PORTNAME}-${DISTVERSION} FAKEDIR= ${WRKDIR}/FAKE WRKSRC= ${WRKDIR}/mozilla PLIST= ${WRKDIR}/plist @@ -46,6 +44,13 @@ ALL_TARGET= build_all PKG_CONFIGS= nvu-gtkmozembed.pc nvu-js.pc nvu-nspr.pc \ nvu-nss.pc nvu-plugin.pc nvu-xpcom.pc +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 @@ -72,6 +77,11 @@ post-patch: s|%%PREFIX%%|${FAKEDIR}|; \ s|%%LOCALBASE%%|${LOCALBASE}|' \ ${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig +# Stupid workaround.. +.for f in toolkit/components/Makefile.in toolkit/components/gnome/Makefile.in + @${ECHO_CMD} "LDFLAGS += -L${LOCALBASE}/lib" \ + >> ${WRKSRC}/${f} +.endfor .if defined(WITHOUT_XFT) @${ECHO_CMD} "ac_add_options --disable-xft" >> ${WRKSRC}/.mozconfig .else diff --git a/www/nvu/distinfo b/www/nvu/distinfo index 4616f85..ec02304 100644 --- a/www/nvu/distinfo +++ b/www/nvu/distinfo @@ -1,2 +1,2 @@ -MD5 (nvu-0.90-sources.tar.bz2) = d88dd587250afdc3e84e864e8e2b3cc2 -SIZE (nvu-0.90-sources.tar.bz2) = 29785795 +MD5 (nvu-1.0PR-sources.tar.bz2) = fced9ea7e2ac1fada8d4b3e730368b67 +SIZE (nvu-1.0PR-sources.tar.bz2) = 29842142 |