SF.net SVN: gar:[26001] csw/mgar/pkg/screen/trunk
sfbsdsx at users.sourceforge.net
sfbsdsx at users.sourceforge.net
Sun Oct 23 21:23:28 CEST 2016
Revision: 26001
http://sourceforge.net/p/gar/code/26001
Author: sfbsdsx
Date: 2016-10-23 19:23:27 +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/screen/trunk/Makefile
csw/mgar/pkg/screen/trunk/checksums
Modified: csw/mgar/pkg/screen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/screen/trunk/Makefile 2016-10-23 19:15:53 UTC (rev 26000)
+++ csw/mgar/pkg/screen/trunk/Makefile 2016-10-23 19:23:27 UTC (rev 26001)
@@ -1,5 +1,5 @@
NAME = screen
-VERSION = 4.2.1
+VERSION = 4.4.0
GARTYPE = v2
DESCRIPTION = A window manager that multiplexes a physical terminal.
@@ -12,7 +12,7 @@
endef
VENDOR_URL = http://www.gnu.org/software/screen/
-MASTER_SITES = http://download.savannah.gnu.org/releases/screen/
+MASTER_SITES = $(GNU_MIRROR)
DISTFILES = $(NAME)-$(VERSION).tar.gz
DISTFILES += screenrc
@@ -69,17 +69,8 @@
CONFIGURE_ARGS += --with-sys-screenrc=/etc$(prefix)/screenrc
CONFIGURE_ARGS += --with-socket-dir=/var$(prefix)/run/screen
-# We define this additional macros to avoid the following error:
-# undefined struct/union member: msg_controllen
-# undefined struct/union member: msg_control
-#
-# msg_control(len)? are defined in the historical BSD interfaces
-# that are only available when the following macro are defined.
-#
-# see: http://stackoverflow.com/questions/1034587/how-does-xpg4-2-and-other-defines-work-on-solaris
-EXTRA_CFLAGS += -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1
+CHECKPKG_OVERRIDES_CSWscreen += pkginfo-opencsw-repository-uncommitted
-
include gar/category.mk
# Only configure.in is provided so we must run autogen.sh
@@ -94,4 +85,3 @@
ginstall -D $(WORKDIR_FIRSTMOD)/changelog.CSW $(PKGROOT)/$(docdir)/$(NAME)/changelog.CSW
ginstall -d $(PKGROOT)/var/$(prefix)/run/screen
@$(MAKECOOKIE)
-
Modified: csw/mgar/pkg/screen/trunk/checksums
===================================================================
--- csw/mgar/pkg/screen/trunk/checksums 2016-10-23 19:15:53 UTC (rev 26000)
+++ csw/mgar/pkg/screen/trunk/checksums 2016-10-23 19:23:27 UTC (rev 26001)
@@ -1 +1 @@
-419a0594e2b25039239af8b90eda7d92 screen-4.2.1.tar.gz
+d26e11a3648c2b11aaefa215a55dfd39 screen-4.4.0.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