Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 10:48:07 -0600 (CST)
From:      Jeremy Norris <ishmael27x@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34335: Update port graphics/giblib
Message-ID:  <200201271648.g0RGm7f26945@babylon.merseine.nu>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201271648.g0RGm7f26945>