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

(-)Makefile (-2 / +7 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	fltk
8
PORTNAME=	fltk
9
PORTVERSION=	2.0.${SNAPSHOT}
9
PORTVERSION=	2.0.${SNAPSHOT}
10
PORTREVISION=	2
11
CATEGORIES=	x11-toolkits
10
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	${MASTER_SITE_EASYSW}
11
MASTER_SITES=	${MASTER_SITE_EASYSW}
13
MASTER_SITE_SUBDIR=	fltk/snapshots
12
MASTER_SITE_SUBDIR=	fltk/snapshots
Lines 29-35 Link Here
29
LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
28
LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
30
		jpeg.11:${PORTSDIR}/graphics/jpeg
29
		jpeg.11:${PORTSDIR}/graphics/jpeg
31
30
32
SNAPSHOT=	r6834
31
SNAPSHOT=	r7513
33
32
34
OPTIONS=	FLTK_THREADS "Install with threads support" on \
33
OPTIONS=	FLTK_THREADS "Install with threads support" on \
35
		FLTK_CAIRO "Use cairo as graphics backend" off \
34
		FLTK_CAIRO "Use cairo as graphics backend" off \
Lines 45-50 Link Here
45
USE_XORG=	xcursor xft xi
44
USE_XORG=	xcursor xft xi
46
GNU_CONFIGURE=	yes
45
GNU_CONFIGURE=	yes
47
46
47
LICENSE=	FLTK
48
LICENSE_FILE=	${WRKSRC}/COPYING
49
LICENSE_GROUPS=	GPL
50
LICENSE_NAME=	FLTK License
51
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
52
48
CPPFLAGS+=	-I${LOCALBASE}/include
53
CPPFLAGS+=	-I${LOCALBASE}/include
49
LDFLAGS+=	-L${LOCALBASE}/lib
54
LDFLAGS+=	-L${LOCALBASE}/lib
50
55
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fltk-2.0.x-r6834.tar.bz2) = fdde61eb5b0e72c8662428c625676439
1
MD5 (fltk-2.0.x-r7513.tar.bz2) = 557544badbacca4ee1ebb2448f6e1f8a
2
SHA256 (fltk-2.0.x-r6834.tar.bz2) = aac1d231f9f9c966b11502017a81b160cd5d90f845bc85bfbe7a57afc23c2ed4
2
SHA256 (fltk-2.0.x-r7513.tar.bz2) = a0f8aecc3b191899c0197a0f4d3a63fad95c7692934592ba46af224f386a214c
3
SIZE (fltk-2.0.x-r6834.tar.bz2) = 2527692
3
SIZE (fltk-2.0.x-r7513.tar.bz2) = 2528432
(-)files/patch-fluid-Makefile (-4 / +4 lines)
Lines 1-13 Link Here
1
--- fluid/Makefile.orig	Thu May  4 17:14:35 2006
1
--- fluid/Makefile.orig	2010-06-04 21:04:07.000000000 +0200
2
+++ fluid/Makefile	Mon Jun  5 14:44:17 2006
2
+++ fluid/Makefile	2010-06-04 21:06:16.000000000 +0200
3
@@ -128,10 +128,8 @@
3
@@ -132,10 +132,8 @@
4
 install:
4
 install:
5
 	echo "Installing FLUID2 in $(bindir)..."
5
 	echo "Installing FLUID2 in $(bindir)..."
6
 	-$(MKDIR) $(DESTDIR)$(bindir)
6
 	-$(MKDIR) $(DESTDIR)$(bindir)
7
-	$(CP) $(FLUID) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
7
-	$(CP) $(FLUID) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
8
-	$(STRIP) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
8
-	$(STRIP) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
9
+	$(BSD_INSTALL_PROGRAM) $(FLUID) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
9
+	$(BSD_INSTALL_PROGRAM) $(FLUID) $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
10
 	$(bindir)/fltk2-config --post $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
10
 	$(DESTDIR)$(bindir)/fltk2-config --post $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
11
-	$(CHMOD) 755 $(DESTDIR)$(bindir)/fluid2$(EXEEXT)
11
-	$(CHMOD) 755 $(DESTDIR)$(bindir)/fluid2$(EXEEXT)

Return to bug 147564