1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

1386 Commits

Author SHA1 Message Date
Antoine Brodin
3633e30b71 Fix plist 2014-01-04 12:54:39 +00:00
Antoine Brodin
aa14daea58 - Finish stage support
- Trim indefinite article from COMMENT
2014-01-04 11:39:08 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Sunpoet Po-Chuan Hsieh
435815eaa8 - Fix /etc/shells manipulation
PR:		ports/185255
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-12-31 13:51:46 +00:00
John Marino
6a1286cd58 shells/bash-completion: Fix installation
The bash-completion.pc and bash_completion.sh files were not getting
installed in the correct location per pkg-plist, mainly because the
Makefile.in was modified *after* the configuration target was complete,
that is to say after Makefile has been generated.

By improving the Makefile.am patch, the post-configure target can be
simplified.

Approved by:	maintainer (adamw)
2013-12-28 16:38:11 +00:00
Baptiste Daroussin
948e393ac1 Support stage and fix shebangs 2013-12-27 09:24:39 +00:00
Baptiste Daroussin
3ce4797a30 Support stage 2013-12-27 09:21:28 +00:00
Baptiste Daroussin
f3ffd8f5f8 Support stage 2013-12-27 09:20:54 +00:00
Baptiste Daroussin
49d364f91e Support stage
General cleanup
2013-12-27 09:15:03 +00:00
Baptiste Daroussin
2ab535ce97 Commit forgotten pkg-plist bits 2013-12-27 09:09:19 +00:00
Baptiste Daroussin
aa2bdeae85 Support stage
Mark as broken on every version not having fs/ntfs/ntfsmount.h
2013-12-27 09:07:38 +00:00
Baptiste Daroussin
7b723a44c1 Support stage
Fix build with clang on head (symbol collision)
2013-12-27 09:03:30 +00:00
Baptiste Daroussin
1dd1c7ab75 Support stage 2013-12-27 08:43:20 +00:00
Baptiste Daroussin
d285778c00 Support stage
Allow packaging as a user
Remove redundant strip (install -s already do it)
2013-12-27 08:41:30 +00:00
Baptiste Daroussin
168ab53469 Support stage 2013-12-27 08:39:32 +00:00
Baptiste Daroussin
ceda823a27 Support stage 2013-12-27 08:34:05 +00:00
Baptiste Daroussin
c4fdddbe8f Support stage 2013-12-27 08:32:02 +00:00
Baptiste Daroussin
48812c732f Support stage 2013-12-27 08:24:48 +00:00
Baptiste Daroussin
b7b786729a Support stage 2013-12-27 08:23:12 +00:00
Baptiste Daroussin
eeeb0139e0 Support stage 2013-12-27 08:21:09 +00:00
Baptiste Daroussin
5397ebb5e7 Support stage 2013-12-27 08:16:03 +00:00
Baptiste Daroussin
d024fb1d66 Support stage 2013-12-27 08:10:49 +00:00
Baptiste Daroussin
e352c75f10 Support stage 2013-12-27 08:09:02 +00:00
Baptiste Daroussin
5159bbe33c - Support stage
- Remove condition around the rcs build depends:
What ever the version of FreeBSD is it will only pulls in rcs from ports
if and only if rcs is not in base.
2013-12-27 08:06:49 +00:00
Baptiste Daroussin
791b02ce4e Fix packaging, (the master port is now staged) 2013-12-26 10:06:20 +00:00
Baptiste Daroussin
3454307094 Fix inconsistency in building bash
Ensure the configure script always activate the same features wether or not
fdescfs is mounted: Always consider /dev/fd as absent
Bump portrevision as packages on the cluster are built with fdescfs mounted.

With hat:	portmgr
Reported:	Derek Schrock (skered- via #poudriere)
2013-12-25 17:42:54 +00:00
Baptiste Daroussin
a921c711a6 Update to 5.0.4 2013-12-21 00:53:44 +00:00
Adam Weinberger
a79001505e Fix staging as non-root.
Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>

While I'm here, convert bash selection to OPTIONS.
2013-12-20 20:00:54 +00:00
Pawel Pekala
08004f22d7 - Fix build on -current
- Support staging

PR:		ports/184844
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 22:12:49 +00:00
William Grzybowski
3f4eafe9ba shells/jailkit: fix python usage
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 12:19:33 +00:00
Antoine Brodin
4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00
Mathieu Arnold
d77405fd6d - Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Baptiste Daroussin
5130dbec4c Reset maintainership
While here support stage (cheating on PREFIX as the port does only use PREFIX to install)

Submitted by:	former maintainer
2013-11-08 13:00:49 +00:00
Mathieu Arnold
56df0506f2 - Support staging
maintainer timeout.
PR:		ports/183196
Submitted by:	mat
2013-11-06 12:18:54 +00:00
Vanilla I. Shu
0359921874 Support STAGEDIR. 2013-11-06 07:44:16 +00:00
Emanuel Haupt
1d8e5e9cd6 Support staging. 2013-11-01 10:29:18 +00:00
Renato Botelho
1cc339cbe4 . Support staging
. Add devel/p5-Term-ReadLine-Perl as dependency, as suggested by install scripts
2013-10-23 23:38:12 +00:00
Eitan Adler
c6b2f8060d Unquiet my ports to make debugging easier. 2013-10-23 18:58:57 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Cy Schubert
40ac05820a Add 10.0 RCS dependency. 2013-10-10 17:53:33 +00:00
John Marino
560d2eb0bf Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built
with standard options.  This has been obvious with DPorts, but difficult
to see on FreeBSD.  However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
2013-10-07 23:40:23 +00:00
Hajimu UMEMOTO
7357b262ea enable stage. 2013-10-04 18:15:16 +00:00
Sunpoet Po-Chuan Hsieh
a99e50c9b5 - Support STAGEDIR 2013-09-30 20:59:03 +00:00
Boris Samorodov
51ff0091fe Fix using iconv at ports:
. shells/fish;
. games/instead;
. www/xapian-omega;
. devel/xdg-user-dirs.

Submitted by:	marino (via e-mail)
Approved by:	portmgr (bapt, implicit)
2013-09-30 19:58:20 +00:00
Adam Weinberger
0672f90140 Staging support. 2013-09-30 14:23:54 +00:00
Eitan Adler
cfe636b37f - convert to staging 2013-09-28 06:57:32 +00:00
Baptiste Daroussin
a81009fc18 Convert to stage, while here, cleanup a bit 2013-09-23 16:40:47 +00:00
Baptiste Daroussin
f6e6105ff8 Add NO_STAGE all over the place in preparation for the staging support (cat: shells) 2013-09-20 22:57:23 +00:00
Andrej Zverev
94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00
Sunpoet Po-Chuan Hsieh
d47c483782 - Remove deprecated PTHREAD_* 2013-09-07 18:13:59 +00:00