SF.net SVN: gar:[26000] csw/mgar/pkg/tmux/trunk

sfbsdsx at users.sourceforge.net sfbsdsx at users.sourceforge.net
Sun Oct 23 21:15:54 CEST 2016


Revision: 26000
          http://sourceforge.net/p/gar/code/26000
Author:   sfbsdsx
Date:     2016-10-23 19:15:53 +0000 (Sun, 23 Oct 2016)
Log Message:
-----------
Bump to 4.4.0
Remove useless EXTRA_CFLAGS (fix "configure: error: cannot run C compiled programs")

Modified Paths:
--------------
    csw/mgar/pkg/tmux/trunk/Makefile
    csw/mgar/pkg/tmux/trunk/checksums

Modified: csw/mgar/pkg/tmux/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tmux/trunk/Makefile	2016-10-22 14:39:23 UTC (rev 25999)
+++ csw/mgar/pkg/tmux/trunk/Makefile	2016-10-23 19:15:53 UTC (rev 26000)
@@ -1,18 +1,23 @@
 NAME = tmux
-VERSION = 2.0
+VERSION = 2.3
 GARTYPE = v2
 
 DESCRIPTION = Terminal Multiplexer
 
-MASTER_SITES = $(SF_MIRRORS)
-#MASTER_SITES += http://sourceforge.net/code-snapshots/git/u/u/u/dmichelsen/tmux.git/
-#DISTNAME = tmux-tmux-code-ce52e45d44b38fcedfe27bce519ce6f4fc76a25d
-DISTFILES  = $(DISTNAME).tar.gz
+GITHUB_USER = $(NAME)
+GITHUB_PROJECT = $(NAME)
+GITHUB_REFERENCE = $(VERSION)
+MASTER_SITES = $(GITHUB_MIRROR)
 
-VENDOR_URL = http://tmux.sourceforge.net
+DISTFILES  = $(DISTNAME)$(GITHUB_BALL_EXT)
+WORKSRC = $(WORKDIR)/$(GITHUB_USER)-$(GITHUB_PROJECT)-e34a3b1
+CONFIGURE_SCRIPTS = custom
 
-BUILD_DEP_PKGS = CSWlibevent-dev
+VENDOR_URL = https://github.com/tmux/tmux
 
+BUILD_DEP_PKGS += CSWpkgconfig
+BUILD_DEP_PKGS += CSWlibevent-dev
+
 # Switch to gcc, Sun Studio is causing core dumps:
 #   https://www.opencsw.org/mantis/view.php?id=5165
 GARCOMPILER = GNU
@@ -22,3 +27,7 @@
 PRESERVECONF += $(sysconfdir)/tmux.conf
 
 include gar/category.mk
+
+configure-custom:
+	( cd $(WORKSRC) ; ./autogen.sh ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS) )
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/tmux/trunk/checksums
===================================================================
--- csw/mgar/pkg/tmux/trunk/checksums	2016-10-22 14:39:23 UTC (rev 25999)
+++ csw/mgar/pkg/tmux/trunk/checksums	2016-10-23 19:15:53 UTC (rev 26000)
@@ -1 +1 @@
-9fb6b443392c3978da5d599f1e814eaa  tmux-2.0.tar.gz
+ce3afa48866050ac55cca193301a383c  tmux-2.3.tar.gz

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