View | Details | Raw Unified | Return to bug 40619
Collapse All | Expand All

(-)archivers/lzo/Makefile (+2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	lzo
8
PORTNAME=	lzo
9
PORTVERSION=	1.08
9
PORTVERSION=	1.08
10
PORTREVISION=	1
10
CATEGORIES=	archivers devel
11
CATEGORIES=	archivers devel
11
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
12
MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
12
		${MASTER_SITE_SUNSITE}
13
		${MASTER_SITE_SUNSITE}
Lines 15-20 Link Here
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
17
17
USE_LIBTOOL=	yes
18
USE_LIBTOOL=	yes
19
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
18
CONFIGURE_ARGS=	--enable-shared
20
CONFIGURE_ARGS=	--enable-shared
19
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
20
22
(-)archivers/lzo/files/patch-ac (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Sun Jul 14 10:29:10 2002
2
+++ configure	Sun Jul 14 10:30:32 2002
3
@@ -12064,7 +12064,7 @@
4
   if test "X$enable_debug" = Xyes; then
5
     CFLAGS="$CFLAGS -O0"
6
   else
7
-    CFLAGS="$CFLAGS -O2"
8
+    CFLAGS="$CFLAGS"
9
   fi
10
   CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings"
11
   case $MFX_CPU in
(-)archivers/lzo/files/patch-configure (+19 lines)
Line 0 Link Here
1
--- configure.orig	Sat Jul 13 10:31:52 2002
2
+++ configure	Tue Jul 16 04:08:48 2002
3
@@ -7991,6 +7991,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
@@ -12064,7 +12065,7 @@
12
   if test "X$enable_debug" = Xyes; then
13
     CFLAGS="$CFLAGS -O0"
14
   else
15
-    CFLAGS="$CFLAGS -O2"
16
+    CFLAGS="$CFLAGS"
17
   fi
18
   CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings"
19
   case $MFX_CPU in
(-)archivers/lzo/pkg-plist (-1 lines)
Lines 11-17 Link Here
11
include/lzoconf.h
11
include/lzoconf.h
12
include/lzoutil.h
12
include/lzoutil.h
13
lib/liblzo.a
13
lib/liblzo.a
14
lib/liblzo.la
15
lib/liblzo.so
14
lib/liblzo.so
16
lib/liblzo.so.1
15
lib/liblzo.so.1
17
%%PORTDOCS%%share/doc/lzo/LTEST.TXT
16
%%PORTDOCS%%share/doc/lzo/LTEST.TXT

Return to bug 40619