summaryrefslogtreecommitdiff
path: root/emulators/suse_base
AgeCommit message (Collapse)AuthorFilesLines
2006-06-26Finally remove SuSE 7.3 packages, long overdue..salo11-234/+0
2006-06-23Fix a typo in the INSTALL script that caused the emul/foo symlink to notjlam2-5/+5
be created. Bump the PKGREVISION.
2006-06-19Cleanup fallout from {DE,}INSTALL_SRC removal: rewrite the INSTALLjlam5-62/+44
script to be of the format expected by the pkginstall framework and remove the explicit invocation of the INSTALL script from the post-install target. Also, split out the important text from the INSTALL script and put it into a MESSAGE file. Also, remove the unused show-shlib-type target.
2006-06-17Removed obsolete definition of {DE,}INSTALL_SRC. Bumped PKGREVISION.rillig1-4/+2
2006-05-26Also remove /dev/fd from emul/linux, since DragonFly's MAKEDEV createsjoerg2-3/+13
it. Bump revision for this. Set a number of CHECK_FILES_SKIP entries to let the package pass CHECK_FILES.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-12First step at reworking Linux binary packages.joerg1-6/+1
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-09-10Remove trailing empty line.wiz1-2/+1
2005-08-16Instead of creating links from ${EMULDIR}/dev to /dev for things likedmcmahill2-12/+11
/dev/null, create them with MAKEDEV. This avoids ugly problem with realpath and readlink in linux binaries that try to fully resolve where /dev/null lives. Bump PKGREVISION to 7.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+9
2005-01-23Remove me as maintainer of this package because I now longer use it.tron1-2/+2
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-2/+2
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-07-23Use fixelfprot to make ldconfig work on 2.0/macppc.wiz1-2/+7
Bump PKGREVISION.
2004-05-07whitespace nitscjep1-2/+2
2004-04-19No building is done here -- set NO_BUILDLINK to YES, and removewiz1-2/+2
USE_BUILDLINK2, if any.
2004-04-14Add FreeBSD support for suse linux packages, from Michal Pasternak inxtraeme2-12/+52
PR pkg/23900.
2004-02-19Make a link to /dev/tty in emul/linux/dev, since otherwise linux programscjs2-3/+6
writing to /dev/tty will instead attempt to create the file emul/linux/dev/tty.
2003-09-18Specify the category when including other files and when depending on otherjmmv1-3/+3
packages. From PR pkg/21864 by ccatrian at eml.cc.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-31Linux kernel bump isn't in 1.6.1. Remove ONLY_FOR_PLATFORM. Oops.jklos1-2/+1
2003-05-31Updated ONLY_FOR_PLATFORM to include 1.6.1*-powerpc.jklos1-1/+2
2003-05-30Update suse_base package to 7.3nb4.taca2-10/+12
security update of glibc and libz. glibc: Shared libraries (from the C library package) ---------------------------------------------------------------------- File: glibc-2.2.4-78.i386.rpm Version: 2.2.4 Size: 7459 kB Date: Tue 01 Apr 2003 01:31:31 PM CEST Source: glibc-2.2.4-78.src.rpm Security: Yes ---------------------------------------------------------------------- Description: This security update fixes an integer overflow in the RPC xdrmem_getbytes() function of the glibc that may be exploited to execute arbitrary code with the privileges of the user running the RPC application. libz: Data Compression Library ---------------------------------------------------------------------- File: libz-1.1.3-597.i386.rpm Version: 1.1.3 Size: 92 kB Date: Wed 27 Feb 2002 08:19:58 PM CET Source: libz-1.1.3-597.src.rpm Security: Yes ---------------------------------------------------------------------- Description: Security update: prevent double free() in the compression library.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-04-27Whitespace policecjep1-3/+3
2003-04-23Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicablejmc1-2/+5
NetBSD versions as appropriate
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