core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+4 -4
View File
@@ -10,13 +10,13 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.export("CXXFLAGS","%s -fno-rtti -fno-exceptions" % get.CXXFLAGS())
#autotools.autoreconf("-fi")
shelltools.export("PAGE", "a4")
autotools.configure("--prefix=/usr \
--with-appresdir=/usr/share/X11/app-defaults \
--with-x")
--without-x")
def build():
shelltools.export("LC_ALL", "C")
#shelltools.export("LC_ALL", "C")
autotools.make()
def install():
@@ -0,0 +1,24 @@
format dashes as dashes so as to not confuse people
http://bugs.gentoo.org/16108
http://bugs.gentoo.org/17580
http://bugs.gentoo.org/121502
--- tmac/man.local
+++ tmac/man.local
@@ -1,2 +1,6 @@
.\" This file is loaded after an-old.tmac.
.\" Put any local modifications to an-old.tmac here.
+.if '\*[.T]'utf8' \{\
+. char \- \N'45'
+. char - \N'45'
+.\}
--- tmac/mdoc.local
+++ tmac/mdoc.local
@@ -1,2 +1,6 @@
.\" This file is loaded after doc.tmac.
.\" Put any local modifications to doc.tmac here.
+.if '\*[.T]'utf8' \{\
+. char \- \N'45'
+. char - \N'45'
+.\}
@@ -0,0 +1,11 @@
--- groff-1.22.3/Makefile.in
+++ groff-1.22.3/Makefile.in
@@ -864,7 +864,7 @@
-f $(top_srcdir)/Makefile.ccpg \
-f Makefile.dep $(do)
-$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE \
+$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS) $(SHPROGDIRS): FORCE \
$(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS)
@$(ENVSETUP); \
if test $(srcdir) = .; then \
+13
View File
@@ -0,0 +1,13 @@
diff --git a/Makefile.in b/Makefile.in
index bc156ce..70c6f85 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -896,6 +896,8 @@ $(GNULIBDIRS): FORCE
$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
esac
+$(SHPROGDIRS): $(PROGDEPDIRS)
+
$(OTHERDIRS): $(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS) $(SHPROGDIRS)
$(INCDIRS) $(PROGDEPDIRS) $(SHPROGDIRS) $(OTHERDIRS): FORCE
File diff suppressed because it is too large Load Diff
+12 -2
View File
@@ -14,10 +14,14 @@
<IsA>app:console</IsA>
<Summary>A document formatting system</Summary>
<Description>groff is a document formatting system. Groff takes standard text and formatting commands as input and produces formatted output.</Description>
<Archive sha1sum="37223941e25bb504bf54631daaabb01b147dc1d3" type="targz">http://ftp.gnu.org/gnu/groff/groff-1.22.2.tar.gz</Archive>
<Archive sha1sum="61a6808ea1ef715df9fa8e9b424e1f6b9fa8c091" type="targz">http://ftp.gnu.org/gnu/groff/groff-1.22.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
</BuildDependencies>
<Patches>
<Patch>groff-1.19.2-man-unicode-dashes.patch</Patch>
<Patch level="1">groff-1.22.3-parallel-mom.patch</Patch>
</Patches>
</Source>
<Package>
@@ -31,7 +35,6 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/groff</Path>
<Path fileType="data">/usr/share/X11/app-defaults</Path>
</Files>
</Package>
@@ -49,6 +52,13 @@
</Package>
<History>
<Update release="6">
<Date>2015-04-02</Date>
<Version>1.22.3</Version>
<Comment>Release bump, remove X builddep.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-05-11</Date>
<Version>1.22.2</Version>