Skip to content

Commit

Permalink
Ports: Add GNU sed 4.2.1 (SerenityOS#1127)
Browse files Browse the repository at this point in the history
4.2.1 was the last version not to depend upon Gnulib.
  • Loading branch information
danboid authored and awesomekling committed Jan 24, 2020
1 parent d224156 commit f1e9588
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ports/sed/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=sed
version=4.2.1
useconfigure="true"
files="https://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2 sed-4.2.1.tar.bz2"
11 changes: 11 additions & 0 deletions Ports/sed/patches/config.sub.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ./build-aux/config.sub 2009-06-15 10:05:11.000000000 +0100
+++ ./build-aux/config.sub.sos 2020-01-24 10:43:44.561780477 +0000
@@ -1269,7 +1269,7 @@
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
- | -kopensolaris* \
+ | -kopensolaris* | -serenity* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
| -aos* | -aros* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \

0 comments on commit f1e9588

Please sign in to comment.