[csw-devel] SF.net SVN: gar:[21602] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Aug 1 09:59:35 CEST 2013


Revision: 21602
          http://gar.svn.sourceforge.net/gar/?rev=21602&view=rev
Author:   wahwah
Date:     2013-08-01 07:59:35 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
feh/trunk: Initial commit, seems to build

Added Paths:
-----------
    csw/mgar/pkg/feh/
    csw/mgar/pkg/feh/Makefile
    csw/mgar/pkg/feh/branches/
    csw/mgar/pkg/feh/tags/
    csw/mgar/pkg/feh/trunk/
    csw/mgar/pkg/feh/trunk/Makefile
    csw/mgar/pkg/feh/trunk/checksums
    csw/mgar/pkg/feh/trunk/files/
    csw/mgar/pkg/feh/trunk/files/0001-config.mk-adjustments-prefix-compilation.patch

Added: csw/mgar/pkg/feh/Makefile
===================================================================
--- csw/mgar/pkg/feh/Makefile	                        (rev 0)
+++ csw/mgar/pkg/feh/Makefile	2013-08-01 07:59:35 UTC (rev 21602)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/feh/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/feh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/feh/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/feh/trunk/Makefile	2013-08-01 07:59:35 UTC (rev 21602)
@@ -0,0 +1,31 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = feh
+VERSION = 2.9.3
+GARTYPE = v2
+
+DESCRIPTION = X11 image viewer aimed mostly at console users
+
+VENDOR_URL = http://feh.finalrewind.org/
+MASTER_SITES = http://feh.finalrewind.org/
+DISTFILES  = $(DISTNAME).tar.bz2
+
+PATCHFILES += 0001-config.mk-adjustments-prefix-compilation.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+CONFIGURE_SCRIPTS =
+
+# Test turned off for now. Error: "Can't locate Test/Command.pm in @INC"
+TEST_SCRIPTS =
+# TEST_TARGET = test
+
+GARCOMPILER = GNU
+
+RUNTIME_DEP_PKGS_CSWfeh += CSWlibimlib2-1
+RUNTIME_DEP_PKGS_CSWfeh += CSWlibpng15-15
+RUNTIME_DEP_PKGS_CSWfeh += CSWlibgiblib1
+RUNTIME_DEP_PKGS_CSWfeh += CSWlibcurl4
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/feh/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/feh/trunk/checksums
===================================================================
--- csw/mgar/pkg/feh/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/feh/trunk/checksums	2013-08-01 07:59:35 UTC (rev 21602)
@@ -0,0 +1 @@
+7c6ecdc36eaf9f14a13f8cf35988da45  feh-2.9.3.tar.bz2

Added: csw/mgar/pkg/feh/trunk/files/0001-config.mk-adjustments-prefix-compilation.patch
===================================================================
--- csw/mgar/pkg/feh/trunk/files/0001-config.mk-adjustments-prefix-compilation.patch	                        (rev 0)
+++ csw/mgar/pkg/feh/trunk/files/0001-config.mk-adjustments-prefix-compilation.patch	2013-08-01 07:59:35 UTC (rev 21602)
@@ -0,0 +1,35 @@
+From 60fa5fe0dbe652be136de08b4c14706a23e0c364 Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Thu, 1 Aug 2013 09:54:25 +0200
+Subject: [PATCH] config.mk adjustments: prefix, compilation
+
+---
+ config.mk | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/config.mk b/config.mk
+index 54cf7e9..42acc24 100644
+--- a/config.mk
++++ b/config.mk
+@@ -2,7 +2,7 @@ PACKAGE ?= feh
+ VERSION ?= 2.9.3
+ 
+ # Prefix for all installed files
+-PREFIX ?= /usr/local
++PREFIX ?= /opt/csw
+ 
+ # Directories for manuals, executables, docs, data, etc.
+ main_dir = ${DESTDIR}${PREFIX}
+@@ -16,7 +16,8 @@ desktop_dir = ${main_dir}/share/applications
+ 
+ # default CFLAGS
+ CFLAGS ?= -g -O2
+-CFLAGS += -Wall -Wextra -pedantic
++CFLAGS += -DNAME_MAX=FILENAME_MAX
++# CFLAGS += -Wall -Wextra -pedantic
+ 
+ curl ?= 1
+ debug ?= 0
+-- 
+1.8.3.1
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list