ports/57786: [MAINTAINER] devel/poslib: add patch to make posadis compile under -STABLE
Sergei Kolobov
sergei at kolobov.com
Thu Oct 9 07:10:14 UTC 2003
>Number: 57786
>Category: ports
>Synopsis: [MAINTAINER] devel/poslib: add patch to make posadis compile under -STABLE
>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: Thu Oct 09 00:10:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Sergei Kolobov
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct 5 18:18:29 MSD
>Description:
- Add small patch to poslib-config to allow posadis compile under -STABLE
(patch submitted to the Poslib author)
- Bump PORTREVISION
Added file(s):
- files/patch-poslib-config.in
Generated with FreeBSD Port Tools 0.29
>How-To-Repeat:
>Fix:
--- poslib-1.0.1_2.patch begins here ---
diff -ruN --exclude=CVS /data/home/sgk/ports/my/posadis.org/poslib.orig/Makefile /data/home/sgk/ports/my/posadis.org/poslib/Makefile
--- /data/home/sgk/ports/my/posadis.org/poslib.orig/Makefile Wed Oct 8 11:23:10 2003
+++ /data/home/sgk/ports/my/posadis.org/poslib/Makefile Thu Oct 9 10:53:30 2003
@@ -7,7 +7,7 @@
PORTNAME= poslib
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= posadis
diff -ruN --exclude=CVS /data/home/sgk/ports/my/posadis.org/poslib.orig/files/patch-poslib-config.in /data/home/sgk/ports/my/posadis.org/poslib/files/patch-poslib-config.in
--- /data/home/sgk/ports/my/posadis.org/poslib.orig/files/patch-poslib-config.in Thu Jan 1 03:00:00 1970
+++ /data/home/sgk/ports/my/posadis.org/poslib/files/patch-poslib-config.in Thu Oct 9 10:01:53 2003
@@ -0,0 +1,29 @@
+--- poslib-config.in.orig Thu Oct 9 09:59:25 2003
++++ poslib-config.in Thu Oct 9 10:01:29 2003
+@@ -23,6 +23,8 @@ if test $# -eq 0; then
+ usage 1 1>&2
+ fi
+
++CMD=
++
+ while test $# -gt 0; do
+ case "$1" in
+ -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
+@@ -31,7 +33,7 @@ while test $# -gt 0; do
+
+ case $1 in
+ --version)
+- echo @VERSION@
++ CMD="@VERSION@"
+ ;;
+ --cflags)
+ echo_cflags=yes
+@@ -48,8 +50,6 @@ while test $# -gt 0; do
+ esac
+ shift
+ done
+-
+-CMD=
+
+ if test "$echo_cflags" = "yes"; then
+ CMD="$CMD -I at includedir@/poslib- at VERSION@ -I at libdir@/poslib- at VERSION@/include/ -funsigned-char @THREAD_CFLAGS@"
--- poslib-1.0.1_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list