1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Johan van Selst
a454ddcb70 Update to gzip 1.8 (bugfix release)
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
2016-04-27 12:20:19 +00:00
Johan van Selst
17aefcd4a9 Update to gzip 1.7
http://lists.gnu.org/archive/html/info-gnu/2016-03/msg00014.html
Remove local patch for --rsyncable, which is now included upstream
2016-04-26 20:18:07 +00:00
Johan van Selst
742dae6da0 adding CPE information to Makefile
archivers/gzip has had vulnerabilities with a CPE identifier assigned
(e.g. CVE-2009-2624). This patch adds CPE information as suggested in
the FreeBSD wiki

PR:		198641
Submitted by:	shun.fbsd.pr@dropcut.net
2015-03-16 19:35:37 +00:00
Baptiste Daroussin
161b92dff7 Clean up plist 2014-10-19 23:12:06 +00:00
Adam Weinberger
41fcfb64f9 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
2014-07-03 19:06:07 +00:00
Baptiste Daroussin
669c094ac0 Allow to build with texinfo from ports 2014-06-25 19:37:01 +00:00
Baptiste Daroussin
75d1dff36d Fix properties on pkg-plist 2014-01-21 22:55:59 +00:00
Johan van Selst
66f7d235e1 Enable stage support 2013-12-28 20:58:39 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Johan van Selst
fd007a3a5b - Update GNU gzip to 1.6
- Remove patch for -k (finally included upstream)
- Adopt port

Approved by:    gabor (old maintainer)
2013-06-24 19:04:49 +00:00
Baptiste Daroussin
bc7369ffcd Fix leftovers by using USES=charsetfix
Remove now useless pre-configure target
While here convert NOPORTDOCS to DOCS option

Reported by:	pointyhat via miwi
Approved by:	portmgr (implicit)
2013-04-05 09:22:10 +00:00
Gabor Kovesdan
943a056b1e - Turn on the RSYNCABLE option by default since it is required for a
dependent port [1]
- Bump PORTREVISION

Requested by:	jgh [1]
2012-12-20 22:19:45 +00:00
Alexey Dokuchaev
142171e3f3 For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00
Eitan Adler
8f8574a088 Convert to OptionsNG
Approved by:	gabor (maintainer)
2012-10-06 16:10:53 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Gabor Kovesdan
3c9128b1de - Add support for --rsyncable option
- Bump PORTREVISION
- Pet portlint(1)

PR:		ports/151721
Submitted by:	jpaetzel
2010-11-06 17:53:48 +00:00
Gabor Kovesdan
589af33998 - Update to 1.4 2010-02-05 21:55:09 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Gabor Kovesdan
e868096dc2 - Add support for -k command line option as there is in bzip2(1)
- Bump PORTREVISION

PR:		ports/113397
Submitted by:	Ighighi <ighighi@gmail.com>
2007-06-06 18:22:47 +00:00
Gabor Kovesdan
1f7fbee7d8 - Update to 1.3.12
- Fix security issues [1]

Obtained from:	SA-06:21.gzip [1]
Security:	11a84092-8f9f-11db-ab33-000e0c2e438a,
		SA-06:21.gzip
2007-06-05 15:48:57 +00:00
Gabor Kovesdan
686fe0d87e - Update to 1.3.9
- Change MASTER_SITES to MASTER_SITE_GNU
- Add proper CONFIGURE_ARGS
- Remove old patches
- Possibly fix security issues (it will need more investigation, this version
  is still marked as vulnerable in VuXML, I'll check later)

PR:		ports/108458
Submitted by:	Jason Harris <jharris@widomaker.com>
Approved by:	erwin (mentor)
2007-02-01 22:18:55 +00:00
Gabor Kovesdan
7dc52a691f Change my e-mail address.
Approved by:	erwin (mentor)
2006-12-08 13:46:35 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Emanuel Haupt
d96d3d449f - Update SHA256
- Pass maintainership to submitter

PR:		89839
Submitted by:	Gabor Kovesdan <gkovesdan@t-hosting.hu>
Discussed with:	mnag
2005-12-02 15:44:14 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +00:00
Florent Thoumie
a606d5bc35 - Remove master site.
PR:		ports/87292
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer
2005-10-16 17:49:56 +00:00
Simon L. B. Nielsen
df948e0eb1 Fix directory traversal and permission race security vulnerabilities in
gzip, and zgrep improper argument sanitation.

Security:	CAN-2005-0758, CAN-2005-0988, CAN-2005-1228
Security:	FreeBSD-SA-05:11.gzip
Obtained from:	RedHat, Steve Grubb via RedHat, Debian
Approved by:	maintainer timeout (4 days; security)
2005-06-22 22:44:41 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
36480fd9fd - Add three more MASTER_SITES
Recovered from:	pending/67038
2004-05-22 13:05:49 +00:00
Pav Lucistnik
cb1f5c67f0 - Remove dead MASTER_SITES
PR:		ports/67026
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 11:51:06 +00:00
Kirill Ponomarev
c83a0c91ce - Fix configure warning
PR:		65668 65669 65670 65671 65672 65673
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:12:38 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Sergey A. Osokin
ab8cf5f2db Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 09:58:09 +00:00
Peter Pentchev
a04575daed Fix the spelling of NOPORTDOCS.
Bump PORTREVISION for the packing list change in the NOPORTDOCS case.

PR:		57745
Submitted by:	Piotr Smyrak <smyru@smyrak.com>
2003-10-08 15:02:49 +00:00
Kris Kennaway
18f7c67c5e Utilize INFO. 2003-08-16 10:08:28 +00:00
Yen-Ming Lee
1b2f05f7e5 update to gzip-1.3.5
Makefile
	PORTVERSION bumped
	MASTER_SITE_SUBDIR deleted
	EXTRACT_SUFX added
	DOC_FILES added
distinfo
	updated
pkg-plist
	doc files added

PR:		51762
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2003-05-05 12:59:29 +00:00
Akinori MUSHA
1a5f307ec1 De-pkg-comment. 2003-02-21 10:44:59 +00:00
Edwin Groothuis
d11497c298 Remove ftp.xemacs.org as a stale master_site.
Fix directory of ftp.carrier.kiev.ua
Noticed by: portsurvey
2002-12-28 02:37:43 +00:00
Dirk Meyer
0bd5d5addb Gzip (GNU zip) is a compression utility designed to be a replacement
for compress. Its main advantages over compress are much better
compression and freedom from patented algorithms.
WWW: http://www.gzip.org/

Devel version imported, see discussion in ports/
PR:		41061
Submitted by:	cyrille.lefevre@laposte.net
2002-09-11 14:27:23 +00:00