pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45468: [PATCH] x11/libFS 1.0.2 to 1.0.3



>Number:         45468
>Category:       pkg
>Synopsis:       Update x11/libFS 1.0.2 to 1.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 14 01:45:01 +0000 2011
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.1
>Organization:
KINU Corporation
>Environment:
        
        
System: NetBSD t-105.i.ki.nu 5.1 NetBSD 5.1 (GENERIC) #0: Sat Nov 6 13:19:33 
UTC 2010 
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-RELEASE/amd64/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/amd64/compile/GENERIC
 amd64
Architecture: x86_64
Machine: amd64
>Description:
   Update x11/libFS 1.0.2 to 1.0.3

Date:   Tue Oct 26 18:47:31 2010 -0700
    libFS 1.0.3

-   Remove unnecessary calls from configure.ac
-   AM_PROG_CC is already covered by XORG_DEFAULT_OPTIONS
    AC_SUBST of CFLAGS & LIBS is taken care of by PKG_CHECK_MODULES
-   config: update AC_PREREQ statement to 2.60
-   Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
-    config: install in $docdir and distribute doc/FSlib.txt
-   The dist_doc_DATA statement was designed for that purpose.
-   config: remove the pkgconfig pc.in file from EXTRA_DIST
-   Automake always includes it in the tarball.
-   Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
-    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.
-   INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
-    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.
-   Deploy the new XORG_DEFAULT_OPTIONS #24242
-   This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file 
from
    future changes.
-   Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
-   ChangeLog filename is known to Automake and requires no further
    coding in the makefile.
-   .gitignore: use common defaults with custom section # 24239
-   Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.
-   This is not a GNU project, so declare it foreign.
    
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
    > > it and git wants to commit it.  Should these files even be in git?
    > > Can I nuke them for the betterment of humanity and since they get
    > > created by autoreconf anyways?
    >
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
    
 -  As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
    of the INSTALL file. It is also part of the 24206 solution.

>How-To-Repeat:
        (cd /usr/pkgsrc/x11/libFS; make pacakge-install)
>Fix:

Index: x11/libFS/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/x11/libFS/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- x11/libFS/Makefile  18 Jul 2009 10:30:19 -0000      1.7
+++ x11/libFS/Makefile  14 Oct 2011 01:31:55 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.7 2009/07/18 10:30:19 wiz Exp $
 #
 
-DISTNAME=              libFS-1.0.2
+DISTNAME=              libFS-1.0.3
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
Index: x11/libFS/PLIST
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/x11/libFS/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- x11/libFS/PLIST     14 Jun 2009 22:06:40 -0000      1.3
+++ x11/libFS/PLIST     14 Oct 2011 01:32:34 -0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:06:40 joerg Exp $
+@comment $NetBSD$
 include/X11/fonts/FSlib.h
 lib/libFS.la
 lib/pkgconfig/libfs.pc
+share/doc/libFS/FSlib.txt
Index: x11/libFS/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/x11/libFS/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- x11/libFS/distinfo  18 Jul 2009 10:30:19 -0000      1.3
+++ x11/libFS/distinfo  14 Oct 2011 01:32:03 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2009/07/18 10:30:19 wiz Exp $
 
-SHA1 (libFS-1.0.2.tar.bz2) = 41cf53fae37210acaa034199f01f36af3f3ec548
-RMD160 (libFS-1.0.2.tar.bz2) = 297bfba53064e73cc23d0e9cb272f172e04a9887
-Size (libFS-1.0.2.tar.bz2) = 261401 bytes
+SHA1 (libFS-1.0.3.tar.bz2) = 2b33fa17369605303ae70a7de1aa681879249c92
+RMD160 (libFS-1.0.3.tar.bz2) = a4c1811de0cba5fd40a083031c44a951c240dd3b
+Size (libFS-1.0.3.tar.bz2) = 284331 bytes

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index