The NetBSD Project

CVS log for pkgsrc/lang/sun-jre13/Attic/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / sun-jre13

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36
Tue Mar 25 13:41:45 2008 UTC (16 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cube-native-xorg-base, cube-native-xorg, HEAD
FILE REMOVED
Changes since revision 1.35: +1 -1 lines
Remove blackdown-j{dk,re}13 and sun-j{dk,re}13.
Both have security problems and are not maintained.

Update infrastructure for their removal.

Removal was announced on pkgsrc-users on March 13.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 4 16:38:13 2008 UTC (16 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -3 lines
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 22 14:03:48 2007 UTC (17 years, 3 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -5 lines
Fix error that happened during conversion to the emulator framework:
the Sun JDK/JRE packages require the "compat" Linux module, so make
that a hard requirement in EMUL_MODULES.linux.

Bump the PKGREVISION for sun-{jdk,jre}{13,14,15,6}.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jul 29 05:19:28 2007 UTC (17 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +16 -21 lines
* 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.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:39 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 25 16:16:35 2006 UTC (18 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -1 lines
Disable CHECK_SHLIBS for sun-jre13 and sun-jdk13, as it can't work
in the current form. The wrapper handle it currectly.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jul 18 23:27:14 2006 UTC (18 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +13 -18 lines
Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE.  Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jul 7 03:18:18 2006 UTC (18 years, 5 months ago) by minskim
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -26 lines
The fake JRE package for Darwin is not needed any more, because the builtin
framework can detect a native JRE implementation.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:22:10 2006 UTC (18 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jan 21 18:57:41 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -3 lines
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 12 14:43:25 2005 UTC (19 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +14 -11 lines
First step at reworking Linux binary packages.

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.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Sep 28 19:04:44 2005 UTC (19 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -6 lines
Removed deprecated use of NO_PATCH.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue May 10 01:55:39 2005 UTC (19 years, 7 months ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -6 lines
as with sun-jre14, pull in suse_locale to ensure that other charset
characters can be used

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:16 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 15 12:00:09 2004 UTC (20 years, 6 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
When sugggesting the URL from which to download make the first choice easier
to cut and paste:	${DOWNLOAD}
			or ${ARCHIVE}
rather than		${DOWNLOAD} or
			${ARCHIVE}

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat May 22 21:22:59 2004 UTC (20 years, 6 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -7 lines
Convert sun-{jre,jdk}13 to use java-env.mk.  This implies that the
package now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily.  While here, drop
the direct modification of PREFIX.  No revision bump since these
packages were updated just some minutes ago.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 5 17:22:51 2004 UTC (20 years, 7 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
bl3ify

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 11 19:41:39 2004 UTC (20 years, 11 months ago) by cjep
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Use tabs (not spaces) to make indentation

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 10 19:12:51 2004 UTC (20 years, 11 months ago) by cjep
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Whitespace

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 2 16:56:01 2004 UTC (20 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +20 -1 lines
Same as for 1.4:
 Don't duplicate the FETCH_MESSAGE, move it to Makefile.common instead.
 Found a URL for older distfiles, so make that known.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Aug 23 15:14:02 2003 UTC (21 years, 3 months ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Put these packages into a new pseudo-category called 'java'.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:45:26 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 26 04:05:43 2003 UTC (21 years, 8 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
De-confusify:  Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Mar 17 21:25:38 2003 UTC (21 years, 9 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Suppress warning by not trying to chmod a symlink before the target has
been paxed over.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 5 03:37:44 2003 UTC (21 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
Mark these as having interactive fetch stages.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 29 11:10:24 2003 UTC (21 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -10 lines
Update sun-jre13 and sun-jdk13 to 1.0.7.  These are bug fix releases from
Sun for JDK 1.3.1.  Pkgsrc changes include noting that some of the installed
files are config files and using bsd.pkg.install.mk to handle the file
copying and directory handling, and using a more scalable method to remove
files shared between the JRE and JDK during the JDK installation.

This closes PR 18942 by Urban Boquist <urban at boquist.net>.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 7 00:22:54 2002 UTC (22 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
Don't try to chmod the distfile if the permissions are already correct.
Addresses pkg/18941 by Robert Elz.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 15 14:06:56 2002 UTC (22 years, 2 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
We need the suse-Makefile when we _are_ on NetBSD.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:45:33 2002 UTC (22 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +26 -30 lines
* Use buildlink2.
* Minor improvements to the package Makefiles.
* Correct the PLIST.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 30 23:43:46 2002 UTC (22 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Trivially use buildlink2

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 19 08:28:17 2002 UTC (22 years, 2 months ago) by wennmach
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Allow for the chmod command to fail, e. g. if the distfile is on a readonly
medium, or if the directory protections don't allow it.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Sep 3 19:26:41 2002 UTC (22 years, 3 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -10 lines
Make this work on Linux.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 28 14:39:04 2002 UTC (22 years, 4 months ago) by schmonz
Branches: MAIN
CVS tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
Avoid including bsd.pkg.mk twice on not-Darwin.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 28 13:16:46 2002 UTC (22 years, 4 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -2 lines
Uncomment inadvertently out-commented JDK_HOME definition. Sprinkle
some Darwin ifdefs. Now that we can't rely on
"emulators/suse_linux/Makefile.application" being included, include
bsd.pkg.mk directly.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 28 11:57:41 2002 UTC (22 years, 4 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -13 lines
Tabs are significant to make(1). Entab to avoid a parse error around
do-install. Entab elsewhere for readability.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 27 21:54:31 2002 UTC (22 years, 4 months ago) by jschauma
Branches: MAIN
We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change III of many.

Thus install this JRE into ${PREFIX}/java/sun-1.3.1 and remove
CONFLICTS with other JDKs/JREs.  Rename package from sun-jre-1.3.1.0.2
to sun-jre13-1.0.2 (avoids conflict with sun-jre14).

Split Makefile into Makefile and Makefile.common, to allow reusing
of some of the stuff in lang/sun-jdk13 (commit coming up).

Add informative MESSAGE and finally bump PKGREVISION.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>