summaryrefslogtreecommitdiff
path: root/math/p5-Math-Pari
AgeCommit message (Collapse)AuthorFilesLines
2007-06-20Instead of running make configure in math/pari, just extrcat the tarballjoerg2-15/+10
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@
2007-01-05This build process is just plain evil. In any case, don't throw away atv1-2/+2
failure code with ';' in a chain of shell commands; use '&&' instead.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-14Removed unnecessary comment. TEST_TARGET=test is the default for Perlheinz1-2/+1
modules.
2006-02-14Updated to version 2.010703.heinz4-352/+23
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
2006-01-11Use better hack as suggested by jlam: query pari for its WRKSRC and usejoerg1-6/+8
that.
2006-01-11Adjust horrible, cludgy hack to not break when WRKDIR is outside thejoerg1-2/+2
pkgsrc tree.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-12-03Add DragonFly.joerg2-3/+12
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-02One PKGREVISION occurrence is enoughseb1-3/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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.
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-5/+5
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.
2004-04-27Convert to buildlink3.snj1-2/+2
2004-03-22Scalars in perl are preceded by a `$'.wiz2-10/+10
perl-5.8.3 correctly complains if it is not so. Fix patch-ab so that this package builds with perl-5.8.3 too.
2004-02-22Update to 2.010501 (in line with math/pari 2.1.5)heinz4-46/+41
Changes since 2.001804: Too many to list here, see file "Changes".
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-07Allow this to work with latest pari.jtb3-4/+41
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-5/+3
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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".]
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-5/+5
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
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.
2001-10-16 * use PKGSRCDIR to get to pkgsrc/math/pari if you want to build something!hubertf1-4/+7
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?
2001-10-03more strict wildcard usage on dependshubertf1-3/+3
2001-10-02 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr5-0/+368