Commit graph

38 commits

Author SHA1 Message Date
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Dmitry Marakasov
9d0b250bf8 - Always accompany OSVERSION check with OPSYS check 2017-04-07 16:00:06 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Mathieu Arnold
f77fff859d Add a small comment to explain what 1100077 is about.
Sponsored by:	Absolight
2016-11-02 14:54:56 +00:00
Mathieu Arnold
d7df3c0f7d Fix file modes after extracting.
Some port's archives contains files modes that are a bit too restrictive
for some usage.  For example:
BUILD_DEPENDS=		${NONEXISTENT}:foo/bar:configure
When building as a regular user, dependencies are installed/built as
root, so if the archive contains files that have a mode of, say, 600,
they will not be readable by the port requesting the dependency.
This will also fix broken distribution files where directories don't
have the executable bit on.

OSVERSION 1100077 is after base r283997:

  Change directory permissions in pre-order.
  In this order, it won't try to recurse into a directory for which it
  doesn't have permission, before changing that permission.
  This follows an existing behavior in other BSDs, linux, OS X.

PR:		213574
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-29 09:30:14 +00:00
Dmitry Marakasov
9548d558ca - Add LICENSE_FILE
- Switch to new test framework
2016-06-09 13:13:39 +00:00
Dmitry Marakasov
6b4de26986 - Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
2015-09-03 14:09:17 +00:00
Antoine Brodin
698f4644c4 Cleanup plist 2014-11-13 09:02:57 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Vanilla I. Shu
86d86063ee Stagify. 2014-06-10 15:20:59 +00:00
Alexey Dokuchaev
7f6c37b99b - Fix parallel builds: call make(1) correctly, register dependencies
- Drop LICENSE_FILE for a standard license (GPLv2)
- Respect CC and CFLAGS without patching of makefile (use MAKE_ARGS)
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE
- Move "make test" under the wing of our standard regression-test target
- Generally cleanup Makefile and port description while I am here
2013-09-22 09:12:31 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Baptiste Daroussin
ada4f4807c Mark jobs unsafe and convert to USES=gmake 2013-07-10 11:58:46 +00:00
Emanuel Haupt
f82a5655ef - Fix MASTER_SITES
- Add LICENSE
- Use COPYTREE_SHARE instead of CP

PR:		159491
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-08 16:08:42 +00:00
Olli Hauer
87931c6875 -remove MD5 2011-07-03 14:03:52 +00:00
Baptiste Daroussin
880f3d5136 Mark broken some ports with unfetchable distfiles 2011-06-17 15:37:23 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Ion-Mihai Tetcu
1b68a6fc2c - use DOCSDIR
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
2008-06-23 07:50:24 +00:00
Cheng-Lung Sung
6348e2d790 - stephane@ give up maintain his ports
PR:		ports/112464
Submitted by:	stephane
2007-05-25 00:39:40 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Pav Lucistnik
80028d005f - Add SIZE data
PR:		ports/64860
Submitted by:	stephane (maintainer)
2004-03-28 17:04:20 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Edwin Groothuis
159d6bfff2 Fix strange permissions on directories which fail to make the port
patch properly without root permissions.
2003-10-13 01:40:27 +00:00
Kirill Ponomarev
a7c389c6d3 - Update to version 4.1.1
PR:		57903
Submitted by:	maintainer
2003-10-12 17:47:26 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Kris Kennaway
0184e64ba2 Cryptography is no longer export-restricted 2003-07-30 21:22:28 +00:00
Norikatsu Shigemura
4f56b2baa0 Remove RESTRICTED tag for crypto stuff.
Approved by:	kris (implicitly)
2003-02-22 16:12:23 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Patrick Li
e48243f0fe Update to 4.1.0
Change maintainer email address

PR:		ports/41059
Submitted by:	maintainer
2002-07-28 05:10:22 +00:00
Kris Kennaway
0e98c54c52 Respect CC and CFLAGS 2002-06-07 00:33:52 +00:00
Cy Schubert
4b2350e6a6 Maintainer-update: New MASTER_SITE for the port security/bugs.
PR:		ports/35275
Submitted by:	MAINTAINER:  Stephane Legrand <stephane.legrand@bigfoot.com>
2002-02-24 14:08:53 +00:00
Steve Price
6619dcf37f Update to version 4.0.1.
PR:		25194
Submitted by:	maintainer
2001-02-26 04:55:21 +00:00
Ade Lovett
a669fb3524 Update to 3.3.2
PR:		20899
Submitted by:	maintainer
2000-09-18 20:41:42 +00:00
Will Andrews
20418e6c99 Update to 2.0.1.
PR:		18716
Submitted by:	Stephane Legrand <stephane.legrand@bigfoot.com>
2000-05-22 09:53:57 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Steve Price
de03ba6b7a Initial import of bugs version 1.8.1.
bugs - a C cryptographic library and sample programs

PR:		7058
Submitted by:	Stephane Legrand <stephane@lituus.fr>
1998-07-05 23:58:41 +00:00