summaryrefslogtreecommitdiff
path: root/emulators/suse_base
AgeCommit message (Collapse)AuthorFilesLines
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma1-1/+2
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-03-22install etc/SuSE-release, since some applications expect it.dillo3-3/+10
bump pkgrevision closes PR 20267
2003-03-01This only works for powerpc on 1.6L and higher and specifically not 1.6.1jmc1-2/+2
as the linux kernel bump isn't on the 1.6 branch. Fix ONLY_FOR_PLATFORM accordingly.
2002-12-09Bump package revision after "rpm2pkg" fix because older version of thetron1-2/+2
package have corrupt locale files.
2002-11-25These Linux emulation packages conflict.schmonz1-2/+2
2002-11-25Tweak suse_* packages to support NetBSD/powerpc.schmonz2-21/+45
2002-10-09Use proper "MASTER_SITE" definition for SuSE package updates.tron1-2/+2
2002-10-09Update SuSE 7.3 packages to use glibc-2.2.4-77. Previous distfile hasgrant2-5/+6
security vulnerabilities and is no longer available from the master site. Bump PKGREVISION.
2002-10-05In the INSTALL message, explain that EXEC_ELF is needed only on NetBSD<1.5manu1-4/+4
(it is the default on later systems), as it is done in the netscape package.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-2/+3
have been converted to USE_BUILDLINK2.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-04-04Update SuSE packages to version 7.3. The included libraries and binariestron2-21/+22
make it possible to use recent Linux applications on a NetBSD-current (1.5ZC built from 2002-04-04 sources) kernel.
2002-03-12Updated suse_base to 6.4nb5martti2-6/+7
* Fixed libz problems
2002-02-22Remove explicit conflict for "suse_base-6.1". The package tools handletron1-2/+2
this automatically.
2002-02-21Updated suse_base to 6.4nb4martti2-6/+7
* shlibs.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.
2002-02-15mkdir -> ${MKDIR}skrll1-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-25Move the linux-mkpwd.sh script from scripts/ to files/agc2-3/+3
2001-09-19Add the sh_utils.rpm so that uname and others get installed.skrll2-4/+6
Fixes pkg/14011 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-7/+13
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-28Use updated "shlibs-2.1.3-155.i386.rpm" distribution file to avoid possibletron2-6/+7
root exploit due to a bug in "ld-linux.so.2". Bump version number of the package to "6.4nb2".
2001-01-25Remove "rpm2pkg" which is a separate package now and bump version numbertron3-727/+4
to 6.4nb1.
2000-12-17Remove obsolete comment concering "ncurses-p1.rpm".tron1-8/+1
2000-12-17Use SuSE 6.4 as base for all SuSE packages. We can't use 7.0 now becausetron2-12/+11
it is XFree86 4.x based while NetBSD still uses XFree86 3.3.6 which causes problem with shared files.
2000-12-16Rename "suse.mk" to "Makefile.common" which is the standard name fortron1-2/+2
make include files shared between packages.
2000-11-16remove trailing whitespacewiz1-2/+2
2000-11-04if using pkgsrc libintl, needlukem1-2/+2
LIBINTL=-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl not LIBINTL=-L${LOCALBASE} -lintl cVS: ----------------------------------------------------------------------
2000-11-01comment on librpm -> libintl dependencyitojun1-7/+9
2000-11-01librpm (misc/rpm) requires libintl.a. use USE_LIBINTL.itojun1-2/+8
From: bernd@arresum.inka.de (Bernd Ernesti)
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-6/+7
2000-01-09Update this package to SuSE-6.3 so that glibc-2.1 applications are supported.tls2-13/+21
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-26Check all symbolic links after the complete RPM file has been written totron1-7/+49
disk. If they point to a file store them like files in the package list instead of using an "@exec" "@unexec" pair.
1999-09-19Update SuSE Linux emulation package to version 6.1p1. This patch leveltron3-108/+688
invents a complete new "rpm2pkg" utility which is faster, easier to use and creates a correct package list more reliably.
1999-08-24Retarget symbol links so that the Linux emulation can resolve them, too.tron1-4/+13
1999-08-24Modify symbolic links so that "pkg_create" will turn them into relativetron1-0/+7
links which will prevent emulation problems later.
1999-06-29Include "bash" and "ncurses" in package:tron2-3/+11
+ increases compatibility + brings "ldd" one step closer to working (our ELF loader still needs a compatibility kludge) - requires yet another 1.8MB of distribution files
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-48/+44
pattern match format. Minor pkglint along the way.
1999-05-24Adapt freebsd_lib's "smart /emul" script to suse_base.tv1-27/+30
1999-05-21Don't extract RPM files to "/tmp" but to target directory directly.tron2-25/+41
1999-05-17Add mirror on "ftp.cs.unm.edu" to master site list.tron1-2/+3
1999-05-17Use "tar" to copy files because "cp -Rp" clobbers the directorytron2-2/+3
permissions from the "aaa_dir" RPM file.
1999-05-17Handle symlinks pointing to files smarter in automatically createdtron2-5/+10
package list so that decompressing the manual pages will work.
1999-05-17Don't attempt to decompress manual pages because that will fail horriblytron1-1/+2
with out automatically generated package lists.
1999-05-17Import new modular Linux compatibility system for i386 based on SuSE 6.1tron9-0/+186
Linux distribution: suse_base-6.1 Linux compatibility package suse_x11-6.1 Linux compatibility package for X11 binaries suse_libc5-6.1 Linux compatibility package for libc5 binaries These packages are dedicated to Jason 'clone' Thorpe.