1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

1397 Commits

Author SHA1 Message Date
Antoine Brodin
3dc3a8e920 Finish stage support 2014-01-30 22:43:17 +00:00
Rodrigo Osorio
877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00
Rusmir Dusko
5c9573a6ed - Add licenses (GPLv2)
- Fix DOCS Option, add extra-patch-Makefile.in

Reviewed by:	horia
2014-01-25 02:40:17 +00:00
Rusmir Dusko
3b294b0147 - Update to 2.1.0
- Simplify master site
- Take maintainership
- Add PORTDOCS=* and remove DOCS from pkg-plist
- Remove obsolete patches, changed by Upstream
- Change REINPLACE_CMD for proper pkg message

Reviewed by:	horia
2014-01-25 00:56:53 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Emanuel Haupt
f61f2728b6 This fixes /etc/shells. Due to the incorrect order of pkg-plist prior to
exec/unexec the path to the manpage was written to /etc/shells.
2014-01-21 08:54:06 +00:00
Martin Wilke
bba73f1060 - Update to R49
- Update pkg-desc

PR:		185677
Submitted by:	olivierd@
2014-01-14 15:54:26 +00:00
Olivier Duchateau
c995ccbca0 - Update to R48b
- Use option framework

PR:		182358
Submitted by:	myself
Approved by:	miwi@ (implicit, maintainer timeout 4 months)
2014-01-10 09:52:35 +00:00
Mathieu Arnold
84d780202a Fix staging. 2014-01-09 22:34:50 +00:00
Baptiste Daroussin
91ffb1cd96 Update to 5.0.5 2014-01-08 07:28:43 +00:00
Adam Weinberger
1c84663845 Host the bash-completion-2.1 distfile on MASTER_SITE_LOCAL.
I really have no idea what is going on with the distfile. The 2.1 tag
has been in the b-c git tree for 9 months now, but their website hasn't
been updated to reflect this. Their alioth area now shows no files
whatsoever, which makes this version (and any other) unfetchable. Some
distros are also using 2.1, some aren't. So, let's cut our losses and
just host it ourselves. Hopefully this can help some other distros too.

While I'm here, clean up the Makefile a bit to feed my OCD.
2014-01-06 14:53:34 +00:00
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