ports/57105: [PATCH] comms/libticables: fix unbuildable port
Tijl Coosemans
tijl at ulyssis.org
Mon Sep 22 18:50:10 UTC 2003
>Number: 57105
>Category: ports
>Synopsis: [PATCH] comms/libticables: fix unbuildable port
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 22 11:50:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Tijl Coosemans
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD 10-4-5-217.kotnet.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Jun 28 17:44:16 CEST 2003 root at 10-4-5-217.kotnet.org:/usr/obj/usr/src/sys/TIJL i386
>Description:
Due to a file not respecting PREFIX, bento failed to build a package. The attached patch addresses this issue.
Additionally, a second patch adresses a compile error.
>How-To-Repeat:
>Fix:
--- patch begins here ---
diff -Nru libticables.orig/files/patch-macros-Makefile.in libticables/files/patch-macros-Makefile.in
--- libticables.orig/files/patch-macros-Makefile.in Thu Jan 1 01:00:00 1970
+++ libticables/files/patch-macros-Makefile.in Sat Sep 20 12:43:08 2003
@@ -0,0 +1,11 @@
+--- macros/Makefile.in.orig Sat Sep 20 12:42:11 2003
++++ macros/Makefile.in Sat Sep 20 12:42:36 2003
+@@ -189,7 +189,7 @@
+ done
+
+
+-aclocaldir = @ACLOCALDIR@
++aclocaldir = ${datadir}/aclocal
+
+ @Aclocal_TRUE at aclocal_DATA = ticables.m4
+ subdir = macros
diff -Nru libticables.orig/files/patch-src-intrface.c libticables/files/patch-src-intrface.c
--- libticables.orig/files/patch-src-intrface.c Thu Jan 1 01:00:00 1970
+++ libticables/files/patch-src-intrface.c Sat Sep 13 19:58:03 2003
@@ -0,0 +1,10 @@
+--- src/intrface.c.orig Sat Sep 13 18:45:17 2003
++++ src/intrface.c Sat Sep 13 19:56:41 2003
+@@ -722,6 +722,7 @@
+ /*********************/
+
+ extern const char *search_for_tipar_node(int minor);
++extern const char *search_for_tiser_node(int minor);
+
+ static int convert_port_into_device(void)
+ {
--- patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list