Commit graph

21 commits

Author SHA1 Message Date
shattered
1623da1863 Update versions of nightly binaries (older ones are unavailable on master site).
These binaries also depend on alsa and resmgr -- include those in EMUL_MODULES.

Partially fixes PR 40119 -- the binaries don't run yet.

OK by wiz@.
2009-01-04 18:48:47 +00:00
jlam
b5e6ca3a7e Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition.  Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25 21:04:21 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
jlam
081c0f8957 Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system.  Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:

	EMUL_REQD=	suse>=9.1 netbsd>=2.0 solaris>=10

all in one, succinct line.
2007-08-23 18:20:30 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
salo
e082ab0e07 Use Makefile.common from seamonkey-bin-nightly dir instead of
mozilla-bin-nightly.

Remove PKGREVISION, it's useless in the -nightly packages.

This package didn't work for some time now, feel free to fix it.
2006-09-24 16:44:36 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grant
2c9869f050 the filename has a -gtk2 suffix. 2004-05-25 13:42:35 +00:00
grant
23275837de add build for NetBSD/i386 2.0. 2004-05-25 13:40:54 +00:00
grant
1cca0f00a7 fix typo in DISTNAME 2004-04-28 23:40:12 +00:00
grant
0fd0f6f0b9 use the latest-trunk build of thunderbird, now that builds appear to
be happening regularly.
2004-04-23 09:52:50 +00:00
grant
685d711cc3 URL needs mozilla.org in the path now. 2004-03-05 00:45:32 +00:00
grant
8673096edb update Linux build to 20040220 (latest available as of right now). 2004-03-05 00:44:42 +00:00
grant
3eef29053f bring back COMMENT. noted by agc. 2004-02-04 23:56:31 +00:00
grant
5861b877e1 update to latest Linux nightly build, dated 2003-12-16. 2004-01-06 01:19:02 +00:00
grant
d4771a3ff9 conditionally set MOZ_EXTRA, and set it to empty in thunderbird (for
which there is currently no gtk1 pkg).
2004-01-04 05:06:19 +00:00
grant
63b2201716 factor out the common bits of the various mozilla binary packages into
mozilla-bin/Makefile.common and mozilla-bin-nightly/Makefile.common.

the result is much less duplication and more consistent installations.
tested on NetBSD-current only (for now).
2004-01-04 05:01:02 +00:00
grant
fa2622d05e update to latest nightly build from 2003-12-01. 2003-12-13 09:30:43 +00:00
grant
17c03809ca import thunderbird-bin-nightly from pkgsrc-wip.
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language.
2003-12-04 05:25:42 +00:00