summaryrefslogtreecommitdiff
path: root/emulators/suse91_base
AgeCommit message (Collapse)AuthorFilesLines
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-01Work around CHECK_FILES problems with this package.wiz1-1/+5
tron@ ok.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-12First step at reworking Linux binary packages.joerg1-3/+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-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-06Sync SuSE 9.1 packages with latest updates.salo4-45/+45
2005-08-16Instead of creating links from ${EMULDIR}/dev to /dev for things likedmcmahill2-12/+10
/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-08-05Update zlib rpm for two security fixes. Bump PKGREVISION.wiz4-13/+13
2005-08-05Fix typo in ONLY_FOR_PLATFORM.wiz1-2/+2
2005-07-20The Linux support for NetBSD/amd64 has not been pulled up in thekristerw1-3/+3
netbsd-3 branch, so limit this package to 3.99 or newer.
2005-07-09Do not include files that don't exist.kristerw1-1/+3
2005-06-25Add support for NetBSD-amd64. Based on patches supplied by Nicolas Jolytron5-37/+96
in PR pkg/30582.
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-03-23Add more files and directories in "etc" to the blacklist to avoid strangetron1-5/+8
behavior of e.g. Netscape 7. Based on a suggestion by Mark Davies in private e-mail. Bump package revision because of this change.
2005-03-17Remove outdated entries from "RPMIGNOREPATH" and add some new ones totron1-3/+5
prevent the installation of certain configuration files like e.g. "nsswitch.conf" which might conflict with files in the host system. This should fix the problems with running OpenOffice on NetBSD systems using NIS as reported by Jan Schaumann in PR pkg/29025. Bump package revision because of the above change.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+13
2004-11-05Fix PLIST for binary packages.wiz1-1/+2
2004-10-02Make ${EMULDIR}/etc/mtab point to ${EMULDIR}/proc/mounts, to makewiz2-3/+9
df work at least if procfs -o linux is mount in ${EMULDIR}/proc. Add and remove proc dir. Bump PKGREVISION to 3.
2004-08-30Add libacl, libattr, and libselinux, so that ls and mkdir have allwiz2-6/+15
their library dependencies. Bump PKGREVISION to 2.
2004-07-23Bump PKGREVISION for additional distfile.wiz1-1/+2
2004-07-23Add the package that contains libgcc_s.so.erh2-2/+5
2004-07-13Initial import of SuSE Linux 9.1 based packages for Linux emulation.tron7-0/+194
Warning: NetBSD's Linux emulation does *not* work stable with these packages.