1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Antoine Brodin
b0d60409ee Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2017-12-14 06:28:44 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Dmitry Marakasov
f4312752b1 - Modernize plist
- Simplify docs installation
2015-06-16 02:16:40 +00:00
Antoine Brodin
6a5140c4b3 Using USES=uidfix together with PLIST_SUB=WWWUID=${WWWOWN} WWWGID=${WWWGRP}
is harmful
2014-09-08 20:50:23 +00:00
John Marino
dd4865b22d japanese/xgate: nightmarish stage support added.
* Removed FreeBSD 7 and earlier condition
* Switched from @exec/@unexec to @sample keywords
* Moved /var/log/xgate creation/deletion to plist
* Converted patches to unix CR
* Used DOS2UNIX for entire package
* Used @owner, @group instead of broken %%WWW???%% in plist
* Used UIDFIX and TAR:tgz
* Moved conf file renames from post-extract to post-patch where it belongs
* Removed NOPORTDOCS and used DOCS option instead
* Removed <pre>, <post>, replaced with <options>
* Lots of portlint petting

Verified in Redports
2014-06-05 22:21:43 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Doug Barton
a8af5892e3 Fix extraction on 7.x
Submitted by:	Jason Helfman <jhelfman@e-e.com>
2011-11-07 20:59:27 +00:00
Pav Lucistnik
0bb7a6054f - Mark BROKEN on 7.X: does not extract
Reported by:	pointyhat
2011-11-06 22:56:50 +00:00
Doug Barton
16632f8c6e update tomcat dependency fix for japanese/xgate.
* updated master_sites, distinfo, plist for new version
* drop dist_subdir (no longer required)
* use java 1.6+ (required)
* move to copyshare installation (to avoid security implications,
  everything can be 444)
* don't require jar for post-extract (use tar)

PR:		ports/161230
Submitted by:	Jason Helfman <jhelfman@e-e.com>
Approved by:	maintainer timeout (14 days, and 22 days)
2011-10-25 05:35:24 +00:00
Mark Linimon
045bbebb8e Remove dependency on expiring port security/jce_policy14. Update to
rely on java 1.5+.

PR:		ports/158969
Submitted by:	rene
2011-07-21 04:29:12 +00:00
Mark Linimon
ab7a77da59 Mark as broken: unfetchable.
While here, pet portlint.
2011-07-19 06:48:21 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
948c9e8cc4 - WWWOWN and WWWGRP are defined in bsd.port.mk 2007-03-24 16:43:28 +00:00
Gabor Kovesdan
ef9d1443a7 - Fix one more occurrence of the moved dependency
Pointyhat to:	gabor
2007-03-17 22:47:29 +00:00
Gabor Kovesdan
a9b50a6919 - Follow moved dependency
- Bump PORTREVISION
- Fix INDEX build [1]

Pointyhat to:	gabor [1]
2007-03-17 22:30:16 +00:00
Kris Kennaway
b678fb6fd2 NO_PACKAGE and NO_CDROM are superfluous here 2006-09-03 01:33:04 +00:00
Vasil Dimov
f5387617c9 Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.

Inspired by:	ports/94078
Approved by:	portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
2006-05-12 14:28:19 +00:00
Norikatsu Shigemura
d7d20e59d4 Update to 3.5pl3.
Tested by:	ume
Sponsored by:	Ensure Technology Ltd
2006-02-04 14:56:04 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Norikatsu Shigemura
ab41268536 Fix typo.
Reported by:	ume
2006-01-16 21:54:55 +00:00
Norikatsu Shigemura
bcf80b4673 Add xGate 3.5 patch level 1, is a webmail system
implemented by Servlet over IMAP4/POP3.

Desired by:	ume
Tested by:	ume
Reviewed by:	ume
Approved by:	Orangesoft Inc
2006-01-16 15:33:49 +00:00