The NetBSD Project

CVS log for pkgsrc/devel/gmake/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / gmake

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.80 / (download) - annotate - [select for diffs], Sat Nov 26 23:11:37 2011 UTC (5 months, 3 weeks ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.79: +3 -2 lines
Diff to previous 1.79 (colored)

Fix PLIST for option nls.

Revision 1.79 / (download) - annotate - [select for diffs], Sat Nov 26 19:01:15 2011 UTC (5 months, 3 weeks ago) by hans
Branch: MAIN
Changes since 1.78: +3 -15 lines
Diff to previous 1.78 (colored)

Use options framework for NLS support. Enable by default on NetBSD, but
not on other platforms.

Revision 1.77.2.1 / (download) - annotate - [select for diffs], Mon Jul 11 07:47:02 2011 UTC (10 months, 2 weeks ago) by tron
Branch: pkgsrc-2011Q2
Changes since 1.77: +6 -1 lines
Diff to previous 1.77 (colored) next main 1.78 (colored)

Pullup ticket #3469 - requested by bsiegert
devel/gmake: portability fix

Revisions pulled up:
- devel/gmake/Makefile                                          1.78

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sat Jul  9 16:25:35 UTC 2011

   Modified Files:
          pkgsrc/devel/gmake: Makefile

   Log Message:
   Do not use strndup on MirBSD, it used to be broken. Fixes lots of
   "mysterious" build failures on MirBSD.

   Reviewed by agc and joerg.

Revision 1.78 / (download) - annotate - [select for diffs], Sat Jul 9 16:25:35 2011 UTC (10 months, 2 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.77: +6 -1 lines
Diff to previous 1.77 (colored)

Do not use strndup on MirBSD, it used to be broken. Fixes lots of
"mysterious" build failures on MirBSD.

Reviewed by agc and joerg.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:19 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base
Branch point for: pkgsrc-2011Q2
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.76 / (download) - annotate - [select for diffs], Mon Jan 17 20:52:58 2011 UTC (16 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.75: +1 -3 lines
Diff to previous 1.75 (colored)

Revert the last change to avoid cyclic dependencies.

Revision 1.75 / (download) - annotate - [select for diffs], Mon Jan 17 12:53:23 2011 UTC (16 months ago) by is
Branch: MAIN
Changes since 1.74: +3 -1 lines
Diff to previous 1.74 (colored)

Add USE_TOOLS+=perl; needed to run make test.

Revision 1.74 / (download) - annotate - [select for diffs], Tue Aug 31 07:02:48 2010 UTC (20 months, 3 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.73: +2 -1 lines
Diff to previous 1.73 (colored)

Add a fix for bug #30612 (http://savannah.gnu.org/bugs/index.php?30612)
from GNU make's CVS repository (revision 1.194).  It solves some of
strange compile error on misc/rpm (and maybe more).

Bump PKGREVISION.

Revision 1.73 / (download) - annotate - [select for diffs], Sat Aug 7 06:33:18 2010 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72 (colored)

Set LICENSE.

Revision 1.72 / (download) - annotate - [select for diffs], Sat Aug 7 06:31:16 2010 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

Update to 3.82:

Version 3.82

A complete list of bugs fixed in this version is available here:

http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=104&set=custom

* Compiling GNU make now requires a conforming ISO C 1989 compiler and
  standard runtime library.

* WARNING: Future backward-incompatibility!
  Wildcards are not documented as returning sorted values, but up to and
  including this release the results have been sorted and some makefiles are
  apparently depending on that.  In the next release of GNU make, for
  performance reasons, we may remove that sorting.  If your makefiles
  require sorted results from wildcard expansions, use the $(sort ...)
  function to request it explicitly.

* WARNING: Backward-incompatibility!
  The POSIX standard for make was changed in the 2008 version in a
  fundamentally incompatible way: make is required to invoke the shell as if
  the '-e' flag were provided.  Because this would break many makefiles that
  have been written to conform to the original text of the standard, the
  default behavior of GNU make remains to invoke the shell with simply '-c'.
  However, any makefile specifying the .POSIX special target will follow the
  new POSIX standard and pass '-e' to the shell.  See also .SHELLFLAGS
  below.

* WARNING: Backward-incompatibility!
  The '$?' variable now contains all prerequisites that caused the target to
  be considered out of date, even if they do not exist (previously only
  existing targets were provided in $?).

* WARNING: Backward-incompatibility!
  As a result of parser enhancements, three backward-compatibility issues
  exist: first, a prerequisite containing an "=" cannot be escaped with a
  backslash any longer.  You must create a variable containing an "=" and
  use that variable in the prerequisite.  Second, variable names can no
  longer contain whitespace, unless you put the whitespace in a variable and
  use the variable.  Third, in previous versions of make it was sometimes
  not flagged as an error for explicit and pattern targets to appear in the
  same rule.  Now this is always reported as an error.

* WARNING: Backward-incompatibility!
  The pattern-specific variables and pattern rules are now applied in the
  shortest stem first order instead of the definition order (variables
  and rules with the same stem length are still applied in the definition
  order). This produces the usually-desired behavior where more specific
  patterns are preferred. To detect this feature search for 'shortest-stem'
  in the .FEATURES special variable.

* WARNING: Backward-incompatibility!
  The library search behavior has changed to be compatible with the standard
  linker behavior. Prior to this version for prerequisites specified using
  the -lfoo syntax make first searched for libfoo.so in the current
  directory, vpath directories, and system directories. If that didn't yield
  a match, make then searched for libfoo.a in these directories. Starting
  with this version make searches first for libfoo.so and then for libfoo.a
  in each of these directories in order.

* New command line option: --eval=STRING causes STRING to be evaluated as
  makefile syntax (akin to using the $(eval ...) function).  The evaluation
  is performed after all default rules and variables are defined, but before
  any makefiles are read.

* New special variable: .RECIPEPREFIX allows you to reset the recipe
  introduction character from the default (TAB) to something else.  The
  first character of this variable value is the new recipe introduction
  character.  If the variable is set to the empty string, TAB is used again.
  It can be set and reset at will; recipes will use the value active when
  they were first parsed.  To detect this feature check the value of
  $(.RECIPEPREFIX).

* New special variable: .SHELLFLAGS allows you to change the options passed
  to the shell when it invokes recipes.  By default the value will be "-c"
  (or "-ec" if .POSIX is set).

* New special target: .ONESHELL instructs make to invoke a single instance
  of the shell and provide it with the entire recipe, regardless of how many
  lines it contains.  As a special feature to allow more straightforward
  conversion of makefiles to use .ONESHELL, any recipe line control
  characters ('@', '+', or '-') will be removed from the second and
  subsequent recipe lines.  This happens _only_ if the SHELL value is deemed
  to be a standard POSIX-style shell.  If not, then no interior line control
  characters are removed (as they may be part of the scripting language used
  with the alternate SHELL).

* New variable modifier 'private': prefixing a variable assignment with the
  modifier 'private' suppresses inheritance of that variable by
  prerequisites.  This is most useful for target- and pattern-specific
  variables.

* New make directive: 'undefine' allows you to undefine a variable so that
  it appears as if it was never set. Both $(flavor) and $(origin) functions
  will return 'undefined' for such a variable. To detect this feature search
  for 'undefine' in the .FEATURES special variable.

* The parser for variable assignments has been enhanced to allow multiple
  modifiers ('export', 'override', 'private') on the same line as variables,
  including define/endef variables, and in any order.  Also, it is possible
  to create variables and targets named as these modifiers.

* The 'define' make directive now allows a variable assignment operator
  after the variable name, to allow for simple, conditional, or appending
  multi-line variable assignment.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Dec 2 19:50:38 2009 UTC (2 years, 5 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Switch to the bzip2 distfile, as requested in PR pkg/30553.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Apr 12 22:42:59 2008 UTC (4 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.69: +4 -4 lines
Diff to previous 1.69 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Oct 9 12:52:34 2006 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: 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
Changes since 1.68: +5 -4 lines
Diff to previous 1.68 (colored)

Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".

Revision 1.67.2.1 / (download) - annotate - [select for diffs], Sun Jul 9 20:09:32 2006 UTC (5 years, 10 months ago) by salo
Branch: pkgsrc-2006Q2
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) next main 1.68 (colored)

Pullup ticket 1729 - requested by joerg
build fix for gmake

Revisions pulled up:
- pkgsrc/devel/gmake/Makefile			1.68

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Thu Jul  6 12:45:50 UTC 2006

   Modified Files:
   	pkgsrc/devel/gmake: Makefile

   Log Message:
   Require msgfmt, when NLS is desired.

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jul 6 12:45:50 2006 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored)

Require msgfmt, when NLS is desired.

Revision 1.67 / (download) - annotate - [select for diffs], Thu Apr 13 18:27:24 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Changes since 1.66: +1 -2 lines
Diff to previous 1.66 (colored)

BROKEN_GETTEXT_DETECTION already defaults to "no".

Revision 1.66 / (download) - annotate - [select for diffs], Sun Apr 2 20:10:51 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.65: +4 -5 lines
Diff to previous 1.65 (colored)

Update to 3.81:

Version 3.81

* GNU make is ported to OS/2.

* GNU make is ported to MinGW.  The MinGW build is only supported by
  the build_w32.bat batch file; see the file README.W32 for more
  details.

* WARNING: Future backward-incompatibility!
  Up to and including this release, the '$?' variable does not contain
  any prerequisite that does not exist, even though that prerequisite
  might have caused the target to rebuild.  Starting with the _next_
  release of GNU make, '$?' will contain all prerequisites that caused
  the target to be considered out of date.  See this Savannah bug:
  http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=16051

* WARNING: Backward-incompatibility!
  GNU make now implements a generic "second expansion" feature on the
  prerequisites of both explicit and implicit (pattern) rules.  In order
  to enable this feature, the special target '.SECONDEXPANSION' must be
  defined before the first target which takes advantage of it.  If this
  feature is enabled then after all rules have been parsed the
  prerequisites are expanded again, this time with all the automatic
  variables in scope.  This means that in addition to using standard
  SysV $$@ in prerequisites lists, you can also use complex functions
  such as $$(notdir $$@) etc.  This behavior applies to implicit rules,
  as well, where the second expansion occurs when the rule is matched.
  However, this means that when '.SECONDEXPANSION' is enabled you must
  double-quote any "$" in your filenames; instead of "foo: boo$$bar" you
  now must write "foo: foo$$$$bar".  Note that the SysV $$@ etc. feature,
  which used to be available by default, is now ONLY available when the
  .SECONDEXPANSION target is defined.  If your makefiles take advantage
  of this SysV feature you will need to update them.

* WARNING: Backward-incompatibility!
  In order to comply with POSIX, the way in which GNU make processes
  backslash-newline sequences in command strings has changed.  If your
  makefiles use backslash-newline sequences inside of single-quoted
  strings in command scripts you will be impacted by this change.  See
  the GNU make manual subsection "Splitting Command Lines" (node
  "Splitting Lines"), in section "Command Syntax", chapter "Writing the
  Commands in Rules", for details.

* WARNING: Backward-incompatibility!
  Some previous versions of GNU make had a bug where "#" in a function
  invocation such as $(shell ...) was treated as a make comment.  A
  workaround was to escape these with backslashes.  This bug has been
  fixed: if your makefile uses "\#" in a function invocation the
  backslash is now preserved, so you'll need to remove it.

* New command-line option: -L (--check-symlink-times).  On systems that
  support symbolic links, if this option is given then GNU make will
  use the most recent modification time of any symbolic links that are
  used to resolve target files.  The default behavior remains as it
  always has: use the modification time of the actual target file only.

* The "else" conditional line can now be followed by any other valid
  conditional on the same line: this does not increase the depth of the
  conditional nesting, so only one "endif" is required to close the
  conditional.

* All pattern-specific variables that match a given target are now used
  (previously only the first match was used).

* Target-specific variables can be marked as exportable using the
  "export" keyword.

* In a recursive $(call ...) context, any extra arguments from the outer
  call are now masked in the context of the inner call.

* Implemented a solution for the "thundering herd" problem with "-j -l".
  This version of GNU make uses an algorithm suggested by Thomas Riedl
  <thomas.riedl@siemens.com> to track the number of jobs started in the
  last second and artificially adjust GNU make's view of the system's
  load average accordingly.

* New special variables available in this release:
   - .INCLUDE_DIRS: Expands to a list of directories that make searches
     for included makefiles.
   - .FEATURES: Contains a list of special features available in this
     version of GNU make.
   - .DEFAULT_GOAL: Set the name of the default goal make will
     use if no goals are provided on the command line.
   - MAKE_RESTARTS: If set, then this is the number of times this
     instance of make has been restarted (see "How Makefiles Are Remade"
     in the manual).
   - New automatic variable: $| (added in 3.80, actually): contains all
     the order-only prerequisites defined for the target.

* New functions available in this release:
   - $(lastword ...) returns the last word in the list.  This gives
     identical results as $(word $(words ...) ...), but is much faster.
   - $(abspath ...) returns the absolute path (all "." and ".."
     directories resolved, and any duplicate "/" characters removed) for
     each path provided.
   - $(realpath ...) returns the canonical pathname for each path
     provided.  The canonical pathname is the absolute pathname, with
     all symbolic links resolved as well.
   - $(info ...) prints its arguments to stdout.  No makefile name or
     line number info, etc. is printed.
   - $(flavor ...) returns the flavor of a variable.
   - $(or ...) provides a short-circuiting OR conditional: each argument
     is expanded.  The first true (non-empty) argument is returned; no
     further arguments are expanded.  Expands to empty if there are no
     true arguments.
   - $(and ...) provides a short-circuiting AND conditional: each
     argument is expanded.  The first false (empty) argument is
     returned; no further arguments are expanded.  Expands to the last
     argument if all arguments are true.

* Changes made for POSIX compatibility:
   - Only touch targets (under -t) if they have at least one command.
   - Setting the SHELL make variable does NOT change the value of the
     SHELL environment variable given to programs invoked by make.  As
     an enhancement to POSIX, if you export the make variable SHELL then
     it will be set in the environment, just as before.

* On MS Windows systems, explicitly setting SHELL to a pathname ending
  in "cmd" or "cmd.exe" (case-insensitive) will force GNU make to use
  the DOS command interpreter in batch mode even if a UNIX-like shell
  could be found on the system.

* On VMS there is now support for case-sensitive filesystems such as ODS5.
  See the readme.vms file for information.

* Parallel builds (-jN) no longer require a working Bourne shell on
  Windows platforms.  They work even with the stock Windows shells, such
  as cmd.exe and command.com.

* Updated to autoconf 2.59, automake 1.9.5, and gettext 0.14.1.  Users
  should not be impacted.

* New translations for Swedish, Chinese (simplified), Ukrainian,
  Belarusian, Finnish, Kinyarwandan, and Irish.  Many updated
  translations.

A complete list of bugs fixed in this version is available here:

  http://savannah.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=103

Revision 1.65 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:43 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

* Honor PKGINFODIR.
* List the info files directly in the PLIST.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:15 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:43 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.62 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:06 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.61 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:04 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.60 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:24 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.59: +1 -2 lines
Diff to previous 1.59 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Nov 21 02:43:36 2004 UTC (7 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.58: +4 -3 lines
Diff to previous 1.58 (colored)

gettext detection works properly for this package, so set
BROKEN_GETTEXT_DETECTION to "no".

Revision 1.58 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:28 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Mar 31 05:19:46 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored)

Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved
from the environment.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 25 23:31:22 2004 UTC (8 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.55: +17 -6 lines
Diff to previous 1.55 (colored)

Allow building a gmake without a dependency on gettext, libiconv,
libtool, etc. if GMAKE_LOCALE=no.  This allows "bootstrapping" lang/gcc
or lang/gcc3-c more automatically.  Bump the PKGREVISION.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Feb 9 12:38:08 2004 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.54: +1 -5 lines
Diff to previous 1.54 (colored)

Let's just use the .tar.gz again.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Feb 9 12:34:08 2004 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.53: +4 -1 lines
Diff to previous 1.53 (colored)

Add a comment about when to remove the EXTRACT_SUFX line.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Feb 8 00:01:35 2004 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

Use bz2 tarball; suggested by Michal Pasternak in PR 24351.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jan 5 11:18:13 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.51: +5 -3 lines
Diff to previous 1.51 (colored)

bl3ify

Revision 1.51 / (download) - annotate - [select for diffs], Sat Aug 9 10:44:42 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.50: +1 -2 lines
Diff to previous 1.50 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jul 17 21:30:46 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.49 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:11 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

PKGREVISION bump for libiconv update.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Jul 12 13:17:56 2003 UTC (8 years, 10 months ago) by dillo
Branch: MAIN
Changes since 1.47: +6 -9 lines
Diff to previous 1.47 (colored)

use TEST_TARGET instead of custom test target

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jul 10 22:40:31 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.46: +1 -2 lines
Diff to previous 1.46 (colored)

Also provide a patch file for make.info and not only
on make.texi so makeinfo is not required to build this package.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jun 23 11:01:39 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.45: +4 -3 lines
Diff to previous 1.45 (colored)

Convert to USE_NEW_TEXINFO.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:46 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Apr 22 20:25:10 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Use ${LN} -sf to create symlinks.
Closes PR 21263 by Jeremy C. Reed.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Feb 21 12:40:54 2003 UTC (9 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.42: +1 -6 lines
Diff to previous 1.42 (colored)

add some patches from FreeBSD Ports, and tidy up patching of
make.texi.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 23 20:30:43 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.41: +24 -7 lines
Diff to previous 1.41 (colored)

Honor GNU_PROGRAM_PREFIX. Install 'gmake' link in any case for pkgsrc use.
Bump PKGREVISION to 1.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Dec 2 22:14:54 2002 UTC (9 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.40: +1 -2 lines
Diff to previous 1.40 (colored)

The gettext fix has migrated to gettext-lib/buildlink2.mk.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Dec 2 02:14:33 2002 UTC (9 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.39: +1 -3 lines
Diff to previous 1.39 (colored)

Remove unused MAKE_ENV+= and CONFIGURE_ENV+= (hi grant!).

Revision 1.39 / (download) - annotate - [select for diffs], Sat Nov 30 14:08:30 2002 UTC (9 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

USE_PKGLOCALEDIR.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 28 16:56:14 2002 UTC (9 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

fix the "trying to pull in libiconv" issue in a cleaner way:
add --with-libintl-prefix=XXX to configure args
(this could perhaps go into gettext-lib/buildlink2.mk, but there
could be "configure" incarnations not built from the "official" aclocal
file which don't digest it)

Revision 1.37 / (download) - annotate - [select for diffs], Thu Nov 28 10:04:36 2002 UTC (9 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Remove accidently committed "--without-libiconv-prefix" from configuration
arguments.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Nov 28 09:43:41 2002 UTC (9 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (colored)

Include "libconv" buildlink2 glue code to fix a build problem.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 20 16:45:05 2002 UTC (9 years, 7 months ago) by seb
Branch: MAIN
Changes since 1.34: +1 -9 lines
Diff to previous 1.34 (colored)

Gmake's configure does not support anymore --disable-nsec-timestamps.
So remove it and associated variable.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 16 22:08:58 2002 UTC (9 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored)

GNU make 3.8.0 doesn't really need GNU gettext.  Rely on latest
gettext-lib/buildlink2.mk to convince the configure script that the system
libintl really is okay.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 16 10:09:56 2002 UTC (9 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored)

Enforce use of the "gettext-lib" package because the latest GNUmake
won't accept NetBSD's "intl" library.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 16 00:21:21 2002 UTC (9 years, 7 months ago) by dmcmahill
Branch: MAIN
Changes since 1.31: +14 -6 lines
Diff to previous 1.31 (colored)

update to gmake-3.80

Changes since 3.79.1 are:

Version 3.80

* A new feature exists: order-only prerequisites.  These prerequisites
  affect the order in which targets are built, but they do not impact
  the rebuild/no-rebuild decision of their dependents.  That is to say,
  they allow you to require target B be built before target A, without
  requiring that target A will always be rebuilt if target B is updated.
  Patch for this feature provided by Greg McGary <greg@mcgary.org>.

* For compatibility with SysV make, GNU make now supports the peculiar
  syntax $$@, $$(@D), and $$(@F) in the prerequisites list of a rule.
  This syntax is only valid within explicit and static pattern rules: it
  cannot be used in implicit (suffix or pattern) rules.  Edouard G. Parmelan
  <egp@free.fr> provided a patch implementing this feature; however, I
  decided to implement it in a different way.

* The argument to the "ifdef" conditional is now expanded before it's
  tested, so it can be a constructed variable name.

  Similarly, the arguments to "export" (when not used in a variable
  definition context) and "unexport" are also now expanded.

* A new function is defined: $(value ...).  The argument to this
  function is the _name_ of a variable.  The result of the function is
  the value of the variable, without having been expanded.

* A new function is defined: $(eval ...).  The arguments to this
  function should expand to makefile commands, which will then be
  evaluated as if they had appeared in the makefile.  In combination
  with define/endef multiline variable definitions this is an extremely
  powerful capability.  The $(value ...) function is also sometimes
  useful here.

* A new built-in variable is defined, $(MAKEFILE_LIST).  It contains a
  list of each makefile GNU make has read, or started to read, in the
  order in which they were encountered.  So, the last filename in the
  list when a makefile is just being read (before any includes) is the
  name of the current makefile.

* A new built-in variable is defined: $(.VARIABLES).  When it is
  expanded it returns a complete list of variable names defined by all
  makefiles at that moment.

* A new command-line option is defined, -B or --always-make.  If
  specified GNU make will consider all targets out-of-date even if they
  would otherwise not be.

* The arguments to $(call ...) functions were being stored in $1, $2,
  etc. as recursive variables, even though they are fully expanded
  before assignment.  This means that escaped dollar signs ($$ etc.)
  were not behaving properly.  Now the arguments are stored as simple
  variables.  This may mean that if you added extra escaping to your
  $(call ...) function arguments you will need to undo it now.

* The variable invoked by $(call ...) can now be recursive: unlike other
  variables it can reference itself and this will not produce an error
  when it is used as the first argument to $(call ...) (but only then).

* New pseudo-target .LOW_RESOLUTION_TIME, superseding the configure
  option --disable-nsec-timestamps.  You might need this if your build
  process depends on tools like "cp -p" preserving time stamps, since
  "cp -p" (right now) doesn't preserve the subsecond portion of a time
  stamp.

* Updated translations for French, Galician, German, Japanese, Korean,
  and Russian.  New translations for Croatian, Danish, Hebrew, and
  Turkish.

* Updated internationalization support to Gettext 0.11.5.
  GNU make now uses Gettext's "external" feature, and does not include
  any internationalization code itself.  Configure will search your
  system for an existing implementation of GNU Gettext (only GNU Gettext
  is acceptable) and use it if it exists.  If not, NLS will be disabled.
  See ABOUT-NLS for more information.

* Updated to autoconf 2.54 and automake 1.7.  Users should not be impacted.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Aug 25 21:49:40 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.

Revision 1.29.2.3 / (download) - annotate - [select for diffs], Sun Aug 25 21:20:02 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.29.2.2: +10 -1 lines
Diff to previous 1.29.2.2 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Merge changes in the main trunk into the buildlink2 branch for those
packages that have been converted to USE_BUILDLINK2.

Revision 1.29.8.1 / (download) - annotate - [select for diffs], Tue Aug 20 12:49:43 2002 UTC (9 years, 9 months ago) by agc
Branch: netbsd-1-6
Changes since 1.29: +10 -1 lines
Diff to previous 1.29 (colored) next main 1.30 (colored)

Pullup version 1.30 of devel/gmake/Makefile, and version 1.82 of
mk/bsd.pkg.defaults.mk onto the pkgsrc 1.6 branch.

Requested by Stoned Elipot.

(This is a no-op on NetBSD, BTW).

> From: Stoned Elipot <seb@netbsd.org>
> Date: Mon, 19 Aug 2002 21:39:17 +0300 (EEST)
>
> Module Name:    pkgsrc
> Committed By:   seb
> Date:           Mon Aug 19 18:39:16 UTC 2002
>
> Modified Files:
>         pkgsrc/devel/gmake: Makefile
>         pkgsrc/mk: bsd.pkg.defaults.mk
>
> Log Message:
> Now by default the support of micro- and nano-second timestamp values provided
> by stat(2) is disabled: it causes grief even for package building.
>
> This is adjustable by the GMAKE_NSEC_TIMESTAMPS variable.
>
> Bump PKGREVISION.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Aug 19 18:39:16 2002 UTC (9 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.29: +10 -1 lines
Diff to previous 1.29 (colored)

Now by default the support of micro- and nano-second timestamp values provided
by stat(2) is disabled: it causes grief even for package building.

This is adjustable by the GMAKE_NSEC_TIMESTAMPS variable.

Bump PKGREVISION.

Revision 1.29.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:05:07 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.29.2.1: +2 -2 lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored)

Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:09:03 2002 UTC (10 years ago) by jlam
Branch: buildlink2
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

First pass at conversion of various packages to use the buildlink2
framework.  Add many buildlink2.mk files to add to the framework.  Please
see buildlink2.txt for more details.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:11 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-5-PATCH003
Branch point for: netbsd-1-6, buildlink2
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (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.28 / (download) - annotate - [select for diffs], Sat Jul 14 03:22:08 2001 UTC (10 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.27: +3 -4 lines
Diff to previous 1.27 (colored)

Mark as USE_BUILDLINK_ONLY and move inclusion of buildlink.mk file to
the end of the Makefile.  Remove the commented-out USE_LIBINTL.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jul 14 03:21:17 2001 UTC (10 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.26: +7 -8 lines
Diff to previous 1.26 (colored)

Whitespace changes only.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 18 10:06:45 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.25: +4 -2 lines
Diff to previous 1.25 (colored)

Convert to use buildlink.mk files.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 19 16:24:53 2001 UTC (11 years, 2 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

add missing USE_LIBINTL

Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 27 08:48:14 2001 UTC (11 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.23: +7 -4 lines
Diff to previous 1.23 (colored)

Install locale files to "${PKGLOCALEDIR}/locale" instead of hard coding
the path to "share/locale".

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:27 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 25 20:00:44 2000 UTC (11 years, 11 months ago) by deberg
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

update to gmake 3.79.1

* .SECONDARY with no prerequisites now prevents any target from being
  removed because make thinks it's an intermediate file, not just those
  listed in the makefile.

* New configure option --disable-nsec-timestamps will keep make from
  using sub-second timestamps on systems which support it.  If your
  build process depends on proper timestamp-preserving behavior of tools
  like "cp -p" you might need this option, since "cp -p" (right now)
  doesn't preserve the sub-second portion of the timestamp.

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 26 14:28:16 2000 UTC (12 years ago) by hubertf
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Version 3.79

* GNU make optionally supports internationalization and locales via the
  GNU gettext (or local gettext if suitable) package.  See the ABOUT-NLS
  file for more information on configuring GNU make for NLS.

* Previously, GNU make quoted variables such as MAKEFLAGS and
  MAKEOVERRIDES for proper parsing by the shell.  This allowed them to
  be used within make build scripts.  However, using them there is not
  proper behavior: they are meant to be passed to subshells via the
  environment.  Unfortunately the values were not quoted properly to be
  passed through the environment.  This meant that make didn't properly
  pass some types of command line values to submakes.

  With this version we change that behavior: now these variables are
  quoted properly for passing through the environment, which is the
  correct way to do it.  If you previously used these variables
  explicitly within a make rule you may need to re-examine your use for
  correctness given this change.

* A new psuedo-target .NOTPARALLEL is available.  If defined, the
  current makefile is run serially regardless of the value of -j.
  However, submakes are still eligible for parallel execution.

* The --debug option has changed: it now allows optional flags
  controlling the amount and type of debugging output.  By default only
  a minimal amount information is generated, displaying the names of
  "normal" targets (not makefiles) were deemed out of date and in need
  of being rebuilt.

  Note that the -d option behaves as before: it takes no arguments and
  all debugging information is generated.

* The `-p' (print database) output now includes filename and linenumber
  information for variable definitions, to help debugging.

* The wordlist function no longer reverses its arguments if the "start"
  value is greater than the "end" value.  If that's true, nothing is
  returned.

* Hartmut Becker provided many updates for the VMS port of GNU make.
  See the readme.vms file for more details.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 21 19:50:01 1999 UTC (12 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Update "gmake" package to version 3.78.1. This version fixes numerous
bugs discovered in version 3.77 and later.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 11 13:29:59 1999 UTC (12 years, 6 months ago) by fredb
Branch: MAIN
Changes since 1.18: +9 -4 lines
Diff to previous 1.18 (colored)

Fix for `patch -F0' by eliminating patches
- - use --program-prefix="g" for make -> gmake
- - use '${SED}' to fix @dircategory

Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 14 21:39:02 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Remove unnecessary slash from master site list.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 6 09:04:23 1999 UTC (13 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Updated master site list to handle the gnu ftp reorganization.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:27 1999 UTC (13 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

Fix CONFLICTS (remove redundancy, mostly)

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:47 1998 UTC (13 years, 9 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 2 19:30:51 1998 UTC (13 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Fix typo.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 1 16:58:57 1998 UTC (13 years, 9 months ago) by frueauf
Branch: MAIN
Changes since 1.12: +4 -5 lines
Diff to previous 1.12 (colored)

Update to gmake-3.77.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 22 13:51:34 1998 UTC (13 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Miscellaneous cleanups after the automatic manual page handling changes.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 22 11:27:49 1998 UTC (13 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 17 09:37:23 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.9: +2 -6 lines
Diff to previous 1.9 (colored)

Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:20 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.8: +2 -7 lines
Diff to previous 1.8 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 30 20:47:23 1998 UTC (14 years, 3 months ago) by frueauf
Branch: MAIN
Changes since 1.7: +6 -8 lines
Diff to previous 1.7 (colored)

upgrade GNU make to 3.76.1

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 25 00:45:58 1998 UTC (14 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Define OPSYS before using it; reported by Thorsten Frueauf

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 24 04:04:00 1998 UTC (14 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.5: +7 -5 lines
Diff to previous 1.5 (colored)

portlint: fix RCS Id, move MAINTAINER

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 13 14:37:45 1997 UTC (14 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Do not depend on "install-info", but on "${PREFIX}/bin/install-info",
to make sure we do have ${PREFIX}/info/dir (which comes with out
gtexinfo).

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 9 09:20:43 1997 UTC (14 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.3: +5 -7 lines
Diff to previous 1.3 (colored)

Add a (build) dependency on gtexinfo for NetBSD.

Remove previous OS-dependent hack whereby we had no info files on NetBSD.
Install the gmake info files by default.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 7 13:01:56 1997 UTC (14 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Fix a typo when setting OPSYS with uname -s.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 6 14:31:01 1997 UTC (14 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.1: +9 -0 lines
Diff to previous 1.1 (colored)

Add NetBSD RCS Ids.

Use uname -s to work out the Operating System.
FreeBSD has install-info and /usr/share/info/dir by default.
NetBSD doesn't, so, for now, don't try to do this on NetBSD.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 6 14:06:11 1997 UTC (14 years, 7 months ago) by agc
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-10-05
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of FreeBSD devel ports into NetBSD
packages system.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 6 14:06:11 1997 UTC (14 years, 7 months ago) by agc
Branch: MAIN

Initial revision

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>