aboutsummaryrefslogtreecommitdiff
path: root/archivers/gzip
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Add support for -k command line option as there is in bzip2(1)Gabor Kovesdan2007-06-063-0/+97
| | | | | | | | | | - Bump PORTREVISION PR: ports/113397 Submitted by: Ighighi <ighighi@gmail.com> Notes: svn path=/head/; revision=192943
* - Update to 1.3.12Gabor Kovesdan2007-06-054-4/+198
| | | | | | | | | | | - Fix security issues [1] Obtained from: SA-06:21.gzip [1] Security: 11a84092-8f9f-11db-ab33-000e0c2e438a, SA-06:21.gzip Notes: svn path=/head/; revision=192853
* - Update to 1.3.9Gabor Kovesdan2007-02-014-101/+8
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=183893
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* - Update SHA256Emanuel Haupt2005-12-022-1/+2
| | | | | | | | | | | - Pass maintainership to submitter PR: 89839 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Discussed with: mnag Notes: svn path=/head/; revision=150234
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* - Remove master site.Florent Thoumie2005-10-161-2/+1
| | | | | | | | | PR: ports/87292 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer Notes: svn path=/head/; revision=145574
* Fix directory traversal and permission race security vulnerabilities inSimon L. B. Nielsen2005-06-223-1/+92
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=137894
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Add three more MASTER_SITESPav Lucistnik2004-05-221-1/+4
| | | | | | | Recovered from: pending/67038 Notes: svn path=/head/; revision=109705
* - Remove dead MASTER_SITESPav Lucistnik2004-05-221-11/+2
| | | | | | | | PR: ports/67026 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109699
* - Fix configure warningKirill Ponomarev2004-04-171-0/+1
| | | | | | | | PR: 65668 65669 65670 65671 65672 65673 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Notes: svn path=/head/; revision=107368
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-9/+9
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91804
* Fix the spelling of NOPORTDOCS.Peter Pentchev2003-10-081-1/+2
| | | | | | | | | | Bump PORTREVISION for the packing list change in the NOPORTDOCS case. PR: 57745 Submitted by: Piotr Smyrak <smyru@smyrak.com> Notes: svn path=/head/; revision=90642
* Utilize INFO.Kris Kennaway2003-08-162-3/+1
| | | | Notes: svn path=/head/; revision=87045
* update to gzip-1.3.5Yen-Ming Lee2003-05-053-10/+27
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=80177
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76027
* Remove ftp.xemacs.org as a stale master_site.Edwin Groothuis2002-12-281-2/+1
| | | | | | | | Fix directory of ftp.carrier.kiev.ua Noticed by: portsurvey Notes: svn path=/head/; revision=71946
* Gzip (GNU zip) is a compression utility designed to be a replacementDirk Meyer2002-09-115-0/+63
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 Notes: svn path=/head/; revision=66134