1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

2509 Commits

Author SHA1 Message Date
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Baptiste Daroussin
7c1b4544c3 Bump portrevision of ports that might have been built with a broken post-install
script due to fallouts of r399992
2015-10-30 22:43:16 +00:00
Mark Felder
bfc753f312 news/nzbget: Update to 16.1
Upstream changed their mirror to github and website to nzbget.net

Changelog:	https://github.com/nzbget/nzbget/releases/tag/v16.1

PR:		203902
Approved by:	maintainer
2015-10-22 15:49:36 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Dmitry Marakasov
cd88cecf53 - Fix permissions, fix install by non-root
- Remove obsolete MAN*
2015-10-12 17:53:47 +00:00
Dmitry Marakasov
d50a61aa7b - Add missing directories to plist, fixing stage-qa
- Silence patching
- Switch to options helpers

PR:		203665
Submitted by:	amdmi3
Approved by:	lifanov@mail.lifanov.com (maintainer)
2015-10-12 17:34:44 +00:00
Johan van Selst
4b79ceca53 Remove #pragma to fix build with all compiler versions
PR:		ports/203281
2015-10-11 10:19:26 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Dirk Meyer
db50fe2ac0 - cleanup 2015-10-08 04:00:53 +00:00
Dirk Meyer
1c2d90e53c - cleanup 2015-10-08 03:59:02 +00:00
Antoine Brodin
d999250ca3 Move BROKEN to the correct place, suck-cnews slave builds fine
MFH:	2015Q4
2015-10-03 20:52:35 +00:00
Antoine Brodin
a4d956360c Mark BROKEN: fails to link
cc -fstack-protector   -L/usr/local/news/lib  -L/usr/lib -o suck both.o both_phrases.o suck.o suckutils.o killfile.o timer.o killprg.o dedupe.o suck_phrases.o active.o batch.o xover.o ssort.o chkhistory_db.o db.o  -linn -lstorage  -lssl -lcrypto
/usr/local/news/lib/libstorage.so: undefined reference to `HISlookup'

Reported by:	pkg-fallout
MFH:		2015Q4
2015-10-03 20:47:15 +00:00
Dirk Meyer
4f80f5a5a4 - cleanup 2015-09-28 21:16:07 +00:00
Matthias Andree
f42f6951bd Fix leftover directory.
PR:		203286
Submitted by:	amdmi3
2015-09-23 22:55:52 +00:00
Dmitry Marakasov
a2aee09ac7 - Remove obsolete MAN1
Approved by:	portmgr blanket
2015-09-23 15:37:14 +00:00
Bryan Drewery
2ded93783d Rework husky ports to use a more conventional MASTER/SLAVE port pattern.
- Remove Makefile.local as it is intended to be a user file that should
  not be committed.  Its documentation is poor (r12873) but users are
  relying on it.
- Remove CONFLICTS as for every port it just conflicted with itself.

With hat:	portmgr
2015-09-21 22:09:08 +00:00
Johan van Selst
9b77b73e13 Update to INN 2.6.0
http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1
2015-09-21 20:24:30 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Dmitry Marakasov
725808712f - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-02 13:46:31 +00:00
Dmitry Marakasov
c7e624b321 - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-01 16:20:47 +00:00
Dmitry Marakasov
2e5f648525 - Add NO_ARCH
- heplers
- Switch to @sample
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-08-28 14:22:31 +00:00
Matthias Andree
8fc101ab93 Update to new upstream release 1.11.11. (Bugfixes) 2015-08-24 23:43:55 +00:00
Dmitry Marakasov
17353dabc7 - Add LICENSE 2015-08-21 12:03:30 +00:00
Erwin Lansing
21bbb4cccb Reset maintainer
<conrads@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1
    <conrads@cox.net> invalid recipient - Refer to Error Codes section at
    http://postmaster.cox.net/confluence/display/postmaster/Error+Codes for
    more information. (in reply to RCPT TO command)

Sponsored by:	 DK Hostmaster A/S
2015-08-19 07:10:28 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Dirk Meyer
d8f99b2357 - support disk with more than 4G blocks free 2015-08-01 05:32:19 +00:00
Dmitry Marakasov
4849dc2f44 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-31 19:57:47 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Tim Bishop
d016e5f605 Update to 2.21. 2015-07-19 18:41:45 +00:00
Dmitry Marakasov
7f36d4fe6c - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-07-16 02:44:10 +00:00
Johan van Selst
f01be380a6 - Update to INN 2.5.5
http://www.eyrie.org/~eagle/software/inn/docs-2.5/news.html#S1
- Set some more options as default for a typical installation
2015-07-13 07:19:58 +00:00
Dmitry Marakasov
fdcc6b99ec - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-07-12 22:30:34 +00:00
Johan van Selst
897a3b9a72 Update tin to 2.3.1 2015-07-09 19:16:10 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
f23e3f4ecd - Strip binary 2015-06-18 19:49:09 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Dmitry Marakasov
445f4bfdfb - Switch to USES=autoreconf 2015-06-10 17:29:46 +00:00
Sunpoet Po-Chuan Hsieh
0f4faa47c8 - Add NO_ARCH
- Sort USE_PYTHON
2015-06-10 16:45:37 +00:00
Sunpoet Po-Chuan Hsieh
8aef58b562 - Update to 15.2.1
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/news/topfiles/NEWS
2015-06-09 18:30:06 +00:00
Dmitry Marakasov
3974cd978b - Add LICENSE
- Add NO_ARCH
- Modernize plist
2015-06-08 01:17:14 +00:00
Guido Falsi
ca001e95b8 - Update to 15.0
- Add 7Z option

PR:		200457
Submitted by:	toxic at doobie.com (maintainer)
2015-05-26 22:32:22 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Dirk Meyer
ad5a689c8e - remove option broken by r385280
- remove @dirrm
- use USERS
- rename MAN macros
2015-05-18 18:49:20 +00:00
Dmitry Marakasov
9f857024b0 - Add CPE info
Approved by:	portmgr blanket
2015-05-18 01:37:13 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Wen Heping
c61a1584fa - Update to 14.2
PR:		200009
Submitted by:	toxic@doobie.com(maintainer)
2015-05-07 07:41:28 +00:00
Antoine Brodin
f7f5de9089 Remove _*OWNGRP, with staging it's not useful anymore
With hat:	portmgr
Original submission:	bapt
Exp-run:	self
2015-05-04 13:21:17 +00:00
Baptiste Daroussin
b281c0d17a Allow packaging as a user by overwriting OWNER/GROUP
This does not change the final package at all given root/wheel are the default
when nothing is specified in the plist
2015-05-03 15:20:17 +00:00
Baptiste Daroussin
896ca0fa81 Overwrite variables via MAKE_ARGS instead of patching a file
Set OWNER/GROUP to the current building user so that we can stage as a user
plist make sure the owner of the final files when installed are the right one
Do not create a user from port plist makes it already
Do not modify /etc/services from ports plist does is already
Remove now uneeded NEED_ROOT
2015-05-03 15:12:08 +00:00