1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

3979 Commits

Author SHA1 Message Date
Baptiste Daroussin
24c26f4c57 add LUA_VER_STR to PLIST_SUB 2014-01-10 15:37:00 +00:00
Pietro Cerutti
3199a3d84e - Handle the case where both tcl and tk are part of USES
Approved by:	bapt (portmgr)
2014-01-10 13:44:54 +00:00
Baptiste Daroussin
7c45d8bc73 Do not overwrite existing dependencies 2014-01-10 13:37:35 +00:00
Baptiste Daroussin
47844de6b2 backout 2 changes that should not have been committed with r339348 2014-01-10 13:10:34 +00:00
Baptiste Daroussin
108b7594d8 Backout encoding of comments, it is triggering a pkgng bug with one of our ports 2014-01-10 13:07:05 +00:00
Baptiste Daroussin
3d88a06b3b Fix dependency addition 2014-01-10 13:04:43 +00:00
Baptiste Daroussin
69f00b9f3b Add a USES=lua (WIP) that only supports lua 5.2
Goal is to slowly port any lua software to lua 5.2 and then remove lua 5.1 along with bsd.lua.mk
Make version flexible and settable via DEFAULT_VERSIONS to prepare the futur days of lua
2014-01-10 08:25:49 +00:00
Antoine Brodin
7a75fc64ed Fix paths check from qa.sh
IFS is set to newline so dirs was not correctly splitted

Approved by:	portmgr (bapt)
2014-01-09 18:43:36 +00:00
Andrej Zverev
ca8899fefc - Add new CDNs for perl modules in head of list
a) http://cpan.metacpan.org
 b) http://www.cpan.org
- Prefer to try HTTP protocol first.

While I'm here: change order of new sites. Let metacpan go first.

PR:		ports/185149
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2014-01-09 17:03:34 +00:00
Baptiste Daroussin
7b6e9b4ecd Fix test 2014-01-09 07:10:02 +00:00
Baptiste Daroussin
b8a4248e6e Make gcc 4.6 is sufficient for c++0x 2014-01-09 06:56:42 +00:00
Baptiste Daroussin
9271597aee Allow to choose clang from base on 9.2 when looking for a C11 compiler
Add compiler:c++0x modeled over compiler:c++11-lang [1]

Requested by:	delphij [1]
2014-01-09 06:55:18 +00:00
Baptiste Daroussin
0814761f12 Add LIBOWN and LIBGRP to uidfix 2014-01-09 00:21:10 +00:00
Baptiste Daroussin
cf7ff585da Do not overwrite BUILD_DEPENDS
Reported by:	rene
2014-01-08 07:23:14 +00:00
Baptiste Daroussin
d5e886e911 Fix checkpatch with the new way target sequence are defined
Reported by:	rene
2014-01-07 23:34:54 +00:00
Baptiste Daroussin
d3ffec83d4 Remove bad MAKE_ENV entry (bsd.stage.mk) does the right thing already
That avoid resetting MAKE_ENV

Reported by:	rene
2014-01-07 23:26:52 +00:00
Alberto Villa
0ea687f79f - Convert USES=ninja:verbose into NINJA_VERBOSE make.conf(5) switch.
Approved by:	portmgr (bapt)
2014-01-07 17:55:13 +00:00
Baptiste Daroussin
91e0982833 Add new uses ninja[:verbose]
This allows to use the ninja build system.
USES= cmake ninja
Will make cmake generate ninja files and use ninja.
2014-01-07 08:18:58 +00:00
Baptiste Daroussin
f85a8bf444 Add an internal variable to decide if DESTDIR should ve define in MAKE_ENV or MAKE_ARGS 2014-01-07 08:17:17 +00:00
Baptiste Daroussin
fd3075530d pkgng expect all non ascii code and '%' to be urlencoded in the comment
Reported by:	antoine
Tested by:	antoine
2014-01-06 23:34:29 +00:00
Max Brazhnikov
7d5e6b666c In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
2014-01-06 16:16:52 +00:00
Antoine Brodin
3e57d15fbe - Remove USE_FAM, it has been replaced by USES=fam
- Add a developer error if it is set

Approved by:	portmgr (bapt)
2014-01-05 13:33:37 +00:00
Baptiste Daroussin
c2359aa2f6 Reinvokes portaudit a second time in case a problem has been reported. So if a refetch (or another temporary problem) caused the error it will succeed on a second attempt, while a correctly detected vulnerability will be detected a second time.
PR:		ports/168479
Submitted by:	Michael Gmelin <freebsd@grem.de>
2014-01-05 01:16:34 +00:00
Baptiste Daroussin
69b34815f7 Add the debian cdn as a first attempt for debian mirrors 2014-01-05 00:08:02 +00:00
Antoine Brodin
9081694510 Add new USES=fam that will replace USE_FAM=yes
The conversion is easy:
USE_FAM=yes -> USES=fam
USE_FAM=yes and WANT_FAM_SYSTEM=fam -> USES=fam:fam
USE_FAM=yes and WANT_FAM_SYSTEM=gamin -> USES=fam:gamin

Approved by:	portmgr (bapt)
2014-01-04 23:36:50 +00:00
Rene Ladan
6151ec7beb Disconnect lang/gcc34 from bsd.gcc.mk, it is not used by any port anymore.
This also removes the g77 option of USE_FORTRAN, and USE_GCC now always
implies a dependency on binutils.

Reviewed by:	bapt
Approved by:	maintainer (gerald)
2014-01-04 15:49:15 +00:00
Baptiste Daroussin
56bc288a07 Add the forgotten targets to _STAGE_SUSEQ 2014-01-04 00:28:42 +00:00
Baptiste Daroussin
b420248356 Properly add targets to the sequence they belong to, that now makes them predictable 2014-01-04 00:26:03 +00:00
Baptiste Daroussin
ba951253f8 Add the end-user targets to .PHONY 2014-01-04 00:05:01 +00:00
Baptiste Daroussin
11e8713e2b Mark all targets defines in _SEQ and .ORDER has .PHONY which they all should be
If one day we are no adding a target actually correspond to an actual file, simply adding
the name of the target to the NOTPHONY will make it work as expected
2014-01-04 00:02:08 +00:00
Baptiste Daroussin
6905529b63 Add charsetfix-post-patch to _PATCH_SEQ 2014-01-03 23:45:50 +00:00
Baptiste Daroussin
48682c41de Add pathfix-pre-path to the _PATCH_SEQ and do not anymore make it a dependency of pre-patch
That makes applying the pathfix target predictable
2014-01-03 23:43:34 +00:00
Baptiste Daroussin
1b4b1006f8 Mark the -message targets as PHONY 2014-01-03 23:22:48 +00:00
Baptiste Daroussin
44868c3189 extract-message target definition was moved by mistake 2014-01-03 23:21:23 +00:00
Baptiste Daroussin
cafecb3515 Fix typos
Reported by:	kwm
2014-01-03 23:18:53 +00:00
Baptiste Daroussin
599a920e4a Remove 2 more target fallback 2014-01-03 23:12:57 +00:00
Baptiste Daroussin
b30d2c8526 Remove more now useless fallback targets 2014-01-03 23:05:37 +00:00
Baptiste Daroussin
7b3bd1cc0d Rework ordering and definition of targets.
Move ordering of targets to the very end of bsd.port.post.mk and make it define dynamically
Now all targets should be defined prior to the end of bsd.port.post.mk to allow .ORDER to control
the sequence of the targets properly.
From now all structural targets should also be defined in one of the _SEQ variable.
Extra bonus only the really defined targets are set in the final order sequence meaning that we do
not need anymore to create a ${DO_NADA} fallback target anymore, which improves performance and
simplify debugging.

Exp-run:	bdrewery
With hat:	portmgr
2014-01-03 23:01:01 +00:00
Adam Weinberger
b1a67a2144 Make sure the MASTER_SITE_SOURCEFORGE is a +=, not a =, so that
it is still possible to choose a particular mirror in make.conf.
2014-01-03 14:23:01 +00:00
Adam Weinberger
b903e86a39 Remove FETCH_ARGS from github stuff in bsd.sites.mk. 2014-01-03 14:08:56 +00:00
Rene Ladan
df98d075e9 Ensure correct ownership of the licenses directory to avoid "leftovers" [1]
from that ports that modify the user/group.

[1] https://qat.redports.org/~rene@FreeBSD.org/20131227145600-2109-244247/boinc-setiathome-v7-7.00_2.log

Approved by:	portmgr (bapt)
2014-01-03 10:38:51 +00:00
Raphael Kubo da Costa
64e0e4b9f2 Use download.kde.org as the first option for MASTER_SITE_KDE.
After r338507 we can safely use download.kde.org (a CDN) by default for KDE
ports. It's most likely to be the fastest option.
2014-01-03 04:58:35 +00:00
Baptiste Daroussin
e9f1d757ca Use sourceforge CDN instead of trying ourself to maintain a list of mirrors.
PR:		ports/176290
Reported by:	Mikkel Georgsen <mikkel@georgsen.dk>
2014-01-03 00:10:51 +00:00
Baptiste Daroussin
d63eadee34 Allow to follow 302 redirection when fetching from http.
The main reason for it to not be allowed was to avoid infinite redirection loop
it appears that fetch(1) anyway limit the number of redirections to 5 on 8.3 and 9.1
20 on 9.2 and 10+ meaning we have no good reasons anymore to continue forbidding
following redirections.

Thanks to Michael Gmelin for having investigation

Reported by:	many
2014-01-03 00:02:08 +00:00
Steve Wills
03fdbd5ccf - Fix mkmf DESTDIR issue with patch from upstream
Obtained from:	http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=41756&r2=41755&pathrev=41756
2014-01-02 20:46:29 +00:00
John Marino
f81a5397df Mk/bsd.sites.mk: Update GCC mirrors
The GCC mirror site list had gotten stale.  A few sites have been down
for months.  A few more sites may have rearranged their directory tree
because the distfiles are no longer under "releases" folder (that
folder had been removed and it's part of the MASTER_SITE_SUBDIR so the
fetch fails even though the distfile is actually on the server).

The broken mirrors were removed.  The <http://gcc.gnu.org/mirrors.html>
file was checked for new mirrors, all of which are http://-based.  These
were put above ftp://-based mirrors in priority.  Moreover, the
MASTER_SITE_SOURCEWARE variable was manually expanded excluding the
notoriously slow Austrian mirror (gd.tuwien.ac.at) and distributing
the remaining three sites leaving the first at the top of the list as
it always has been.
2014-01-02 19:16:50 +00:00
Steve Wills
9de02523dd - Add patch to bundled rdoc to fix issue which causes some ports to fail to
build

Obtained from:	f4f5b94285
2014-01-02 02:35:40 +00:00
Mathieu Arnold
c1facfeafb Replace a source of information that has disapeared[1] by another one[2]
Suggested by:	ohauer[1] eadler[2]
Approved by:	portmgr (implicit)
2013-12-30 23:06:37 +00:00
Olli Hauer
5e5f40cef5 - APACHE10 is not OSI Approved [1]
- fix AL2 in comment

[1] Regarding https://spdx.org/licenses/
[2] follow-up

Noted by mat@

PR:             ports/184785 [2]
Approved by:	portmgr (tabthorpe@) implicit
2013-12-30 22:56:00 +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