diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /www | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'www')
-rw-r--r-- | www/SOGo/MESSAGE | 4 | ||||
-rw-r--r-- | www/amaya/hacks.mk | 3 | ||||
-rw-r--r-- | www/ap2-xslt2/Makefile | 4 | ||||
-rw-r--r-- | www/contao30/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/Makefile | 8 | ||||
-rw-r--r-- | www/firefox-l10n/MESSAGE | 4 | ||||
-rw-r--r-- | www/firefox10-l10n/MESSAGE | 4 | ||||
-rw-r--r-- | www/firefox36-l10n/MESSAGE | 4 | ||||
-rw-r--r-- | www/firefox36/Makefile | 14 | ||||
-rw-r--r-- | www/phraseanet/MESSAGE | 4 | ||||
-rw-r--r-- | www/seamonkey-l10n/MESSAGE | 4 |
11 files changed, 28 insertions, 29 deletions
diff --git a/www/SOGo/MESSAGE b/www/SOGo/MESSAGE index 9ef0fc97746..9686dcee99f 100644 --- a/www/SOGo/MESSAGE +++ b/www/SOGo/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2012/01/09 05:27:44 manu Exp $ +$NetBSD: MESSAGE,v 1.3 2013/04/08 11:17:24 rodent Exp $ You will need to make SOGo accessible through your HTTP server. If you are running Apache then you may add the following lines to httpd.conf: @@ -7,7 +7,7 @@ If you are running Apache then you may add the following lines to httpd.conf: Include ${PKG_SYSCONFDIR}/SOGo.conf Next, setup a PostgreSQL or MySQL database with a sogo user. Tweak tbe -${PKG_SYSCONFDIR}/sogo-conf.sh script according to your needs, run it, and +${PKG_SYSCONFDIR}/sogo-conf.sh script according to your needs, run it, and start httpd and sogod: /etc/rc.d/sogod start diff --git a/www/amaya/hacks.mk b/www/amaya/hacks.mk index 5b279aee38e..d57b77726f4 100644 --- a/www/amaya/hacks.mk +++ b/www/amaya/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2012/01/08 22:19:03 dholland Exp $ +# $NetBSD: hacks.mk,v 1.2 2013/04/08 11:17:24 rodent Exp $ .include "../../mk/bsd.prefs.mk" @@ -6,4 +6,3 @@ .if ${OPSYS} == "NetBSD" BUILDLINK_INCDIRS.heimdal= # empty .endif - diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index ffe6a94db51..8b9f42f21c7 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/12/17 15:01:14 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/08 11:17:24 rodent Exp $ # DISTNAME= modxslt-${DIST_VER} @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --enable-libxslt-hack CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs \ --with-xml2-config=${BUILDLINK_PREFIX.libxml2}/bin/xml2-config \ --with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-config \ - --with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config + --with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config REPLACE_BASH= utils/modxslt-config.pre.in diff --git a/www/contao30/Makefile b/www/contao30/Makefile index ec306342673..448412c6445 100644 --- a/www/contao30/Makefile +++ b/www/contao30/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/04/02 15:34:35 taca Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/08 11:17:24 rodent Exp $ # DISTNAME= contao-${CT_VERSION} @@ -79,7 +79,7 @@ pre-configure: ${CP} ${FILESDIR}/contao.conf ${WRKDIR} pre-install: - cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql + cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \; do-install: diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 6410881c12d..4f0f285d0f3 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2013/02/16 11:18:50 wiz Exp $ +# $NetBSD: Makefile,v 1.137 2013/04/08 11:17:24 rodent Exp $ # DISTNAME= epiphany-2.30.6 @@ -22,10 +22,10 @@ CONFIGURE_ARGS+= --with-ca-file=/etc/ssl/certs/ca-certificates.crt .include "../../mk/bsd.prefs.mk" -# for backtrace +# for backtrace .if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) -LIBS+= -lexecinfo -.endif +LIBS+= -lexecinfo +.endif PKGCONFIG_OVERRIDE= data/epiphany.pc.in diff --git a/www/firefox-l10n/MESSAGE b/www/firefox-l10n/MESSAGE index 0cdd5d65028..97d37d5da41 100644 --- a/www/firefox-l10n/MESSAGE +++ b/www/firefox-l10n/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2012/03/15 08:48:51 ryoon Exp $ +$NetBSD: MESSAGE,v 1.3 2013/04/08 11:17:25 rodent Exp $ To change the language in Firefox 1) Enable language packs in Tools->Add-ons->Languages 2) Navigate to about:config -3) Edit the general.useragent.locale property. +3) Edit the general.useragent.locale property. Alternatively you can install the "Quick Locale Switcher" addon from: http://addons.mozilla.org/en-US/firefox/addon/1333 . diff --git a/www/firefox10-l10n/MESSAGE b/www/firefox10-l10n/MESSAGE index 4d1d682776c..ad8e3082cbd 100644 --- a/www/firefox10-l10n/MESSAGE +++ b/www/firefox10-l10n/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2012/03/15 11:44:24 ryoon Exp $ +$NetBSD: MESSAGE,v 1.2 2013/04/08 11:17:25 rodent Exp $ To change the language in Firefox 1) Enable language packs in Tools->Add-ons->Languages 2) Navigate to about:config -3) Edit the general.useragent.locale property. +3) Edit the general.useragent.locale property. Alternatively you can install the "Quick Locale Switcher" addon from: http://addons.mozilla.org/en-US/firefox/addon/1333 . diff --git a/www/firefox36-l10n/MESSAGE b/www/firefox36-l10n/MESSAGE index 78c4b37c7e1..4481f0b800f 100644 --- a/www/firefox36-l10n/MESSAGE +++ b/www/firefox36-l10n/MESSAGE @@ -1,8 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2011/04/27 10:32:24 tnn Exp $ +$NetBSD: MESSAGE,v 1.2 2013/04/08 11:17:25 rodent Exp $ To change the language in Firefox, navigate to about:config and edit -the general.useragent.locale property. +the general.useragent.locale property. Alternatively you can install the "Quick Locale Switcher" addon from: http://addons.mozilla.org/en-US/firefox/addon/1333 . =========================================================================== diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 4230d03ffd1..50f49a0efb5 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/02/16 11:24:52 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/08 11:17:25 rodent Exp $ .include "../../devel/xulrunner192/dist.mk" PKGNAME= firefox36-${FIREFOX_VER} @@ -19,12 +19,12 @@ CONFIGURE_ARGS+= --with-system-libxul ALL_ENV+= MOZILLA_PKG_NAME=firefox36 SUBST_CLASSES+= fix-paths2 -SUBST_STAGE.fix-paths2= pre-configure -SUBST_MESSAGE.fix-paths2= Fixing absolute paths. -SUBST_FILES.fix-paths2= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h -SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp -SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in -SUBST_SED.fix-paths2= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner192/gre.d,g' +SUBST_STAGE.fix-paths2= pre-configure +SUBST_MESSAGE.fix-paths2= Fixing absolute paths. +SUBST_FILES.fix-paths2= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h +SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp +SUBST_FILES.fix-paths2+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in +SUBST_SED.fix-paths2= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner192/gre.d,g' .include "../../devel/xulrunner192/mozilla-common.mk" CONFIGURE_ARGS+= --enable-chrome-format=jar diff --git a/www/phraseanet/MESSAGE b/www/phraseanet/MESSAGE index 04b680fd927..061457c9bf2 100644 --- a/www/phraseanet/MESSAGE +++ b/www/phraseanet/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2011/10/07 03:52:46 dholland Exp $ +$NetBSD: MESSAGE,v 1.2 2013/04/08 11:17:25 rodent Exp $ -You will need to make Phraseanet accessible through your HTTP server. +You will need to make Phraseanet accessible through your HTTP server. If you are running Apache then you may add the following lines to httpd.conf: Include ${PKG_SYSCONFDIR}/phrasea.conf diff --git a/www/seamonkey-l10n/MESSAGE b/www/seamonkey-l10n/MESSAGE index 8a42576e299..1a7803e3a88 100644 --- a/www/seamonkey-l10n/MESSAGE +++ b/www/seamonkey-l10n/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2012/03/15 10:05:01 ryoon Exp $ +$NetBSD: MESSAGE,v 1.4 2013/04/08 11:17:26 rodent Exp $ To change the language in Seamonkey 1) Enable language packs in Tools->Add-ons->Languages 2) Navigate to about:config -3) Edit the general.useragent.locale property. +3) Edit the general.useragent.locale property. Alternatively you can install the "Quick Locale Switcher" addon from: http://addons.mozilla.org/en-US/firefox/addon/1333 . |