1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

71 Commits

Author SHA1 Message Date
John Marino
76d8477ed9 Cache ac_cv_sys_long_file_names conftest result (always yes)
There are a few ports that check for long file name support during
configuration, but the conftest actually modifies $LOCALBASE/lib when
the port is built by the root user.  By caching the result (yes), the
test is avoiding and so is the consequential file system violation.
(The synth test option can detect this FS violation.)

Differential Revision:	https://reviews.freebsd.org/D6160
Approved by:		portmgr (bapt@, bdrewery@)
2016-05-06 20:57:55 +00:00
Bryan Drewery
69d0711932 Re-apply r400350 which is correct, to remove libutil-provided symbols. 2015-10-28 14:23:51 +00:00
Antoine Brodin
6a22bfab53 Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSD
9.3 and some ports (science/netcdf, print/hplip) now fail to configure

With hat:	portmgr
2015-10-28 06:35:13 +00:00
Bryan Drewery
70b8294d37 Indent and remove more libutil functions. 2015-10-27 22:15:21 +00:00
Bryan Drewery
9f96a60a08 Fix reversed logic for utmp vs utx 2015-10-27 21:53:58 +00:00
Bryan Drewery
90e2067994 Woops, openpty is libutil as fixed before but missed in previous commit. 2015-10-27 21:52:02 +00:00
Bryan Drewery
7bdc59db49 Correct a comment 2015-10-27 21:47:14 +00:00
Bryan Drewery
aa86b52989 Add more cached values.
- This now supports checking OPSYS and OSVERSION.
- Add some comments about how to generate some of this automatically.

With hat:	portmgr
2015-10-27 21:44:10 +00:00
Bryan Drewery
d5d85cccc3 Remove functions provided by libutil.
With hat:	portmgr
2015-10-27 21:42:05 +00:00
Bryan Drewery
97d0f7c646 Add /usr/local/lib/debug for WIP debug symbol splitting started in r399701.
With hat:	portmgr
2015-10-20 16:05:46 +00:00
Ed Schouten
c1cabf287f Update config.guess and config.sub to the latest version.
In order to make ports like cloudabi-binutils work (PR 200968), we need
to bump up these scripts to the latest upstream version. An exp-run
seems to indicate that this causes no regressions.

PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200967
Differential Revision:	D2867
Approved by:	antoine
2015-06-21 11:55:42 +00:00
Baptiste Daroussin
d0a1622ca0 Remove lib/X11/fonts/* from the default mtree 2015-03-21 23:11:28 +00:00
Baptiste Daroussin
b367407228 Remove trailing empty line 2014-12-22 10:13:10 +00:00
Baptiste Daroussin
97ffd4220f Add a template for the port Makefiles 2014-12-04 17:25:03 +00:00
Baptiste Daroussin
51cc23373b Remove an addition to BSD.local.dist which wasn't intended
Reported by:	bdrewery
2014-08-26 22:53:39 +00:00
Baptiste Daroussin
54c09a68a8 Add etc/libmap.d to the local mtree 2014-08-26 22:42:15 +00:00
Baptiste Daroussin
6ee78400fb Add etc/rc.conf.d to the local mtree 2014-08-26 22:41:03 +00:00
Bryan Drewery
94b4bfe4d7 - Add LOCALBASE/etc/newsyslog.conf.d from base r266463
With hat:	portmgr
2014-06-05 15:20:36 +00:00
Baptiste Daroussin
d1edf7a1b2 Cache a bit more function for autoconf based on texlive config.logs 2014-03-26 11:16:42 +00:00
Pietro Cerutti
9cf026a627 - Remove PGSQL: Year and Organization must be filled-in by licensor.
Reported by:	eadler, mat
2014-02-19 09:48:39 +00:00
Pietro Cerutti
51d0ca689d - Add PostgreSQL license to the database
http://opensource.org/licenses/postgresql

Approved by:	portmgr (bapt)
2014-02-17 13:04:04 +00:00
John Marino
06d16aafc1 Add GMGPL to license database
The GNAT Modified General Public Licence is an older license that is
commonly used with Ada programs, specifically to address legal quirks
with the Ada generics feature.

It is meant to be used as "multi" licence in combination with GPL or
GPLv2.  It is not typically seen combined with GPLv3 to my knowledge.

Approved by:	portmgr (bapt)
2014-02-15 15:44:29 +00:00
John Marino
8c473b8d93 Define GPLv3RLE license (GPLv3 Runtime Library Exception)
The GCC ports either do not have any license defined, or they are defined
as GPLv3 which is not completely correct.  The runtime libraries in the
FSF-issued GCC releases have a standard exception to the GPLv3 license.
In order to properly reflect this, the GCC ports can define a "multi"
license, GPLv3 and GPLv3RLE, which are both in effect.

Concerns PR:	ports/185970
Approved by:	portmgr (bapt)
2014-02-12 23:26:36 +00:00
Julio Merino
5f238711a8 Register a 'tests' directory under /usr/local.
This mimics the layout of the base system (see hier(7)) and will be used by
ports to install tests into.  This directory will later be hooked into the
/usr/tests test suite so that all tests can be run transparently in one go.

Approved by:	portmgr (bdrewery)
2014-02-09 04:02:15 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Eitan Adler
4c113df160 The RUBY license covers only the second portion of the license. It should not
cover the dual license portion.  This will be covered by the port.

Discussed with:	sunpoet
2013-12-13 02:16:03 +00:00
Eitan Adler
2a0772d861 Templates, Mk/ lang/ruby*: add the RUBY license
The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby'
license.  This is not OSI approved.

Approved by:	portmgr (tabthorpe)
2013-12-11 23:07:43 +00:00
Thomas Abthorpe
be444a2d99 - This OFL was version 1.1, now replaced by OFL11 2013-11-05 06:49:00 +00:00
Bryan Drewery
343ed571d2 - Add license templates for OFL 1.0 and 1.1
PR:		ports/183363
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
With hat:	portmgr
2013-10-29 14:44:44 +00:00
Dmitry Marakasov
38b508768b - Add share/applications to mtree, so it no longer needs to be created/removed by individual ports
Approved by:	portmgr (bdrewery)
2013-10-22 13:49:12 +00:00
Bryan Drewery
d65af50a70 - login(3), logout(3), and logwtmp(3) were removed in base r202216
due to utmpx

  This fixes build for at least security/openssh-portable

With hat:	portmgr
2013-09-03 11:39:21 +00:00
Baptiste Daroussin
aa2fbf37d2 Do not cache the openpty function this breaks at least heimdal and rancid
Reported by:	ohauer@ (by mail) and crest (irc)
2013-09-01 21:39:13 +00:00
Antoine Brodin
6e81d16ecd Remove 2 lines for structs which were declared in utmp.h
Approved by:	portmgr (bapt)
2013-08-30 22:10:39 +00:00
Baptiste Daroussin
a0825d4fee Remove the utmp.h cache added by mistake
Submitted by:	antoine
2013-08-30 11:03:49 +00:00
Bryan Drewery
c06669b079 - Cache more
PR:		ports/178346
Submitted by:	eadler
2013-08-30 01:08:08 +00:00
Bryan Drewery
e5fa41824b Note that this must reflect the oldest supported release 2013-08-30 00:50:55 +00:00
Baptiste Daroussin
b25672e7a6 Cache more GNU configure tests, obtained from gettext and openssh configure script run on FreeBSD 8.3
Remove all cached *_works entries as it can hide problems.
2013-08-30 00:35:01 +00:00
Bryan Drewery
77aa4d4f35 Add some guidance on what not to add 2013-08-29 18:34:10 +00:00
Bryan Drewery
a8c6157ea1 Add a few more headers/functions 2013-08-29 18:32:13 +00:00
Bryan Drewery
954ad140d7 Sort paths 2013-08-29 18:16:46 +00:00
Bryan Drewery
1c5326aece Sort each group 2013-08-29 18:13:53 +00:00
Baptiste Daroussin
c88a0f3b11 Cache more functions 2013-08-23 19:49:11 +00:00
Baptiste Daroussin
d07ca2941e Cache strlcpy and strlcat tests 2013-08-23 19:33:43 +00:00
Baptiste Daroussin
e1fc6b86e7 Remove unwanted changes 2013-06-05 06:08:26 +00:00
Baptiste Daroussin
4f80aec8ef Propertly makes config.sub working as expecting on amd64
Reported by:	many
2013-06-05 06:06:03 +00:00
Baptiste Daroussin
7f96d18a89 Actually commit the right config.sub
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-06-04 16:13:29 +00:00
Baptiste Daroussin
e9d5eb7378 Update to lastest version from upstream 2013-06-04 14:45:29 +00:00
Bryan Drewery
5e1d799444 Eliminate redundancy in this file which also helps avoids typos.
Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/'
2013-05-31 10:53:04 +00:00
Bryan Drewery
16cd564ef9 Fix typos 2013-05-30 18:41:28 +00:00
Baptiste Daroussin
256c551e8a Revert as it brings too many breakage, it needs more work before getting sync
Pointyhat to:	bapt
2013-05-23 21:44:02 +00:00