aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-11 21:04:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-11 21:04:35 +0000
commit6c2493644bfb89d4c4b38e8b65084cf955355428 (patch)
treea1680da31b8b0ba0e16646d3ac45e97ccc4eabf6
parent25a005d80db0fa0ca4c020d85bb35b5857cddf91 (diff)
downloadports-6c2493644bfb89d4c4b38e8b65084cf955355428.tar.gz
ports-6c2493644bfb89d4c4b38e8b65084cf955355428.zip
Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added by someone as an opposite to USE_BZIP2 and other people copied it. Remove it once and for all. With hat: portmgr
Notes
Notes: svn path=/head/; revision=165142
-rw-r--r--audio/py-openal/Makefile1
-rw-r--r--audio/py-sdl_mixer/Makefile1
-rw-r--r--games/pydance/Makefile1
-rw-r--r--graphics/py-editobj/Makefile1
-rw-r--r--net-p2p/py-py2play/Makefile1
-rw-r--r--science/mcstas/Makefile1
-rw-r--r--security/sudosh/Makefile1
-rw-r--r--security/sudosh2/Makefile1
-rw-r--r--security/sudosh3/Makefile1
-rw-r--r--sysutils/hoz/Makefile1
-rw-r--r--www/photo_gallery/Makefile1
-rw-r--r--www/phpadsnew/Makefile1
-rw-r--r--x11/padkey/Makefile1
13 files changed, 0 insertions, 13 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile
index a65d3d4e77e5..d663c9b3b0b7 100644
--- a/audio/py-openal/Makefile
+++ b/audio/py-openal/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
alut.1:${PORTSDIR}/audio/freealut
DIST_SUBDIR= python
-USE_GZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/PyOpenAL-${PORTVERSION}
diff --git a/audio/py-sdl_mixer/Makefile b/audio/py-sdl_mixer/Makefile
index d4f32de7b432..f11b532fecb2 100644
--- a/audio/py-sdl_mixer/Makefile
+++ b/audio/py-sdl_mixer/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal
DIST_SUBDIR= python
-USE_GZIP= yes
USE_SDL= sdl mixer
USE_PYTHON= yes
USE_PYDISTUTILS=yes
diff --git a/games/pydance/Makefile b/games/pydance/Makefile
index 327a45000e17..a94789838837 100644
--- a/games/pydance/Makefile
+++ b/games/pydance/Makefile
@@ -24,7 +24,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-USE_GZIP= yes
.if !defined(WITHOUT_PYDANCE_SONGS)
PLIST_SUB= SONGS=""
diff --git a/graphics/py-editobj/Makefile b/graphics/py-editobj/Makefile
index 3c74c591beac..aca64dbc637c 100644
--- a/graphics/py-editobj/Makefile
+++ b/graphics/py-editobj/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= acardenas@bsd.org.pe
COMMENT= Create and display a Tkinter dialog box for editing any Python object
DIST_SUBDIR= python
-USE_GZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/EditObj-${PORTVERSION}
diff --git a/net-p2p/py-py2play/Makefile b/net-p2p/py-py2play/Makefile
index d8c6abae9c2d..9c7efd5ef7f9 100644
--- a/net-p2p/py-py2play/Makefile
+++ b/net-p2p/py-py2play/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= acardenas@bsd.org.pe
COMMENT= Peer-to-peer network game engine
DIST_SUBDIR= python
-USE_GZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-py2play
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile
index 32af6ec56756..0d630bfe6367 100644
--- a/science/mcstas/Makefile
+++ b/science/mcstas/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \
${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
STRIP=
-USE_GZIP= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile
index c99dd49b4f82..84f8f32f0400 100644
--- a/security/sudosh/Makefile
+++ b/security/sudosh/Makefile
@@ -18,7 +18,6 @@ COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
-USE_GZIP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile
index c99dd49b4f82..84f8f32f0400 100644
--- a/security/sudosh2/Makefile
+++ b/security/sudosh2/Makefile
@@ -18,7 +18,6 @@ COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
-USE_GZIP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile
index c99dd49b4f82..84f8f32f0400 100644
--- a/security/sudosh3/Makefile
+++ b/security/sudosh3/Makefile
@@ -18,7 +18,6 @@ COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
-USE_GZIP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
diff --git a/sysutils/hoz/Makefile b/sysutils/hoz/Makefile
index 279c5b828c86..6376d15ce893 100644
--- a/sysutils/hoz/Makefile
+++ b/sysutils/hoz/Makefile
@@ -17,7 +17,6 @@ COMMENT= File splitter, GTK and CLI versions
USE_GNOME= #
USE_GMAKE= yes
-USE_GZIP= yes
USE_GETOPT_LONG=yes
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile
index 2712cb9b732d..24becc11dc76 100644
--- a/www/photo_gallery/Makefile
+++ b/www/photo_gallery/Makefile
@@ -26,7 +26,6 @@ APACHEDIR= ${LOCALBASE}/www/data
INSTALLDIR= ${APACHEDIR}/photo
NO_BUILD= yes
USE_PERL5= yes
-USE_GZIP= no
do-install:
${MKDIR} ${INSTALLDIR}
diff --git a/www/phpadsnew/Makefile b/www/phpadsnew/Makefile
index d65047a9010b..f703871171da 100644
--- a/www/phpadsnew/Makefile
+++ b/www/phpadsnew/Makefile
@@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= phpadsnew
MAINTAINER= meno.abels@adviser.com
COMMENT= The phpAdsNew is an open-source ad server
-USE_GZIP= yes
NO_BUILD= yes
USE_PHP= mysql pcre zlib
diff --git a/x11/padkey/Makefile b/x11/padkey/Makefile
index 93a821061110..05489aa7ba4c 100644
--- a/x11/padkey/Makefile
+++ b/x11/padkey/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://www.liquidx.org/padkey/releases/dist/
MAINTAINER= tlp@liquidx.org
COMMENT= Use an authentic SNES controller to play games
-USE_GZIP= yes
USE_XLIB= yes
USE_X_PREFIX= yes