View | Details | Raw Unified | Return to bug 237084
Collapse All | Expand All

(-)./Makefile (-2 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	regutil
4
PORTNAME=	regutil
5
PORTVERSION=	1.26
5
PORTVERSION=	1.26
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	http://home.interlog.com/~ptjm/ \
8
MASTER_SITES=	http://home.interlog.com/~ptjm/ \
9
		http://www.ancientgeek.org.uk/distfiles/
9
		http://www.ancientgeek.org.uk/distfiles/
Lines 21-27 Link Here
21
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
LLD_UNSAFE=	yes	# lld lacks built-in search paths
25
MAKEFILE=	Makefile.bsd
24
MAKEFILE=	Makefile.bsd
26
MAKE_ARGS+=	PLIBS="${LDFLAGS:M-L*} -lncurses"
25
MAKE_ARGS+=	PLIBS="${LDFLAGS:M-L*} -lncurses"
27
CFLAGS+=	-D_WANT_SEMUN
26
CFLAGS+=	-D_WANT_SEMUN
(-)./files/patch-Makefile.bsd (+11 lines)
Line 0 Link Here
1
--- Makefile.bsd.orig	2019-04-07 21:58:45 UTC
2
+++ Makefile.bsd
3
@@ -23,7 +23,7 @@ POPT=-O2 -fomit-frame-pointer
4
 PCDEFS=-D_SEMUN_DEFINED -DUSE_STATFS -DINCL_MOUNT -DHAS_F_MNTFROMNAME -DMMAP\
5
  -DUSE_TERMCAP_DB -DHAS_GETBOOTFILE -DHAS_WCHAR
6
 PCFLAGS=-fpic -pipe
7
-PLDFLAGS=-Bdynamic -Bshareable
8
+PLDFLAGS=-Bdynamic -Bshareable -L/usr/lib
9
 PLIBS=-ltermcap
10
 
11
 include Makefile.inc
(-)./files/patch-regstem.c (-1 / +1 lines)
Lines 1-6 Link Here
1
--- regstem.c.orig	2004-06-15 19:15:06 UTC
1
--- regstem.c.orig	2004-06-15 19:15:06 UTC
2
+++ regstem.c
2
+++ regstem.c
3
@@ -53,7 +53,7 @@ static int rxstrcasecmp(const PRXSTRING 
3
@@ -53,7 +53,7 @@ static int rxstrcasecmp(const PRXSTRING l, const PRXST
4
 {
4
 {
5
    register int len = min(l->strlength, r->strlength),
5
    register int len = min(l->strlength, r->strlength),
6
                 d = l->strlength - r->strlength,
6
                 d = l->strlength - r->strlength,
(-)./files/patch-regutil.c (-1 / +1 lines)
Lines 1-6 Link Here
1
--- regutil.c.orig	2004-01-16 14:57:12 UTC
1
--- regutil.c.orig	2004-01-16 14:57:12 UTC
2
+++ regutil.c
2
+++ regutil.c
3
@@ -52,7 +52,7 @@ static void gettimeofday(struct timeval 
3
@@ -52,7 +52,7 @@ static void gettimeofday(struct timeval * tv, struct t
4
 
4
 
5
 struct {
5
 struct {
6
     char * name;
6
     char * name;
(-)./files/patch-rxsupport.c (-1 / +1 lines)
Lines 1-6 Link Here
1
--- rxsupport.c.orig	2003-09-10 21:09:44 UTC
1
--- rxsupport.c.orig	2003-09-10 21:09:44 UTC
2
+++ rxsupport.c
2
+++ rxsupport.c
3
@@ -612,7 +612,7 @@ int cha_adddummy(chararray *ca, const ch
3
@@ -612,7 +612,7 @@ int cha_adddummy(chararray *ca, const char * str, int 
4
     }
4
     }
5
 
5
 
6
     ca->array[ca->count].strlength = len;
6
     ca->array[ca->count].strlength = len;

Return to bug 237084