FreshPorts -- The Place For Ports Wed, 15 Oct 2008 8:56 PM GMT
I will be attending meetBSD California 2008 at Google - Mountain View, California, November 15th and 16th, 2008. Will you be there?
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: archivers/gzip/Makefile
CVSWeb

Number of commits found: 22

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 6 Jun 2007
[ 19:22 gabor ] Original commit 
1.20 archivers/gzip/Makefile
1.1 archivers/gzip/files/patch-gzip.1
1.3 archivers/gzip/files/patch-gzip.c
- Add support for -k command line option as there is in bzip2(1)
- Bump PORTREVISION

PR:             ports/113397
Submitted by:   Ighighi <ighighi@gmail.com>
Tue, 5 Jun 2007
[ 16:48 gabor ] Original commit 
1.19 archivers/gzip/Makefile
1.6 archivers/gzip/distinfo
1.1 archivers/gzip/files/patch-FreeBSD-SA-06-21.gzip
1.5 archivers/gzip/pkg-plist
- 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
Thu, 1 Feb 2007
[ 22:18 gabor ] Original commit 
1.18 archivers/gzip/Makefile
1.5 archivers/gzip/distinfo
1.2 archivers/gzip/files/patch-gzip.c
1.2 archivers/gzip/files/patch-zgrep.in
- 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)
Fri, 8 Dec 2006
[ 13:46 gabor ] Original commit 
1.16 archivers/cabextract/Makefile
1.16 archivers/freeze/Makefile
1.17 archivers/gzip/Makefile
1.14 archivers/nomarch/Makefile
1.59 archivers/rar/Makefile
1.4 audio/gnuitar/Makefile
1.4 audio/linux-shoutcast/Makefile
1.10 audio/shoutcast/Makefile
1.12 audio/sonice/Makefile
1.35 databases/gdbm/Makefile

(Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Change my e-mail address.

Approved by:    erwin (mentor)
Wed, 3 May 2006
[ 06:14 edwin ] Original commit 
1.17 accessibility/kdeaccessibility/Makefile
1.21 archivers/arj/Makefile
1.20 archivers/deepforest/Makefile
1.2 archivers/deutex/Makefile
1.5 archivers/dynamite/Makefile
1.3 archivers/fpc-paszlib/Makefile
1.16 archivers/gzip/Makefile
1.18 archivers/ha/Makefile
1.26 archivers/hpack.non-usa.only/Makefile
1.3 archivers/liblzxcomp/Makefile

(Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports in categories starting with A.
Fri, 2 Dec 2005
[ 15:44 ehaupt ] Original commit 
1.15 archivers/gzip/Makefile
1.4 archivers/gzip/distinfo
- Update SHA256
- Pass maintainership to submitter

PR:             89839
Submitted by:   Gabor Kovesdan <gkovesdan@t-hosting.hu>
Discussed with: mnag
[ 02:05 linimon ] Original commit 
1.14 archivers/gzip/Makefile
1.29 databases/gdbm/Makefile
1.16 deskutils/gcal/Makefile
1.17 devel/gengetopt/Makefile
1.17 french/dico/Makefile
1.13 french/plgrenouille/Makefile
1.21 lang/gforth/Makefile
1.92 mail/elm+ME/Makefile
1.19 misc/findutils/Makefile
1.29 misc/upclient/Makefile

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Reset maintainer per his request.  We hope to see him back soon.
Sun, 16 Oct 2005
[ 18:49 flz ] Original commit 
1.13 archivers/gzip/Makefile
- Remove master site.

PR:             ports/87292
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:    maintainer
Wed, 22 Jun 2005
[ 23:44 simon ] Original commit 
1.12 archivers/gzip/Makefile
1.1 archivers/gzip/files/patch-gzip.c
1.1 archivers/gzip/files/patch-zgrep.in
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)
Tue, 12 Apr 2005
[ 04:26 obrien ] Original commit 
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile

(Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 09:04 obrien ] Original commit 
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile

(Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sat, 22 May 2004
[ 14:05 pav ] Original commit 
1.9 archivers/gzip/Makefile
- Add three more MASTER_SITES

Recovered from: pending/67038
[ 12:51 pav ] Original commit 
1.8 archivers/gzip/Makefile
- Remove dead MASTER_SITES

PR:             ports/67026
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Sat, 17 Apr 2004
[ 20:12 krion ] Original commit 
1.10 archivers/arj/Makefile
1.11 archivers/dact/Makefile
1.7 archivers/gzip/Makefile
1.2 archivers/par2cmdline/Makefile
1.4 archivers/tardy/Makefile
1.11 archivers/ucl/Makefile
- Fix configure warning

PR:             65668 65669 65670 65671 65672 65673
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
Wed, 8 Oct 2003
[ 16:02 roam ] Original commit 
1.6 archivers/gzip/Makefile
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>
Sat, 16 Aug 2003
[ 11:08 kris ] Original commit 
1.5 archivers/gzip/Makefile
1.3 archivers/gzip/pkg-plist
Utilize INFO.
Mon, 5 May 2003
[ 13:59 leeym ] Original commit 
1.4 archivers/gzip/Makefile
1.2 archivers/gzip/distinfo
1.2 archivers/gzip/pkg-plist
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>
Fri, 21 Feb 2003
[ 10:42 knu ] Original commit 
1.4 archivers/arj/Makefile
1.38 archivers/bzip2/Makefile
1.11 archivers/freeze/Makefile
1.3 archivers/gzip/Makefile
1.5 archivers/lbrate/Makefile
1.2 archivers/mtf/Makefile
1.5 archivers/nomarch/Makefile
1.6 archivers/p5-Archive-Tar/Makefile
1.11 archivers/pkzip/Makefile
1.10 archivers/rpm2cpio/Makefile

(Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 28 Dec 2002
[ 02:37 edwin ] Original commit 
1.2 archivers/gzip/Makefile
Remove ftp.xemacs.org as a stale master_site.
Fix directory of ftp.carrier.kiev.ua
Noticed by: portsurvey
Wed, 11 Sep 2002
[ 15:27 dinoex ] Original commit 
1.71 archivers/Makefile
1.1 archivers/gzip/Makefile
1.1 archivers/gzip/distinfo
1.1 archivers/gzip/pkg-comment
1.1 archivers/gzip/pkg-descr
1.1 archivers/gzip/pkg-plist
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

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
libxml2Oct 15
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03

12 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19318
Broken 157
Deprecated 81
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 63
Interactive 78
new 24 hours 5
new 48 hours12
new 7 days51
new fortnight81
new month150

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 1.43 seconds.