20 Commits

Author SHA1 Message Date
Ryan Schmidt 163752f5b7 Use "macOS" when OS version is unknown 2018-06-08 10:02:03 -05:00
Rainer Müller 73b8087002 Remove MP_COMPILER_ATTRIBUTE_LF_PRIVATE check
There is no code in base making use of the MP_PRIVATE define
(or LF_PRIVATE, as incorrectly documented).
2017-05-14 11:41:20 +02:00
Rainer Müller 2fb8f13a3e Remove checks for ObjC runtime and foundation
After removal of cflib and tclobjc, there is no code requiring
a Objective-C runtime or oundation libraries in base anymore.

The autoconf macros PTHREAD_LIBS or PTHREAD_CFLAGS are not used and have
no other references in the configure script. Therefore this is now also
unused code and can safely be removed.
2017-05-14 11:41:20 +02:00
Joshua Root 4a9e7e39a7 make missing foundation non-fatal on platforms other than OS X, and fix some test(1) syntax
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@120127 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-05-16 21:31:45 +00:00
Clemens Lang 4b53a5b21c base: Remove objc/objc-api.h from GNU Obj-C runtime configure check, since that causes configure to fail on Linux with GCC >= 4.7
See http://gcc.gnu.org/onlinedocs/gcc/Traditional-GNU-Objective-C-runtime-API.html.

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@119987 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-05-12 17:14:49 +00:00
Joshua Root 6d519653a3 revert https://trac.macports.org/changeset/101415, base does not yet work with tcl 8.6 (https://trac.macports.org/ticket/37583)
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@118473 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-04-02 22:09:46 +00:00
Lawrence Velázquez 6a6eee088b base: Check for user-installed tcl8.6 (https://trac.macports.org/ticket/37583).
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@101415 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-01-10 19:29:59 +00:00
Joshua Root b96d02d911 update copyright notices
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@79593 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-06-19 20:36:07 +00:00
Joshua Root 38b7d30d60 change SC_PATH_TCLCONFIG and SC_PUBLIC_TCL_HEADERS to look in /usr before /usr/local, and reflect the fact that we can use Tcl 8.5 but not 8.3
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@62340 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-01-04 23:11:07 +00:00
Ryan Schmidt 16cccd479e eg => e.g.
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@56470 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-08-28 11:12:47 +00:00
Joshua Root da9c535285 remove objc.m4 since it conflicts with autoconf 2.64, regenerate configure
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@55417 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-08-10 12:56:09 +00:00
Toby Peterson 2fe026511d eliminate the last autoconf warning
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@50736 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-05-08 09:31:48 +00:00
Toby Peterson f3bdb89214 more cleanup
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@50735 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-05-08 09:20:28 +00:00
Anders F. Björklund 1dd5be0b43 make tclobjc package conditional
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@41015 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-10-20 22:56:28 +00:00
Toby Peterson 93feb26e20 -framework Foundation is meaningless when compiling, don't include in CFLAGS
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@40057 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-09-19 02:49:56 +00:00
Ryan Schmidt 7b71cd37fe fix typos: "the the" => "the"
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@35030 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-03-14 23:49:07 +00:00
Anders F. Björklund c239bb20bd fix typo
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@33760 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-02-04 19:47:21 +00:00
Anders F. Björklund 76420f676e gnustep-config uses make, so it worked so-so when invoked from make
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@33756 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-02-04 19:30:50 +00:00
Anders F. Björklund a1339f846f use gnustep-config, where available
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@33734 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-02-04 11:46:28 +00:00
Juan Manuel Palacios 4de08a51c2 Move all autoconf macros files into a dedicated m4 directory, adapting aclocal.m4 to load them
from their new home (but leaving the latter right next to configure.ac, as otherwise the loading
paths become a bit cumbersome -- even though aclocal.m4 can indeed be moved into the base/m4/
directory).

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@32542 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-01-07 19:47:37 +00:00