Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 23:39:26 -0700
From:      Jeremy Lea <reg@freebsd.org>
To:        Satoshi - Ports Wraith - Asami <asami@freebsd.org>
Cc:        ade@freebsd.org, ports@freebsd.org
Subject:   Re: share/locale
Message-ID:  <20001009233926.M30468@shale.csir.co.za>
In-Reply-To: <vqcaecd1yo0.fsf@silvia.hip.berkeley.edu>; from asami@freebsd.org on Mon, Oct 09, 2000 at 02:40:15PM -0700
References:  <200010092133.e99LXZa94937@silvia.hip.berkeley.edu> <vqcaecd1yo0.fsf@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Mon, Oct 09, 2000 at 02:40:15PM -0700, Satoshi Asami wrote:
> Not sure if it's related, but this one's failing in pkg_create trying
> to find a bunch of gnome stuff.
> 
>   http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20001008/screem-0.3.0.log

Me again...  This one must have been missed in my build testing.  The
plugins should be going into ${PREFIX}/lib not ${PREFIX}/share so:

Regards,
 -Jeremy

-- 
FreeBSD - Because the best things in life are free...
                                           http://www.freebsd.org/

www/screem:
  Maintainer:	ports@FreeBSD.org
  Changes: Makefile pkg-plist
  Adds   :
  Removes:

--- /usr/ports.ref/www/screem/Makefile	Thu Oct  5 00:17:22 2000
+++ www/screem/Makefile	Mon Oct  9 23:02:17 2000
@@ -30,7 +30,7 @@
 	@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
 		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
 	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
-		's|\@GNOME_DATA_PREFIX\@/gnome|\@GNOME_DATA_PREFIX\@|g ; \
+		's|\@GNOME_DATA_PREFIX\@|\$$\(datadir\)|g ; \
 		 s|\$\(datadir\)/gnome|\$\(datadir\)|g ; \
 		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
 
--- /usr/ports.ref/www/screem/pkg-plist	Mon Aug 21 03:55:21 2000
+++ www/screem/pkg-plist	Mon Oct  9 22:23:22 2000
@@ -1,4 +1,17 @@
 bin/screem
+lib/screem/plugins/colourWizard.so
+lib/screem/plugins/cssWizard.so
+lib/screem/plugins/entityWizard.so
+lib/screem/plugins/formWizard.so
+lib/screem/plugins/frameWizard.so
+lib/screem/plugins/galleryWizard.so
+lib/screem/plugins/imageWizard.so
+lib/screem/plugins/linkWizard.so
+lib/screem/plugins/mailWizard.so
+lib/screem/plugins/script.scm
+lib/screem/plugins/ssiWizard.so
+lib/screem/plugins/tableWizard.so
+lib/screem/plugins/uploadWizard.so
 share/gnome/apps/Development/screem.desktop
 share/gnome/help/screem/C/authors.html
 share/gnome/help/screem/C/buttons.html
@@ -213,19 +226,6 @@
 share/gnome/screem/htmlhelp/values.html
 share/gnome/screem/htmlhelp/wdglogo-small.gif
 share/gnome/screem/htmlhelp/wdglogo1.gif
-share/gnome/screem/plugins/colourWizard.so
-share/gnome/screem/plugins/cssWizard.so
-share/gnome/screem/plugins/entityWizard.so
-share/gnome/screem/plugins/formWizard.so
-share/gnome/screem/plugins/frameWizard.so
-share/gnome/screem/plugins/galleryWizard.so
-share/gnome/screem/plugins/imageWizard.so
-share/gnome/screem/plugins/linkWizard.so
-share/gnome/screem/plugins/mailWizard.so
-share/gnome/screem/plugins/script.scm
-share/gnome/screem/plugins/ssiWizard.so
-share/gnome/screem/plugins/tableWizard.so
-share/gnome/screem/plugins/uploadWizard.so
 share/gnome/screem/resources/Images/made.jpg
 share/gnome/screem/screem.tagtree
 share/gnome/screem/syntax/html.screem.syntax
@@ -246,7 +246,6 @@
 @dirrm share/gnome/screem/resources/HTML
 @dirrm share/gnome/screem/resources/Applets
 @dirrm share/gnome/screem/resources
-@dirrm share/gnome/screem/plugins
 @dirrm share/gnome/screem/htmlhelp/tables
 @dirrm share/gnome/screem/htmlhelp/special
 @dirrm share/gnome/screem/htmlhelp/phrase
@@ -269,3 +268,4 @@
 @dirrm share/gnome/help/screem/C/figs
 @dirrm share/gnome/help/screem/C
 @dirrm share/gnome/help/screem
+@dirrm lib/screem/plugins


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




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