The NetBSD Project

CVS log for pkgsrc/lang/gcc/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / lang / gcc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 15 08:47:22 2011 UTC (10 months, 1 week ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.14: +196 -2 lines
Diff to previous 1.14 (colored)

Staged installation support. (Also converts to static packaging list.)

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 14 18:03:32 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

Remove @dirrm entries from PLISTs

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 20 18:15:38 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

* Nuke all references to and definitions of INFO_DIR in package Makefiles
  and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jul 13 13:16:03 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

oops, we still want the mk files for non-pkgsrc purposes. unbump
PKGREVISIONs.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 13 13:04:09 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

greatly simplify the handling of pkgsrc gcc, and eliminate a bug which
has allowed these packages to work :)

set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk.

you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc
gcc of your choice.

the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer
installed.

bump PKGREVISIONs.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 4 16:27:24 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.9: +0 -66 lines
Diff to previous 1.9 (colored)

Convert to USE_NEW_TEXINFO.
Remove or trim "info related" patch files.
Install info files in package specific directory.
Hence the PLIST files are now nearly empty...

This should finish making these two packages really non-conflicting.

Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 4 16:11:56 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Install example mk.conf in package specific directory.
Adjust and make uniform various substitution variables and MESSAGE files.

No PKGREVISION bump right now.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 2 08:22:12 2003 UTC (9 years ago) by jmmv
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

Move the sample mk.conf file to share/examples/gcc/mk.conf, instead of
installing in in etc/ (and not honouring PKG_SYSCONFDIR). Bump PKGREVISION.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 27 12:28:15 2002 UTC (9 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use bsd.pkg.install.mk, correct the PLISTs to refer to ${PKGNAME}.mk
(instead of hardcoding the version number), and general cleanups to the
Makefile to make this package easier to maintain.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 8 12:11:43 2002 UTC (10 years, 1 month ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.5: +2 -223 lines
Diff to previous 1.5 (colored)

generate most of the packing list dynamically for non-SunOS systems.  This
is done because different sets of libraries end up being installed based
on MACHINE_ARCH.  Tested on NetBSD/alpha.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 14 16:21:57 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.4: +46 -46 lines
Diff to previous 1.4 (colored)

Some cleanup.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:25 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
Changes since 1.3: +8 -8 lines
Diff to previous 1.3 (colored)

Introduce new framework for handling info files generation and installation.

Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 3 21:32:38 2002 UTC (10 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2 (colored)

Add missing calls to "install-info".

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 3 20:40:39 2002 UTC (10 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.1: +47 -85 lines
Diff to previous 1.1 (colored)

Update "gcc" package to version 2.95.3. This is a bug fix release of
version 2.95.2. This package includes all changes to "gcc" from the
new toolchain in NetBSD-current. The only tested (and enabled) platform
is "NetBSD-*-i386" so far.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 1 00:23:17 2001 UTC (10 years, 6 months ago) by zuntum
Branch: MAIN

Move pkg/ files into package's toplevel directory

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>