summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Remove Configure hints for the old AT&T 3b1.Andy Dougherty2013-09-062-103/+0
| | | | I am unaware of any successful builds since the 5.005 era.
* Remove references to GNU DLD from Configure and config.sh scripts.Nicholas Clark2013-09-051-1/+1
| | | | | Specifically eliminated i_dld, a variable indicating that <dld.h> should be included, and remove dld from the list of wanted libraries.
* Move the thrice-repeated "64bitint is buggy?" test from hints to Configure.Nicholas Clark2013-08-283-177/+0
| | | | | | | | | | OpenBSD and its two* forks each have the same "is 64 bit int support buggy?" test code as a callback unit duplicated in their hints files. As the code is portable C, there seems to be no harm in moving it to Configure, and running the test on all platforms. This reduces code duplication, and will reduce it further if another OpenBSD fork appears. * This week.
* Tweak the perl build someOwain G. Ainsworth2013-08-221-47/+2
| | | | | | | | | | Fix the cross makefile. makefile.SH treat us like openbsd. hints/bitrig.sh: remove all version number detection goop. this is for openbsd versions that are currently *higher* then the bitrig version number, so avoid foot shooting by throwing it out. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Add support for Bitrig BSDMarco Peereboom2013-08-221-0/+209
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Bump version for 5.19.4Steve Hay2013-08-201-2/+2
|
* Fix missing single quote in a sed in hints/aix.shPeter Martini2013-07-221-1/+1
|
* bump version to v5.19.3Aristotle Pagaltzis2013-07-221-2/+2
|
* Fix MidnightBSD hints file for 0.4-RELEASEChris 'BinGOs' Williams2013-07-071-6/+6
| | | | | | | | | | 0.4 has no /usr/bin/objformat, so the hints file was falling through to configure for aout with fatal consequences. Confirmed that the objformat in 0.3 warns that it is deprecated. Have switched around the logic of the checks so that it will always configure for elf, using aout is explicitly detected.
* bump version to v5.19.2David Golden2013-06-201-2/+2
|
* Interix seems to have multi-arch so ask gcc where stuff isChris 'BinGOs' Williams2013-06-041-0/+10
|
* Remove DG/UX support.Nicholas Clark2013-05-271-237/+0
| | | | | DG/UX was a Unix sold by Data General. The last release was in April 2001. It only runs on Data General's own hardware.
* bump version to 5.19.1Ricardo Signes2013-05-201-2/+2
|
* bump version to 5.19.0Ricardo Signes2013-05-182-10/+10
|
* [perl #66604] 64bit compilation Problem on Solaris x86_64Andy Dougherty2013-05-101-2/+12
| | | | hints changes
* Bump version to 5.18.0-RC0Ricardo Signes2013-05-072-10/+10
| | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h
* Bump the perl version in various places for 5.17.12Ricardo Signes2013-04-201-2/+2
| | | | ...even though it should not get released
* Bump version to5.17.11Max Maischein2013-03-221-2/+2
|
* Update VOS hints file to use dynamic linking and 64-bit stream filesPaul Green2013-03-191-22/+34
|
* Bump to v5.17.10Chris 'BinGOs' Williams2013-02-201-2/+2
|
* [perl #116785] libc_r was removed from recent versions of MidnightBSD and ↵Lucas Holt2013-02-171-6/+2
| | | | | | | | older versions work better with -pthread This corrects build errors with threading enabled on MidnightBSD 0.4-CURRENT Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Bump the Perl version in various places for 5.17.9Aaron Crane2013-01-201-2/+2
|
* Remove the Rhapsody port.Nicholas Clark2013-01-161-138/+0
| | | | | | | Rhapsody was an Apple OS that later evolved into Darwin and Mac OS X. It was initially only released to developers, but later became Mac OS X Server, with releases in 1999 and 2000. It was obsoleted by Mac OS X 10.0, released in March 2001.
* Don't usenm on haikuTony Cook2013-01-031-0/+7
| | | | | | | | | | | | | | | | | | | This cam up from building perl with nm enabled and make test_harness croaking with the complaint that times wasn't implemented. nm /system/lib/libroot.so | grep times produces: 00095540 T __times 00095460 T __times_beos 0009b690 t itimerspec_to_bigtimes__FRC10itimerspecRxT1 00095540 T times@@LIBROOT_1_ALPHA4 00095460 T times@LIBROOT_BASE 000981c8 t timesub 000958b4 T utimes of which the two times@... entries appear to be version symbols. The system perl on Haiku-OS alpha4.1 is built with -Uusenm
* fix g++ and nmDavid Mitchell2012-12-301-10/+0
| | | | | | | | Under some versions of linux, Configure wouldn't work with g++ due to the forcing of using nm in hints/linux.sh. This forcing is apparently no longer necessary, so just remove it. See this thread for more details: <20121204151925.GO1900@iabyn.com>
* Bump the perl version in various places for 5.17.8Dave Rolsky2012-12-181-2/+2
|
* Remove the BeOS port.Nicholas Clark2012-12-141-82/+0
| | | | | | | | | BeOS was an operating system for personal computers developed by Be Inc, initially for their BeBox hardware. The OS Haiku was written as an open source replacement/continuation for BeOS, and its perl port is current and actively maintained. The BeOS port has not been updated since 2004.
* bump version to 5.17.7Ricardo Signes2012-11-201-2/+2
|
* Bump the version to 5.17.6Florian Ragwitz2012-10-191-2/+2
|
* Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.Niko Tyni2012-10-172-6/+0
| | | | | | | | | | | | | | hints/gnukfreebsd.sh and hints/gnuknetbsd.sh unconditionally override Configure's values for ccdlflags and lddlflags, even though the default Configure guesses should be correct for those systems. Configure was altered in commit fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc (Perforce change 23909) to get the correct values, but later commit 46c947e8b9def6de34ac831834a3c290ab266515 (Perforce change 24017) included these now-outdated hints file changes as part of importing a larger set of patches from Debian. This patch removes the unnecessary overrides. Thanks to Niko Tyni for digging up the history and supplying the hints/gnukfreebsd.sh patch.
* Remove the MPE/iX port.Nicholas Clark2012-09-211-136/+0
| | | | | MPE/iX was a business-oriented minicomputer operating system made by Hewlett-Packard. Support from HP terminated at the end of 2010.
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-191-2/+2
|
* Collapse duplicate settings in hints/solaris_2.shAndy Dougherty2012-09-041-13/+7
|
* Avoid garbled sed command in hints/solaris_2.shAndy Dougherty2012-09-041-2/+2
| | | | Solaris sed does not understand the GNU /i flag.
* Remove the VM/ESA port.Nicholas Clark2012-08-311-342/+0
| | | | | VM/ESA was a mainframe OS. IBM ended service on it in June 2003. It was superseded by Z/VM.
* Bump version to 5.17.4Steve Hay2012-08-202-3/+3
|
* Remove the UTS port.Nicholas Clark2012-08-171-32/+0
| | | | | | UTS was a mainframe version of System V created by Amdahl, subsequently sold to UTS Global. The port has not been touched since before 5.8.0, and UTS Global is now defunct.
* bump to version 5.17.3Tony Cook2012-07-202-3/+3
|
* AIX Hints file changeDarin McBride2012-06-271-9/+4
| | | | | | | | | | | | | | | | | | | Ok, I think my earlier problem came from not cleaning up properly between multiple compiles. So I don't need to modify any test. Proposed log entry: When compiling many of the perl modules available from CPAN, an expectation of C99 support seems implied by many authors. Unfortunately, xlC doesn't do this by default, we have to add -qlanglvl=extc99 to the ccflags to get this to work. And by the time we get to installing modules, this flag is already set in Config. So, add the flag unconditionally at the outset. Also, remove -qlonglong and -qlanglvl=extended from the flags to silence the warning that extc99 includes them and that xlC is going to ignore it, using extc99 instead. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* bump version to 5.17.2Jesse Luehrs2012-06-202-3/+3
|
* bump version to 5.17.1Jesse Luehrs2012-06-192-3/+3
|
* don't override a user supplied prefix on Haiku-OSTony Cook2012-06-121-1/+4
|
* bump version to 5.17.0Ricardo Signes2012-05-203-11/+11
|
* In the Linux hints, invoke gcc with LANG and LC_ALL set to "C".Nicholas Clark2012-05-141-1/+1
| | | | | | | The output of gcc -print-search-dirs is subject to localisation, which means that the literal text "libraries" will not be present if the user has a non-English locale, and we won't determine the correct path for libraries such as -lm, breaking the build. Problem diagnosed by Alexander Hartmaier.
* bump version to 5.16.0 RC0Ricardo Signes2012-05-103-11/+11
| | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0 ...followed by a small edit to INSTALL and patchlevel.h.
* check for PA* in both branches of caseH.Merijn Brand2012-05-061-1/+1
| | | | (thanks ilmari for spotting)
* Disable optimizer for 32bit PA-RISC builds on HP-UXH.Merijn Brand2012-05-061-0/+21
| | | | | | | | | | | | | The (ANSI) C compiler fails to compile precompiled (.i) files when both -g and -O (all +O1 and above) are given. When -g is requested, -O, +O, and +Onolimit are removed from optimize flags This #fail does not occur with the newer aCC compiler B3910B, which is also used on HP-UX on Itanium. The check/modification has to be done as late as possible, as the other options, like -Duse64bitall and -DDEBUGING, will modify the variables that need to be checked after hints/hpux.sh has been dealt with.
* Upstream pkgsrc patch to support NetBSD 6.*Chris 'BinGOs' Williams2012-04-021-1/+1
| | | | | | From original patch: "NetBSD-6.x is same condition as older releases."
* Bump the perl version in various places for 5.15.9Abigail2012-03-192-3/+3
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-202-3/+3
|