pkgsrc-Bugs archive

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

PR/42763 CVS commit: pkgsrc/editors



The following reply was made to PR pkg/42763; it has been noted by GNATS.

From: "Hiramatsu Yoshifumi" <hiramatsu%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42763 CVS commit: pkgsrc/editors
Date: Tue, 8 Feb 2011 13:20:14 +0000

 Module Name:   pkgsrc
 Committed By:  hiramatsu
 Date:          Tue Feb  8 13:20:14 UTC 2011
 
 Modified Files:
        pkgsrc/editors/emacs: modules.mk version.mk
        pkgsrc/editors/emacs-nox11: version.mk
        pkgsrc/editors/emacs21: version.mk
        pkgsrc/editors/emacs21-nox11: version.mk
        pkgsrc/editors/emacs22: version.mk
        pkgsrc/editors/emacs22-nox11: version.mk
 
 Log Message:
 Instead of extracting version string from PKGNAME, use
 ${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed
 version of emacs.
 
 Also, set minimum version of _EMACS_REQD to the same as
 ${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink
 does not work for emacs lisp libraries.
 
 Should fix PR/42763.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/emacs/modules.mk
 cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/emacs/version.mk
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/emacs-nox11/version.mk
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs21/version.mk
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs21-nox11/version.mk
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs22/version.mk
 cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22-nox11/version.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index