- Update to 0.5.19

PR:             61517
Submitted by:   Ports Fury
Approved by:    erwin (mentor) (implicitly)
This commit is contained in:
Clement Laforet 2004-01-18 14:41:20 +00:00
parent c705fbb6c9
commit 063737ed23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98473
3 changed files with 3 additions and 31 deletions

View File

@ -6,14 +6,14 @@
#
PORTNAME= uudeview
PORTVERSION= 0.5.18
PORTVERSION= 0.5.19
CATEGORIES= converters
MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= hoek@FreeBSD.org
COMMENT= A program for uu/xx/Base64/BinHex/yEnc de-/encoding
LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib
LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1 +1 @@
MD5 (uudeview-0.5.18.tar.gz) = f852ab1a77e946dc7522df06b0c59e35
MD5 (uudeview-0.5.19.tar.gz) = c84bd5be414fdaf887ffd2c0979a2992

View File

@ -1,28 +0,0 @@
--- configure.orig Tue Apr 2 02:06:35 2002
+++ configure Sat Oct 19 03:14:05 2002
@@ -1099,25 +1099,6 @@
echo $ac_n "checking compiler flags""... $ac_c" 1>&6
echo "configure:1102: checking compiler flags" >&5
-if test "$optimize" = "yes" ; then
-CFLAGS=`echo $CFLAGS | sed 's/-g//g'`
-case $CFLAGS in
- *"-O"*)
- ;;
- *)
- CFLAGS="$CFLAGS -O"
- ;;
-esac
-else
-CFLAGS=`echo $CFLAGS | sed 's/-O[0-9]*//g'`
-case $CFLAGS in
- *"-g"*)
- ;;
- *)
- CFLAGS="$CFLAGS -g"
- ;;
-esac
-fi
echo "$ac_t""$CFLAGS" 1>&6
if test "$wi_cv_prototypes" = no ; then