NetBSD.se

CVS log for pkgsrc/math/p5-Math-Pari/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / math / p5-Math-Pari

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Aug 6 20:49:25 2011 UTC (9 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +11 -18 lines
Changes 2.01080605:
* p5p in its infinite wisdom removed (automatically generated) defines for
  PERL_POLLUTE... Now every extension needs to add them back by hand...

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:35:12 2010 UTC (21 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Mar 24 19:43:27 2010 UTC (2 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
Recursive revision bump for GMP update.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Mar 10 09:24:52 2010 UTC (2 years, 2 months ago) by sno
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4 lines
Updating math/p5-Math-Pari from 2.010806.03 to 2.010806.04

pkgsrc changes:
- Adjust patch which allows to use math/pari

Upstream changes:
2.01080604
  Add (missing in 2.1.*) declaration for pari_init().
  Minor miscount in docs.
  Math::PariBuild: detecting `patch --binary' missed -p1; same for inc_h.diff
  Work around bug in XSUB.h (at least up to 5.11.2) with puts.
  Get GPDATADIR from gp, if present.
  Make self-documentation for switching to 2.3.* more explicit.
  kmx patch for mingw 32-bit Win-build:
	include windows.h (early!) in Pari.xs and highlvl.c
	enable assembler for this build
  x86_64 assembler detection after 2.2.7; thanks to Alexander Haeckel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Feb 12 18:19:40 2010 UTC (2 years, 3 months ago) by sno
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2 lines
Bumping revision to force rebuild after missing declaration has been fixed
in math/pari.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Feb 6 10:52:37 2010 UTC (2 years, 3 months ago) by sno
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +22 -12 lines
Updating math/p5-Math-Pari from 2.010801nb2 to 2.010806.03

pkgsrc changes:
- Avoid private compile of pari-library, use pkgsrc provided instead
- Add license definition
- Disabled support for plotting from perl (missing upstream support)

Upstream changes:
2.01080601+
  Add 5.005-new keywords to Makefile.PL.
  Consistently put space after -I in C include paths (needed???).
  Nicer output when debugging faulty LWP and Net::FTP.
  Make test engine look in */32/* directory too on 64-bit builds.
  Remove POD ornaments to make ABSTRACT_FROM work.

2.01080601++
  Reword warning about slow intnum: only 75% longer than on PARI/GP.
	(overhead of the internal sub call in subtest 30 looks like 10x
	 overhead of an empty subroutine call).
  New advice that upgrade to 2.3.* may fix `overflow' and `highremainder'.
  Exchange order of initialization of PARI and of `functions_highlevel'
	with >= 2.3.0; allows installation of highlevel functions
	(in particular, install() and PostScript printing).
  New function have_graphics() (not exported).
  The test engine takes into account have_graphics().

2.01080602
  If AUTOMATED_TESTING, delete (bogus?) environment variable DISPLAY.
  If AUTOMATED_TESTING, report results of failing tests on STDERR.
  Make test suite report rough run times for successful subtests.

2.01080603
  Fix misprint and change die() to warn() on failure of $ftp->quit...
  Add some void's in Pari.xs.
  UNDONE (wrong): Protect init_graph() by NO_GRAPHICS_PARI (in restart code);
    include rect.h instead...
  sv2pari(),sv2parimat(): a stupid compiler might guess we don't return value...
  when patching, use && instead of ; in the shell command
  New function Math::PariBuild::patch_args()
  Math::PariBuild::patch_pari() supports option --binary, \ as directory
   separator in command processor.
  Make uname parser recognize i686-pc as ix86.
  Generator of function descriptors could try to regenerate existing file.
  nok_print() in Testout.pm was defined too late.

Revision 1.34.4.1: download - view: text, markup, annotated - select for diffs
Wed Aug 19 09:12:31 2009 UTC (2 years, 9 months ago) by tron
Branches: pkgsrc-2009Q2
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +2 -2 lines
Pullup ticket #2868 - requested by he
p5-Math-Pari: build fix

Revisions pulled up:
- math/p5-Math-Pari/Makefile			1.35
- math/p5-Math-Pari/distinfo			1.14
- math/p5-Math-Pari/patches/patch-ab		1.7
---
Module Name:	pkgsrc
Committed By:	he
Date:		Sun Aug 16 13:33:07 UTC 2009

Modified Files:
	pkgsrc/math/p5-Math-Pari: Makefile distinfo
	pkgsrc/math/p5-Math-Pari/patches: patch-ab

Log Message:
Update from version 2.010801nb1 to 2.010801nb2.

Pkgsrc changes:
 o Re-do patch-ab so that this package actually builds on hosts other
   than arm and i386. ('eq' instead of '=' is the bug...)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Aug 16 13:33:07 2009 UTC (2 years, 9 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update from version 2.010801nb1 to 2.010801nb2.

Pkgsrc changes:
 o Re-do patch-ab so that this package actually builds on hosts other
   than arm and i386. ('eq' instead of '=' is the bug...)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Mar 5 23:12:51 2009 UTC (3 years, 2 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Branch point for: pkgsrc-2009Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
Fix shared library loading on Darwin.
Bump PKGREVISION to 1.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Feb 22 13:11:39 2009 UTC (3 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
Update from version 2.010800nb1 to 2.010801.

Pkgsrc changes:
 o Re-do patch-ab so that the tests and adaptations for the various
   NetBSD archs don't sit inside "if ($os eq 'sunos')" (!).

Upstream changes:

2.010801:
  build_paricfg() takes a version argument
  write_paricfg(): likewise.
  Emit paricfg.h which supports GP/PARI v2.3.4.
  Remove the section on CPAN mirroring from README.
  INSTALL: Explain how to google when server is down.
  Skip another subtest in ploth.t.
  Fix treatment of -oo in tests.  Still fails, but now with
     not ok 12 # in='intmellininvshort(2,4,$tab)-$A'
     #    out='-3.364954880E-97+9.90717831E-100*I', type='Math::Pari'
     # pari==='-3.072350108 E-97 + 9.90717831 E-100*I'
     # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I'
  Consider `intfuncinit' as requiring "unsane" precision of limits
	(bug in GP/PARI???).  Now all tests pass???

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:18:21 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jul 29 12:37:50 2008 UTC (3 years, 9 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update from version 2.010709 to 2.010800.  Changes:

2.010800:
	Test suite was sub()ifying argument to sumnuminit().
	Test suite would not correctly sub()ify intnum() if limits had "()".
	Test suite calculated Pi Euler too early; Now only these fail
    t/55_intnum.t               51    1   1.96%  12
    t/55_ploth.t                34    1   2.94%  4

  # eval-noans: $oo=[  PARI(1) ];
  # eval-noans: setprecision(96)
  # eval-noans: $tab=intfuncinit($t,[-$oo,4.5],[$oo,4.5], sub{gamma(2+ I*$t)**3},1);
  # eval: intmellininvshort(2,4,$tab)-$A
  not ok 12 # in='intmellininvshort(2,4,$tab)-$A'
  #    out='-0.00162288630645762090148373314245888997812239836220952087633884330352714288074453852820714919691012-6.88133524E-101*I', type='Math::Pari'
  # pari==='-3.072350108 E-97 + 9.90717831 E-100*I'
  # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I'

	Why this succeeds?
  # eval: intnum($x,-1,1, sub{intnum($y,-sqrt(1-$x**2),sqrt(1-$x**2),$x**2+$y**2,$tab)},$tab)- Pi/2
	Actually, $x**2+$y**2 is converted to a string as in '0.09+y^2',
	 which is interpreted by GP/PARI.
	Add warnings to the test suite for detection of #@_
	 in Perl-in-PARI-in-Perl calls.
	Attempt to support v5.10 (based on code contributed by ???)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 12 02:14:36 2008 UTC (3 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
Add DESTDIR support.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Feb 9 22:39:50 2008 UTC (4 years, 3 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to 2.010709
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p.  (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Nov 22 09:25:45 2007 UTC (4 years, 6 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
Add USE_TOOLS+=perl to fix build

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jun 20 15:52:35 2007 UTC (4 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -14 lines
Instead of running make configure in math/pari, just extrcat the tarball
directly. It seems to be enough as the package rebuilds most of pari
anyway. This fixes the bulk build issues and the ordering issues seen
before. Add commented out SITES variable, as the master site for pari
doesn't have the old version any longer.

OK during freeze: wiz@

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 5 13:41:21 2007 UTC (5 years, 4 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
This build process is just plain evil.  In any case, don't throw away a
failure code with ';' in a chain of shell commands; use '&&' instead.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:30:06 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
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.24: download - view: text, markup, annotated - select for diffs
Tue Feb 14 23:03:25 2006 UTC (6 years, 3 months ago) by heinz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
Removed unnecessary comment. TEST_TARGET=test is the default for Perl
modules.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 14 22:52:15 2006 UTC (6 years, 3 months ago) by heinz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
Updated to version 2.010703.

This update fixes various segmentation faults during "make test" (using
pari 2.1.6).

Pkgsrc changes:
  - Removed files/Makefile.PL (not used anymore).

Relevant changes since version 2.010501:
========================================
  - various 64-bit fixes
  - extensive update ot test suite

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jan 11 21:24:09 2006 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -6 lines
Use better hack as suggested by jlam: query pari for its WRKSRC and use
that.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jan 11 19:36:59 2006 UTC (6 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Adjust horrible, cludgy hack to not break when WRKDIR is outside the
pkgsrc tree.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:37 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
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.19: download - view: text, markup, annotated - select for diffs
Sat Aug 6 06:19:23 2005 UTC (6 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 13 18:01:33 2005 UTC (6 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 2 14:26:53 2005 UTC (7 years ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
One PKGREVISION occurrence is enough

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Dec 20 11:31:05 2004 UTC (7 years, 5 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 7 02:01:38 2004 UTC (7 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5 lines
* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,
  as it's only used internally by bsd.prefs.mk.

* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
  Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
  than the old method of stripping off the last two components of
  ${.CURDIR}.  PKGSRCDIR may now be used after bsd.prefs.mk is defined.

* Change all references to _PKGSRCDIR to PKGSRCDIR.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 27 21:26:08 2004 UTC (8 years ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Convert to buildlink3.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 22 22:04:54 2004 UTC (8 years, 3 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -7 lines
Update to 2.010501 (in line with math/pari 2.1.5)

Changes since 2.001804:

Too many to list here, see file "Changes".

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:57:14 2003 UTC (8 years, 10 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
COMMENT should start with a capital letter.

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jul 7 22:07:44 2003 UTC (8 years, 10 months ago) by jtb
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
Allow this to work with latest pari.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:18:26 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
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.7: download - view: text, markup, annotated - select for diffs
Sun Oct 27 21:20:37 2002 UTC (9 years, 6 months ago) by seb
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -5 lines
Use buildlink2. Use perl5/module.mk.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:37:24 2002 UTC (10 years, 2 months ago) by fredb
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 15 20:25:37 2001 UTC (10 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 18 15:20:28 2001 UTC (10 years, 7 months ago) by veego
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 16 00:44:25 2001 UTC (10 years, 7 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -4 lines
 * use PKGSRCDIR to get to pkgsrc/math/pari if you want to build something!
   when WRKOBJDIR is set, BUILD_ROOT points somewhere into the obj dir
 * clean up litter in pre-clean

XXX is there a good reason we don't support a post-clean?

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 3 02:41:41 2001 UTC (10 years, 7 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
more strict wildcard usage on depends

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 2 01:34:14 2001 UTC (10 years, 7 months ago) by mcr
Branches: MAIN
	pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP

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

NetBSD-CVSweb <admin[at]NetBSD[dot]se>