summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-27 17:21:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-27 17:21:38 +0000
commitfe54f3904b1d1c6c0720920fbcdb971c4aa26b84 (patch)
tree337cadf6b760b6f6c086ba969483233062105b12
parentupdate lfm to 0.9 (diff)
Do not patch the asm blocks on 5.x since GCC 3.x can take full
advantage of MMX and SSE registers. Submitted by: Alexander Nedotsukov <bland@mail.ru>
Notes
Notes: svn path=/head/; revision=85688
-rw-r--r--graphics/gimp-app-devel/Makefile7
-rw-r--r--graphics/gimp-app-devel/files/asm_old_gcc.patch (renamed from graphics/gimp-app-devel/files/patch-asm_old_gcc)0
-rw-r--r--graphics/gimp-app/Makefile7
-rw-r--r--graphics/gimp-app/files/asm_old_gcc.patch (renamed from graphics/gimp-app/files/patch-asm_old_gcc)0
-rw-r--r--graphics/gimp-devel/Makefile7
-rw-r--r--graphics/gimp-devel/files/asm_old_gcc.patch (renamed from graphics/gimp-devel/files/patch-asm_old_gcc)0
-rw-r--r--graphics/gimp/Makefile7
-rw-r--r--graphics/gimp/files/asm_old_gcc.patch (renamed from graphics/gimp/files/patch-asm_old_gcc)0
-rw-r--r--graphics/gimpshop/Makefile7
-rw-r--r--graphics/gimpshop/files/asm_old_gcc.patch (renamed from graphics/gimpshop/files/patch-asm_old_gcc)0
10 files changed, 30 insertions, 5 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 236ddf658910..f3aa4d190aa7 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
PORTVERSION= 1.3.17
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -68,6 +69,10 @@ LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/asm_old_gcc.patch
+.endif
+
.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc)
WITH_HTML_HELP_BROWSER= yes
.endif
@@ -80,7 +85,7 @@ PKGNAMESUFFIX= -gnome
.if defined(WITH_HTML_HELP_BROWSER)
USE_GNOME+= libgtkhtml
-PLIST_SUB+= HELPBROWSER:=""
+PLIST_SUB+= HELPBROWSER:=""
.else
PLIST_SUB+= HELPBROWSER:="@comment "
.endif
diff --git a/graphics/gimp-app-devel/files/patch-asm_old_gcc b/graphics/gimp-app-devel/files/asm_old_gcc.patch
index 56515dc5f61f..56515dc5f61f 100644
--- a/graphics/gimp-app-devel/files/patch-asm_old_gcc
+++ b/graphics/gimp-app-devel/files/asm_old_gcc.patch
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 236ddf658910..f3aa4d190aa7 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
PORTVERSION= 1.3.17
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -68,6 +69,10 @@ LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/asm_old_gcc.patch
+.endif
+
.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc)
WITH_HTML_HELP_BROWSER= yes
.endif
@@ -80,7 +85,7 @@ PKGNAMESUFFIX= -gnome
.if defined(WITH_HTML_HELP_BROWSER)
USE_GNOME+= libgtkhtml
-PLIST_SUB+= HELPBROWSER:=""
+PLIST_SUB+= HELPBROWSER:=""
.else
PLIST_SUB+= HELPBROWSER:="@comment "
.endif
diff --git a/graphics/gimp-app/files/patch-asm_old_gcc b/graphics/gimp-app/files/asm_old_gcc.patch
index 56515dc5f61f..56515dc5f61f 100644
--- a/graphics/gimp-app/files/patch-asm_old_gcc
+++ b/graphics/gimp-app/files/asm_old_gcc.patch
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index 236ddf658910..f3aa4d190aa7 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
PORTVERSION= 1.3.17
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -68,6 +69,10 @@ LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/asm_old_gcc.patch
+.endif
+
.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc)
WITH_HTML_HELP_BROWSER= yes
.endif
@@ -80,7 +85,7 @@ PKGNAMESUFFIX= -gnome
.if defined(WITH_HTML_HELP_BROWSER)
USE_GNOME+= libgtkhtml
-PLIST_SUB+= HELPBROWSER:=""
+PLIST_SUB+= HELPBROWSER:=""
.else
PLIST_SUB+= HELPBROWSER:="@comment "
.endif
diff --git a/graphics/gimp-devel/files/patch-asm_old_gcc b/graphics/gimp-devel/files/asm_old_gcc.patch
index 56515dc5f61f..56515dc5f61f 100644
--- a/graphics/gimp-devel/files/patch-asm_old_gcc
+++ b/graphics/gimp-devel/files/asm_old_gcc.patch
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 236ddf658910..f3aa4d190aa7 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
PORTVERSION= 1.3.17
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -68,6 +69,10 @@ LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/asm_old_gcc.patch
+.endif
+
.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc)
WITH_HTML_HELP_BROWSER= yes
.endif
@@ -80,7 +85,7 @@ PKGNAMESUFFIX= -gnome
.if defined(WITH_HTML_HELP_BROWSER)
USE_GNOME+= libgtkhtml
-PLIST_SUB+= HELPBROWSER:=""
+PLIST_SUB+= HELPBROWSER:=""
.else
PLIST_SUB+= HELPBROWSER:="@comment "
.endif
diff --git a/graphics/gimp/files/patch-asm_old_gcc b/graphics/gimp/files/asm_old_gcc.patch
index 56515dc5f61f..56515dc5f61f 100644
--- a/graphics/gimp/files/patch-asm_old_gcc
+++ b/graphics/gimp/files/asm_old_gcc.patch
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile
index 236ddf658910..f3aa4d190aa7 100644
--- a/graphics/gimpshop/Makefile
+++ b/graphics/gimpshop/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
PORTVERSION= 1.3.17
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -68,6 +69,10 @@ LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/asm_old_gcc.patch
+.endif
+
.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc)
WITH_HTML_HELP_BROWSER= yes
.endif
@@ -80,7 +85,7 @@ PKGNAMESUFFIX= -gnome
.if defined(WITH_HTML_HELP_BROWSER)
USE_GNOME+= libgtkhtml
-PLIST_SUB+= HELPBROWSER:=""
+PLIST_SUB+= HELPBROWSER:=""
.else
PLIST_SUB+= HELPBROWSER:="@comment "
.endif
diff --git a/graphics/gimpshop/files/patch-asm_old_gcc b/graphics/gimpshop/files/asm_old_gcc.patch
index 56515dc5f61f..56515dc5f61f 100644
--- a/graphics/gimpshop/files/patch-asm_old_gcc
+++ b/graphics/gimpshop/files/asm_old_gcc.patch