Date: Sun, 19 Sep 1999 14:07:51 +0200 (CEST) From: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13826: gpasman update 1.1.3 -> 1.3.0 Message-ID: <199909191207.OAA00693@dominik.saargate.de>
next in thread | raw e-mail | index | archive | help
>Number: 13826 >Category: ports >Synopsis: gpasman update 1.1.3 -> 1.3.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 10:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urN gpasman.old/Makefile gpasman/Makefile --- gpasman.old/Makefile Sun Sep 19 13:53:05 1999 +++ gpasman/Makefile Sun Sep 19 14:05:28 1999 @@ -1,14 +1,14 @@ # New ports collection makefile for: gpasman -# Version required: 1.1.3 +# Version required: 1.3.0 # Date created: Mon Mai 10 1999 # Whom: domi@saargate.de # # $FreeBSD: ports/security/gpasman/Makefile,v 1.2 1999/08/31 01:51:06 peter Exp $ # -DISTNAME= gpasman-1.1.3 +DISTNAME= gpasman-1.3.0 CATEGORIES= security -MASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ +MASTER_SITES= http://gpasman.nl.linux.org/ MAINTAINER= domi@saargate.de @@ -17,5 +17,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin .include <bsd.port.mk> diff -urN gpasman.old/files/md5 gpasman/files/md5 --- gpasman.old/files/md5 Sun Sep 19 13:53:05 1999 +++ gpasman/files/md5 Sun Sep 19 13:54:30 1999 @@ -1 +1 @@ -MD5 (gpasman-1.1.3.tar.gz) = 866e9e87fa7df0bc0c627ebaa3c36166 +MD5 (gpasman-1.3.0.tar.gz) = e50e9b93427cc610067f725d6160c45f diff -urN gpasman.old/patches/patch-aa gpasman/patches/patch-aa --- gpasman.old/patches/patch-aa Sun Sep 19 13:53:05 1999 +++ gpasman/patches/patch-aa Sun Sep 19 13:57:51 1999 @@ -1,11 +1,13 @@ ---- configure.in.orig Thu May 6 05:37:14 1999 -+++ configure.in Mon May 10 19:06:10 1999 -@@ -7,7 +7,7 @@ - AC_PROG_CC - AC_PROG_INSTALL - AC_PATH_PROGS(strip, strip, /usr/bin/strip) --AC_PATH_PROG(GTKCONFIG,gtk-config) -+AC_PATH_PROG(GTKCONFIG,gtk12-config) +--- configure.orig Thu May 6 05:46:20 1999 ++++ configure Sun Sep 19 13:56:26 1999 +@@ -871,8 +871,8 @@ + done + test -n "$strip" || strip="/usr/bin/strip" - dnl Check for architecture - AC_C_BIGENDIAN +-# Extract the first word of "gtk-config", so it can be a program name with args. +-set dummy gtk-config; ac_word=$2 ++# Extract the first word of "gtk12-config", so it can be a program name with args. ++set dummy gtk12-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:878: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then diff -urN gpasman.old/patches/patch-ab gpasman/patches/patch-ab --- gpasman.old/patches/patch-ab Sun Sep 19 13:53:05 1999 +++ gpasman/patches/patch-ab Sun Sep 19 13:59:16 1999 @@ -1,13 +1,14 @@ ---- configure.orig Thu May 6 05:46:20 1999 -+++ configure Mon May 10 19:06:10 1999 -@@ -871,8 +871,8 @@ - done - test -n "$strip" || strip="/usr/bin/strip" +--- src/Makefile.in.orig Sun Sep 19 13:56:52 1999 ++++ src/Makefile.in Sun Sep 19 13:57:20 1999 +@@ -26,9 +26,9 @@ --# Extract the first word of "gtk-config", so it can be a program name with args. --set dummy gtk-config; ac_word=$2 -+# Extract the first word of "gtk12-config", so it can be a program name with args. -+set dummy gtk12-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:878: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then + + CC = @CC@ +-CFLAGS = @DEFS@ @CFLAGS@ $(shell @GTKCONFIG@ --cflags) ++CFLAGS = @DEFS@ @CFLAGS@ `@GTKCONFIG@ --cflags` + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ $(shell @GTKCONFIG@ --libs) ++LIBS = @LIBS@ `@GTKCONFIG@ --libs` + INSTALL = @INSTALL@ + + SRCS = librc2.c file.c gpasman.c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909191207.OAA00693>