From owner-freebsd-ports Sun Jan 27 8:50:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8556537B404 for ; Sun, 27 Jan 2002 08:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0RGo4440457; Sun, 27 Jan 2002 08:50:04 -0800 (PST) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 47DF837B402 for ; Sun, 27 Jan 2002 08:48:08 -0800 (PST) Received: from babylon.merseine.nu (babylon.domain.local [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.6) with ESMTP id g0RGm7L96127 for ; Sun, 27 Jan 2002 10:48:07 -0600 (CST) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id g0RGm7f26945; Sun, 27 Jan 2002 10:48:07 -0600 (CST) (envelope-from ishmael) Message-Id: <200201271648.g0RGm7f26945@babylon.merseine.nu> Date: Sun, 27 Jan 2002 10:48:07 -0600 (CST) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34335: Update port graphics/giblib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34335 >Category: ports >Synopsis: Update port graphics/giblib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 27 08:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-STABLE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:23:18 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port graphics/giblib to latest version, 1.2.2. Update MAINTAINER address. Respect NOPORTDOCS. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 30 Aug 2001 00:29:45 -0000 1.5 +++ Makefile 27 Jan 2002 16:37:15 -0000 @@ -6,15 +6,21 @@ # PORTNAME= giblib -PORTVERSION= 1.2.1 -CATEGORIES= graphics +PORTVERSION= 1.2.2 +CATEGORIES= graphics devel MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ -MAINTAINER= ishmael27@home.com +MAINTAINER= ishmael27x@yahoo.com LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes + +.if defined(NOPORTDOCS) +MAKE_ENV= NO_DOC=yes +.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 30 Aug 2001 00:29:45 -0000 1.4 +++ distinfo 26 Jan 2002 16:36:23 -0000 @@ -1 +1 @@ -MD5 (giblib-1.2.1.tar.gz) = 3bc962ba187d78ff4d2e3a1475f2febd +MD5 (giblib-1.2.2.tar.gz) = 8de287688cc5ec3681d8ab1c7846e302 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 19 Dec 2000 12:01:31 -0000 1.2 +++ pkg-plist 27 Jan 2002 16:27:25 -0000 @@ -1,10 +1,11 @@ +@comment $FreeBSD$ bin/giblib-config -include/giblib/gib_btree.h -include/giblib/gib_hash.h +include/giblib/gib_btree.h +include/giblib/gib_hash.h include/giblib/gib_imlib.h include/giblib/gib_list.h -include/giblib/gib_queue.h -include/giblib/gib_stack.h +include/giblib/gib_queue.h +include/giblib/gib_stack.h include/giblib/gib_style.h include/giblib/gib_utils.h include/giblib/giblib.h @@ -12,9 +13,9 @@ lib/libgiblib.a lib/libgiblib.so lib/libgiblib.so.1 -share/doc/giblib/AUTHORS -share/doc/giblib/ChangeLog -share/doc/giblib/README -share/doc/giblib/TODO +%%PORTDOCS%%share/doc/giblib/AUTHORS +%%PORTDOCS%%share/doc/giblib/ChangeLog +%%PORTDOCS%%share/doc/giblib/README +%%PORTDOCS%%share/doc/giblib/TODO @dirrm include/giblib -@dirrm share/doc/giblib +%%PORTDOCS%%@dirrm share/doc/giblib Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 19 Dec 2000 08:42:44 -0000 1.1 +++ files/patch-aa 27 Jan 2002 16:28:02 -0000 @@ -1,6 +1,9 @@ ---- Makefile.in.orig Fri Nov 10 09:03:22 2000 -+++ Makefile.in Sun Nov 12 14:39:59 2000 -@@ -76,7 +76,7 @@ + +$FreeBSD$ + +--- Makefile.in.orig Sat Jan 26 10:05:59 2002 ++++ Makefile.in Sun Jan 27 10:27:32 2002 +@@ -84,7 +84,7 @@ SUBDIRS = giblib docs_DATA = README AUTHORS ChangeLog TODO @@ -9,3 +12,19 @@ EXTRA_DIST = $(docs_DATA) +@@ -174,6 +174,7 @@ + done + + install-docsDATA: $(docs_DATA) ++.if !defined(NO_DOC) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(docsdir) + @list='$(docs_DATA)'; for p in $$list; do \ +@@ -185,6 +186,7 @@ + $(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p; \ + fi; fi; \ + done ++.endif + + uninstall-docsDATA: + @$(NORMAL_UNINSTALL) Index: files/patch-ltmain.sh =================================================================== RCS file: /home/ncvs/ports/graphics/giblib/files/patch-ltmain.sh,v retrieving revision 1.4 diff -u -r1.4 patch-ltmain.sh --- files/patch-ltmain.sh 20 Dec 2001 06:18:59 -0000 1.4 +++ files/patch-ltmain.sh 27 Jan 2002 16:31:21 -0000 @@ -1,19 +1,19 @@ $FreeBSD: ports/graphics/giblib/files/patch-ltmain.sh,v 1.4 2001/12/20 06:18:59 sobomax Exp $ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Wed Jan 9 13:26:41 2002 ++++ ltmain.sh Sat Jan 26 10:40:27 2002 +@@ -2359,6 +2359,9 @@ + # problems, so we reset it completely + verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + verstring="0.0" + ;; +@@ -4247,10 +4250,12 @@ fi # Install the pseudo-library for information purposes. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message