summaryrefslogtreecommitdiff
path: root/emulators/suse91_gtk2
AgeCommit message (Collapse)AuthorFilesLines
2006-06-30We really, really, really _don't_ want open dependencies here.salo1-8/+8
Also, resolve some missing interdependencies while I am here.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-2/+1
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
2006-01-08Add x86_64 files to SUSE emulation packages to make it easiersalo4-7/+30
for COMPAT_LINUX testers to play with. Untested in run-time.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
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-3/+3
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-27Use latest gtk2 package from updates, includes fix for a heap overflow in thesalo2-7/+7
XPM reader, which allows attackers to execute arbitrary code via specially crafted XPM images (CVE-2005-3186, CVE-2005-2976). Thanks to <smb> for the notice.
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/+5
2005-01-22put back INSTALL (in slighly simplified form) - it _is_ necessaryjdolecek3-1/+25
to setup the etc files for gtk & pango; add the files into PLIST, so that they are properly removed when package is deinstalled
2005-01-22use updated gtk2 RPM, which fixes recently discovered Xpm-relatedjdolecek2-6/+6
vulnerabilities
2005-01-22the gtk/pango stuff doesn't appear to be necessary and causes uncleanjdolecek4-130/+1
package deinstall
2004-12-18Fix path to suse_libjpeg.wiz1-2/+2
2004-11-07This also depends on suse_libjpeg (similar reason as for suse_libpng);wiz1-2/+3
bump PKGREVISION.
2004-11-06Add dependency on suse_png, otherwise we get:wiz1-1/+3
g_module_open() failed for /opt/gnome/lib/gtk-2.0/2.2.0/loaders/libpixbufloader-png.so: libpng12.so.0: cannot open shared object file: No such file or directory Bump PKGREVISION.
2004-09-02initial import of suse91_gtk2recht6-0/+175
Linux compatibility package based on the SuSE Linux distribution, take a look at "http://www.suse.com/" for more information about it. This package supports running ELF binaries linked with glibc2 which require GTK2 shared libraries.