Date: Thu, 16 Nov 2000 23:50:05 -0800 (PST) From: Bill Fumerola <billf@chimesnet.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/22908: new port: skipstone - browser based on mozilla's renderer Message-ID: <200011170750.XAA28744@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22908; it has been noted by GNATS. From: Bill Fumerola <billf@chimesnet.com> To: eric@osd.bsdi.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/22908: new port: skipstone - browser based on mozilla's renderer Date: Fri, 17 Nov 2000 02:41:14 -0500 On Thu, Nov 16, 2000 at 11:15:05PM -0800, eric@osd.bsdi.com wrote: > XPORTNAME= skipstone > XPORTVERSION= 0.6.1 > XCATEGORIES= www > XMASTER_SITES= http://www.muhri.net/skipstone/ > XDISTNAME= skipstone-${PORTVERSION} bash-2.03$ grep ^DISTNAME /usr/ports/Mk/bsd.port.mk DISTNAME?= ${PORTNAME}-${PORTVERSION} so why are you redefining it? > sed 's/^X//' >www/skipstone/pkg-descr << 'END-of-www/skipstone/pkg-descr' > XSkipStone is a web browser that is indended for just browsing the web. It does intended > X--- src/Makefile.orig Sun Oct 29 17:38:13 2000 > X+++ src/Makefile Thu Nov 16 22:46:12 2000 > X@@ -1,22 +1,22 @@ > X-PREFIX=/usr/local > X+PREFIX=/usr/X11R6 > X VERSION = 0.6.1 > X MILESTONE = M18 > X > X-MOZILLA_INCLUDES = -I/usr/include/mozilla -I/usr/local/include/mozilla > X-MOZILLA_LIBS = -L/usr/lib/mozilla -L/usr/local/lib/mozilla -lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom > X+MOZILLA_INCLUDES = -I/usr/X11R6/include/mozilla-embedded > X+MOZILLA_LIBS = -L/usr/X11R6/lib/mozilla-embedded -lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom Use perl or sed and change it to ${X11BASE}, don't hardcode. > X--- src/skipstone.h.orig Thu Nov 16 20:09:46 2000 > X+++ src/skipstone.h Thu Nov 16 20:10:03 2000 > X@@ -28,7 +28,7 @@ > X /* ------------------- */ > X > X /* dirs */ > X-#define SKIPSTONE_LOCAL_THEME_DIR "/usr/local/share/skipstone/pixmaps" > X+#define SKIPSTONE_LOCAL_THEME_DIR "/usr/X11R6/share/skipstone/pixmaps" > X #define SKIPSTONE_SYSTEM_THEME_DIR "/usr/share/skipstone/pixmaps" > X /*--------*/ Same. SYSTEM_THEME_DIR should be installing into ${PREFIX}/share/skipstone/pixmaps or ${X11BASE} as well. -- Bill Fumerola - security yahoo / Yahoo!, inc. - billf@chimesnet.com / billf@FreeBSD.org 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?200011170750.XAA28744>