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

(-)graphics/libafterimage/Makefile (-11 / +7 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	libafterimage
9
PORTNAME=	libafterimage
10
PORTVERSION=	1.15
10
PORTVERSION=	1.18
11
PORTREVISION=	3
12
CATEGORIES=	graphics
11
CATEGORIES=	graphics
13
MASTER_SITES=	SF/afterstep
12
MASTER_SITES=	SF/afterstep
14
DISTNAME=	libAfterImage-${PORTVERSION}
13
DISTNAME=	libAfterImage-${PORTVERSION}
Lines 22-33 Link Here
22
		tiff.4:${PORTSDIR}/graphics/tiff \
21
		tiff.4:${PORTSDIR}/graphics/tiff \
23
		freetype.9:${PORTSDIR}/print/freetype2
22
		freetype.9:${PORTSDIR}/print/freetype2
24
23
25
USE_GNOME=	librsvg2
26
27
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
USE_XORG=	xext
26
USE_GNOME=	gnometarget librsvg2
28
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
29
USE_XORG=	x11
30
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
31
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
32
		LDFLAGS="-L${LOCALBASE}/lib"
29
		LDFLAGS="-L${LOCALBASE}/lib"
33
CONFIGURE_ARGS=	--disable-staticlibs --enable-sharedlibs \
30
CONFIGURE_ARGS=	--disable-staticlibs --enable-sharedlibs \
Lines 52-62 Link Here
52
post-extract:
49
post-extract:
53
	@${LN} -sf ${WRKSRC} ${WRKDIR}/libAfterImage
50
	@${LN} -sf ${WRKSRC} ${WRKDIR}/libAfterImage
54
51
55
pre-configure:
52
post-patch:
56
	${REINPLACE_CMD} -e 's| malloc\.h | |g ; \
53
	@${REINPLACE_CMD} -e 's|CFLAGS="-O3"||g ; \
57
		 s|-lgif|-lungif|g ; \
54
		 s| malloc\.h | |g ; \
58
		 s|CFLAGS="-O3"||g ; \
55
		 s|-lgif|-lungif|g' ${WRKSRC}/configure
59
		 s| -rdynamic||' ${WRKSRC}/configure
60
56
61
post-install:
57
post-install:
62
	${INSTALL_MAN} ${WRKSRC}/apps/ascompose.man \
58
	${INSTALL_MAN} ${WRKSRC}/apps/ascompose.man \
(-)graphics/libafterimage/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libAfterImage-1.15.tar.bz2) = cac9f813e104f90d63fced6123d54a13
1
MD5 (libAfterImage-1.18.tar.bz2) = 56a455b7710e2f3e2f9748777e87b8cd
2
SHA256 (libAfterImage-1.15.tar.bz2) = e132958d04c69c7870fd7e428bbd33c6235f91e9c5a07d70663c3c930c25877b
2
SHA256 (libAfterImage-1.18.tar.bz2) = f1562240f1dd3a180e07436ee28a993a707654a339d997ad0512692d3fc32312
3
SIZE (libAfterImage-1.15.tar.bz2) = 1091821
3
SIZE (libAfterImage-1.18.tar.bz2) = 1050328
(-)graphics/libafterimage/files/patch-Makefile.in (-22 / +11 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	Thu Aug  2 07:36:22 2007
1
--- Makefile.in.orig	2008-06-19 05:34:51.000000000 +0900
2
+++ Makefile.in	Thu Aug  2 23:00:21 2007
2
+++ Makefile.in	2008-06-26 21:27:22.000000000 +0900
3
@@ -79,7 +79,7 @@
3
@@ -81,7 +81,7 @@
4
 MV		= @MV@
4
 MV		= @MV@
5
 RM		= @RM@
5
 RM		= @RM@
6
 RMF		= @RM@ -f
6
 RMF		= @RM@ -f
Lines 9-15 Link Here
9
 FIND		= @FIND@
9
 FIND		= @FIND@
10
 XARGS		= @XARGS@
10
 XARGS		= @XARGS@
11
 LDCONFIG	= @LDCONFIG@
11
 LDCONFIG	= @LDCONFIG@
12
@@ -92,16 +92,16 @@
12
@@ -94,16 +94,16 @@
13
 LEXFLAGS	=
13
 LEXFLAGS	=
14
 
14
 
15
 INSTALL		= @INSTALL@
15
 INSTALL		= @INSTALL@
Lines 32-38 Link Here
32
 
32
 
33
 USER_LD_FLAGS	= @user_ldflags@
33
 USER_LD_FLAGS	= @user_ldflags@
34
 LIBS_X		= @x_libs@
34
 LIBS_X		= @x_libs@
35
@@ -120,7 +120,7 @@
35
@@ -122,7 +122,7 @@
36
 AFTER_MAN_DIR	= $(DESTDIR)@mandir@/man3
36
 AFTER_MAN_DIR	= $(DESTDIR)@mandir@/man3
37
 AFTER_APP_MAN_DIR	= $(DESTDIR)@mandir@/man1
37
 AFTER_APP_MAN_DIR	= $(DESTDIR)@mandir@/man1
38
 AFTER_SHAREDIR	= $(DESTDIR)@datadir@/$(LIB_DIR_NAME)
38
 AFTER_SHAREDIR	= $(DESTDIR)@datadir@/$(LIB_DIR_NAME)
Lines 41-47 Link Here
41
 
41
 
42
 # We want to build both static and dynamic libs, as some service apps may need 
42
 # We want to build both static and dynamic libs, as some service apps may need 
43
 # static library as they gets run at compile time (ASDocGen for example)
43
 # static library as they gets run at compile time (ASDocGen for example)
44
@@ -161,11 +161,10 @@
44
@@ -163,11 +163,10 @@
45
 install.script:
45
 install.script:
46
 
46
 
47
 install.dyn:	mkdir
47
 install.dyn:	mkdir
Lines 56-71 Link Here
56
 		$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIBDIR)/$(LIB_SHARED); \
56
 		$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIBDIR)/$(LIB_SHARED); \
57
 		if test `uname` = "Linux"; then \
57
 		if test `uname` = "Linux"; then \
58
 		   if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \
58
 		   if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \
59
@@ -230,7 +229,7 @@
59
@@ -232,7 +231,7 @@
60
 		)
60
 		)
61
 
61
 
62
 install.apps: install.lib
62
 install.apps: install.lib
63
-		@(cd apps; make install || exit 1)
63
-		@(if test -d apps; then cd apps; make install || exit 1; fi)
64
+		@(cd apps; $(MAKE) install || exit 1)
64
+		@(if test -d apps; then cd apps; $(MAKE) install || exit 1; fi)
65
 
65
 
66
 # uninstallation targets : 
66
 # uninstallation targets : 
67
 #
67
 #
68
@@ -389,11 +388,8 @@
68
@@ -391,11 +390,8 @@
69
 $(LIB_SHARED): $(LIB_SHARED).$(LIBVERMAJOR)
69
 $(LIB_SHARED): $(LIB_SHARED).$(LIBVERMAJOR)
70
 	$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIB_SHARED)
70
 	$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIB_SHARED)
71
 
71
 
Lines 79-96 Link Here
79
 	 $(LIB_OBJS)
79
 	 $(LIB_OBJS)
80
 
80
 
81
 install.man:
81
 install.man:
82
@@ -402,8 +398,8 @@
82
@@ -421,7 +417,7 @@
83
 			cd doc/man; \
84
 			for f in `ls *.man`; do \
85
 				page_name=`echo $$f| awk -F . '{print $$1}'`; \
86
-	  			echo $(INSTALL_DATA) $$page_name.man $(AFTER_MAN_DIR)/$$page_name.1x; \
87
-	  			$(INSTALL_DATA) $$page_name.man $(AFTER_MAN_DIR)/$$page_name.1x; \
88
+	  			echo $(INSTALL_DATA) $$page_name.man $(AFTER_MAN_DIR)/$$page_name.3x; \
89
+	  			$(INSTALL_DATA) $$page_name.man $(AFTER_MAN_DIR)/$$page_name.3x; \
90
 			done; cd ../..; \
91
 		fi
92
 			
93
@@ -419,7 +415,7 @@
94
 			cd ../..; \
83
 			cd ../..; \
95
 		fi
84
 		fi
96
 
85
 
(-)graphics/libafterimage/pkg-descr (-1 / +1 lines)
Lines 14-17 Link Here
14
diffusion algorithms are used to provide for smooth images even in low
14
diffusion algorithms are used to provide for smooth images even in low
15
colordepth modes.
15
colordepth modes.
16
16
17
WWW: http://afterstep.sourceforge.net/afterimage/
17
WWW: http://www.afterstep.org/afterimage/
(-)graphics/libafterimage/pkg-plist (-1 / +1 lines)
Lines 22-33 Link Here
22
include/libAfterImage/blender.h
22
include/libAfterImage/blender.h
23
include/libAfterImage/bmp.h
23
include/libAfterImage/bmp.h
24
include/libAfterImage/char2uni.h
24
include/libAfterImage/char2uni.h
25
include/libAfterImage/config.h
26
include/libAfterImage/draw.h
25
include/libAfterImage/draw.h
27
include/libAfterImage/export.h
26
include/libAfterImage/export.h
28
include/libAfterImage/imencdec.h
27
include/libAfterImage/imencdec.h
29
include/libAfterImage/import.h
28
include/libAfterImage/import.h
30
include/libAfterImage/pixmap.h
29
include/libAfterImage/pixmap.h
30
include/libAfterImage/scanline.h
31
include/libAfterImage/transform.h
31
include/libAfterImage/transform.h
32
include/libAfterImage/ungif.h
32
include/libAfterImage/ungif.h
33
include/libAfterImage/xcf.h
33
include/libAfterImage/xcf.h

Return to bug 125233