Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Apr 2000 02:13:58 +0900
From:      SADA Kenji <sada@bsdclub.org>
To:        ports@FreeBSD.ORG
Subject:   Re: netscape 6.00.p1
Message-ID:  <20000409021358Z.sada@bsdclub.org>
In-Reply-To: Your message of "Sun, 09 Apr 2000 01:52:32 %2B0900". <20000409015232Q.sada@bsdclub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <20000409015232Q.sada@bsdclub.org>
sada@bsdclub.org writes:

>> Sorry I abandon with dependency to rpm, gtk and libjpeg.
>> My port could install them but couldn't deinstall.
>> 
>> Below is a port which install only linux-netscape6 itself.

An easy way to test it is patching to emulator/linux_base.

--
Index: Makefile
===================================================================
RCS file: /ncvs/ports/emulators/linux_base/Makefile,v
retrieving revision 1.40
diff -u -w -B -b -r1.40 Makefile
--- Makefile	2000/02/28 08:33:29	1.40
+++ Makefile	2000/04/08 16:34:39
@@ -30,6 +30,7 @@
 PLIST=			${PKGDIR}/PLIST.${MACHINE_ARCH}
 
 RPM_MIRRORS=		\
+	ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \
 	ftp://ftp.cdrom.com/pub/linux/redhat/__DIR__/ \
 	ftp://ftp.redhat.com/redhat/__DIR__/ \
 	ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/__DIR__/ \
@@ -47,7 +48,7 @@
 .if (${MACHINE_ARCH} == "i386")
 LIBC5_COMPAT=		ld.so-1.9.5-11.i386.rpm libc-5.3.12-31.i386.rpm
 RPM_BINUTILS=		binutils-2.9.1.0.23-6.i386.rpm
-RPM_GLIB=		glib-1.2.5-1.i386.rpm
+RPM_GLIB=		glib-1.2.6-2.i386.rpm
 RPM_GLIBC=		glibc-2.1.2-11.i386.rpm
 RPM_LDCONFIG=		ldconfig-1.9.5-15.i386.rpm
 RPM_RPM=		rpm-3.0.3-2.i386.rpm
@@ -88,7 +89,9 @@
 			libstdc++-2.9.0-24.${MACHINE_ARCH}.rpm \
 			sh-utils-2.0-1.${MACHINE_ARCH}.rpm \
 			readline-2.2.1-5.${MACHINE_ARCH}.rpm \
-			redhat-release-6.1-1.noarch.rpm
+			redhat-release-6.1-1.noarch.rpm \
+			gtk+-1.2.5-2.i386.rpm \
+			libjpeg-6b-9.i386.rpm
 RPM_SET3=		setserial-2.15-2.${MACHINE_ARCH}.rpm \
 			slang-1.2.2-4.${MACHINE_ARCH}.rpm \
 			stat-1.5-11.${MACHINE_ARCH}.rpm \
Index: files/md5
===================================================================
RCS file: /ncvs/ports/emulators/linux_base/files/md5,v
retrieving revision 1.15
diff -u -w -B -b -r1.15 md5
--- files/md5	2000/01/05 23:25:41	1.15
+++ files/md5	2000/04/08 16:34:08
@@ -53,3 +53,5 @@
 MD5 (rpm/xpm-3.4k-1.i386.rpm) = 693c16f82d9529fe8f9a0f286e4a00aa
 MD5 (rpm/zlib-1.1.3-5.alpha.rpm) = e0aa650d7221468cdb3e6aa8cbf784b6
 MD5 (rpm/zlib-1.1.3-5.i386.rpm) = 6d79b550fe69d03f7438c7557a07fe92
+MD5 (rpm/gtk+-1.2.5-2.i386.rpm) = de064ec539a1bd6f2482e3c2fecde392
+MD5 (rpm/libjpeg-6b-9.i386.rpm) = 453feddfadcdb1b96c2a3bb843e3ec80


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?20000409021358Z.sada>