Commit Graph

8 Commits

Author SHA1 Message Date
Alexander Leidinger
5f0b0e48c9 - finish repo copy from fc3 to fc4 by updating to fc4 and connecting to
the build
- don't provide a var/log directory -> use the native one [1]

Submitted by:	Boris Samorodov <bsam@ipt.ru>
Suggested by:	netchild [1]
Repocopy by:	marcus
2006-06-02 20:50:32 +00:00
Alexander Leidinger
a3aadc8699 Only extract the binary RPM's, not the source ones.
Submitted by:	Boris Samorodov <bsam@ipt.ru>
2006-05-14 15:44:11 +00:00
Alexander Leidinger
c978e82008 Fix the distinfo (missing SRPMS).
Noticed by:	pointyhat (krismail)
2006-05-13 15:49:40 +00:00
Alexander Leidinger
9657b6671f - add conflict with linux-libgcc
- update bash, glibc, libgcc, libselinux, pcre, slang, termcap and zlib
- add SRPM of libgcc (gcc SRPM itself)
- parametize the glibc version number in the plist
- reword some parts in pkg-*install
2006-05-07 12:11:48 +00:00
Alexander Leidinger
063b460795 Change the path in the distinfo too.
Noticed by:	mezz
Pointyhat to:	netchild
2006-05-01 09:16:14 +00:00
Alexander Leidinger
94c1947267 Use the same DIST_SUBDIR like the bsd.linux-rpm.mk does.
People which already tested this port should do a
	cd /usr/ports/distfiles/rpm/i386
	mv Fedora/3/* fedora/3/
	rm -rf Fedora
before upgrading the port (which isn't necessary).

Noticed by:	Boris Samorodov <bsam@ipt.ru>
2006-04-30 22:26:05 +00:00
Alexander Leidinger
65d4f0910c - Add selinux and pcre, this makes ls and grep work. [1]
- Convert the post-extract to a do-build, it makes more sense this way.

PR:		95158 [1]
Submitted by:	intron@intron.ac [1]
2006-04-02 15:15:30 +00:00
Alexander Leidinger
affb190b16 The port is intended to become the new default linux_base port (replaces
the current linux_base-8 port).

You should only switch to this port if you know what you are doing.
You may or may not have problems with installing other linux related
ports after switching to it. Success or failure reports welcome.

To switch:
 - echo "OVERRIDE_LINUX_BASE_PORT=fc3" >> /etc/make.conf
 - portupgrade -fo emulators/linux_base-fc3 linux_base-8

News and changes (from submitter with some small changes by me):
 - based on linux_base-8 port;
 - don't use linux rpm binary to install. The whole source tree is
   created at ${WRKDIR} and then installed (using cpio);
 - removes some files and directories (etc/passwd, etc/group,
   usr/local, ...) to ensure using FreeBSD original files;
 - introduces etc/nsswitch.conf.dist and etc/yp.conf.sample files,
   uses correct install/deinstall behaviour with etc/nsswitch.conf
   and etc/yp.conf files;
 - doesn't do [u]mounting while install/deinstall process.
   Thus it is possible to use jails while building packages.
   But since linprocfs is not automounted, special measures should be
   taken at package building for those ports which need a mounted
   linprocfs (i.e. for linux JDK building);
 - uses linux ldconfig in the pkg-install file (as opposed to using in
   the Makefile). It is needed when upgrading (i.e. when other linux
   libraries are present in the system) and when installing by packages.

Submitted by:	Boris Samorodov <bsam@ipt.ru> (some small changes by me)
2006-03-18 19:07:04 +00:00