Bug 114670 - [REPOCOPY] japanese/lookup -> japanese/lookup-emacs21
Summary: [REPOCOPY] japanese/lookup -> japanese/lookup-emacs21
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-17 19:00 UTC by Yasuhiro Kimura
Modified: 2007-08-09 15:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2007-07-17 19:00:09 UTC
	Please repocopy japanese/lookup to japanese/lookup to chase the update
	of editors/emacs.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-17 19:00:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

anray@ wants to have elisp PRs
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2007-07-28 09:48:11 UTC
Hello.

Would you please send this PR to the queue of repocopy?

Regards.
Comment 3 Andrey Slusar freebsd_committer freebsd_triage 2007-07-29 10:51:59 UTC
Responsible Changed
From-To: anray->freebsd-ports-bugs

Back to queue.
Comment 4 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-02 10:12:15 UTC
State Changed
From-To: open->repocopy

repocopy request: japanese/lookup -> japanese/lookup-emacs21 


Comment 5 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-02 10:12:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

repocopy request: japanese/lookup -> japanese/lookup-emacs21
Comment 6 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-08-04 07:27:22 UTC
State Changed
From-To: repocopy->open

Repocopy complete. 


Comment 7 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-08-04 07:27:22 UTC
Responsible Changed
From-To: portmgr->sem

Repocopy complete.
Comment 8 Yasuhiro Kimura freebsd_committer freebsd_triage 2007-08-05 02:17:50 UTC
Please apply following patch.

Regards.

Index: japanese/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/Makefile,v
retrieving revision 1.661
diff -u -r1.661 Makefile
--- japanese/Makefile	4 Aug 2007 08:05:03 -0000	1.661
+++ japanese/Makefile	4 Aug 2007 23:41:46 -0000
@@ -182,6 +182,7 @@
     SUBDIR += lipsf
     SUBDIR += lookup
     SUBDIR += lookup-emacs20
+    SUBDIR += lookup-emacs21
     SUBDIR += lsd-fpw
     SUBDIR += lynx
     SUBDIR += lynx-current
Index: japanese/lookup/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/lookup/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- japanese/lookup/Makefile	23 Jul 2007 09:36:03 -0000	1.29
+++ japanese/lookup/Makefile	5 Aug 2007 00:05:53 -0000
@@ -8,9 +8,9 @@
 PORTNAME=	lookup
 PORTVERSION=	1.4.1
 PORTREVISION=	1
-PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 CATEGORIES=	japanese elisp
 MASTER_SITES=	http://openlab.ring.gr.jp/edict/lookup/dist/
+PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc
@@ -19,10 +19,11 @@
 PKGDIR=		${.CURDIR}/../lookup
 PLIST=		${.CURDIR}/pkg-plist
 USE_EMACS=	yes
-EMACS_PORT_NAME?=	emacs21
 
 INFO?=		lookup lookup-guide
 
+.include <bsd.port.pre.mk>
+
 .if (${EMACS_PORT_NAME} == "xemacs21-mule")
 EMACSDIR=	${PREFIX}/lib/xemacs/site-packages
 ELISPDIR=	${EMACSDIR}/lisp/lookup
@@ -34,7 +35,7 @@
 PLIST_SUB=	ELISPDIR=${EMACS_VERSION_SITE_LISPDIR}
 .endif
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
+CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
 		--with-lispdir=${ELISPDIR}
 
 post-install:
@@ -48,4 +49,4 @@
 		${EMACSDIR}/pkginfo/
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: japanese/lookup-emacs21/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/lookup-emacs21/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- japanese/lookup-emacs21/Makefile	23 Jul 2007 09:36:03 -0000	1.29
+++ japanese/lookup-emacs21/Makefile	4 Aug 2007 23:36:12 -0000
@@ -5,47 +5,9 @@
 # $FreeBSD: ports/japanese/lookup-emacs21/Makefile,v 1.29 2007/07/23 09:36:03 rafan Exp $
 #
 
-PORTNAME=	lookup
-PORTVERSION=	1.4.1
-PORTREVISION=	1
-PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
-CATEGORIES=	japanese elisp
-MASTER_SITES=	http://openlab.ring.gr.jp/edict/lookup/dist/
+MASTERDIR=	${.CURDIR}/../lookup
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc
-
-FILESDIR=	${.CURDIR}/../lookup/files
-PKGDIR=		${.CURDIR}/../lookup
-PLIST=		${.CURDIR}/pkg-plist
 USE_EMACS=	yes
-EMACS_PORT_NAME?=	emacs21
-
-INFO?=		lookup lookup-guide
-
-.if (${EMACS_PORT_NAME} == "xemacs21-mule")
-EMACSDIR=	${PREFIX}/lib/xemacs/site-packages
-ELISPDIR=	${EMACSDIR}/lisp/lookup
-PORTINFODIR=	${EMACSDIR}/info
-MANIFEST=	MANIFEST.lookup
-.else
-ELISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/lookup
-PORTINFODIR=	${PREFIX}/info
-PLIST_SUB=	ELISPDIR=${EMACS_VERSION_SITE_LISPDIR}
-.endif
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
-		--with-lispdir=${ELISPDIR}
-
-post-install:
-.if (${EMACS_PORT_NAME} == "xemacs21-mule")
-	${RM} -f ${WRKDIR}/${MANIFEST}
-	emacsdir=`${ECHO_CMD} ${EMACSDIR} | ${SED} -e "s;^${PREFIX}/;;"`; \
-	${CAT} ${PLIST} | ${GREP} -e "^$${emacsdir}" | \
-		${SED} -e "s;^$${emacsdir}/;;" > ${WRKDIR}/${MANIFEST}
-	${MKDIR} ${EMACSDIR}/pkginfo
-	${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \
-		${EMACSDIR}/pkginfo/
-.endif
+EMACS_PORT_NAME=	emacs21
 
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
Index: japanese/lookup-emacs21/distinfo
===================================================================
RCS file: japanese/lookup-emacs21/distinfo
diff -N japanese/lookup-emacs21/distinfo
--- japanese/lookup-emacs21/distinfo	2 Feb 2007 06:59:58 -0000	1.8
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-MD5 (lookup-1.4.1.tar.gz) = 5f66507835f8636bd3a91243d0760a46
-SHA256 (lookup-1.4.1.tar.gz) = 13ab02652e322773f279db1862e4423c24da0da0b662dd6a29dbd95aca729bfa
-SIZE (lookup-1.4.1.tar.gz) = 346391
Index: japanese/lookup-emacs21/pkg-descr
===================================================================
RCS file: japanese/lookup-emacs21/pkg-descr
diff -N japanese/lookup-emacs21/pkg-descr
--- japanese/lookup-emacs21/pkg-descr	31 Jul 2004 12:51:08 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-Lookup is a search interface to electronic dictionaries within Emacs.
-You can use various sources (such as CD-ROM books, dictionary server on
-the network, and so on) as dictionaries by the simple operation.
-
-Lookup works on GNU Emacs 19.28 or later, XEmacs 20.3 or later, Mule
-2.3, and Meadow 1.0 or later.
-
-WWW: http://openlab.ring.gr.jp/edict/lookup/index.html
Index: japanese/lookup-emacs21/pkg-plist
===================================================================
RCS file: japanese/lookup-emacs21/pkg-plist
diff -N japanese/lookup-emacs21/pkg-plist
--- japanese/lookup-emacs21/pkg-plist	4 Dec 2005 08:59:03 -0000	1.6
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,49 +0,0 @@
-%%ELISPDIR%%/lookup/evi.el
-%%ELISPDIR%%/lookup/evi.elc
-%%ELISPDIR%%/lookup/evi-mule.el
-%%ELISPDIR%%/lookup/evi-mule.elc
-%%ELISPDIR%%/lookup/lookup.el
-%%ELISPDIR%%/lookup/lookup.elc
-%%ELISPDIR%%/lookup/lookup-utils.el
-%%ELISPDIR%%/lookup/lookup-utils.elc
-%%ELISPDIR%%/lookup/lookup-types.el
-%%ELISPDIR%%/lookup/lookup-types.elc
-%%ELISPDIR%%/lookup/lookup-vse.el
-%%ELISPDIR%%/lookup/lookup-vse.elc
-%%ELISPDIR%%/lookup/lookup-package.el
-%%ELISPDIR%%/lookup/lookup-package.elc
-%%ELISPDIR%%/lookup/lookup-kanji.el
-%%ELISPDIR%%/lookup/lookup-kanji.elc
-%%ELISPDIR%%/lookup/lookup-entry.el
-%%ELISPDIR%%/lookup/lookup-entry.elc
-%%ELISPDIR%%/lookup/lookup-content.el
-%%ELISPDIR%%/lookup/lookup-content.elc
-%%ELISPDIR%%/lookup/lookup-select.el
-%%ELISPDIR%%/lookup/lookup-select.elc
-%%ELISPDIR%%/lookup/ndic.el
-%%ELISPDIR%%/lookup/ndic.elc
-%%ELISPDIR%%/lookup/ndeb.el
-%%ELISPDIR%%/lookup/ndeb.elc
-%%ELISPDIR%%/lookup/ndeb-binary.el
-%%ELISPDIR%%/lookup/ndeb-binary.elc
-%%ELISPDIR%%/lookup/ndtp.el
-%%ELISPDIR%%/lookup/ndtp.elc
-%%ELISPDIR%%/lookup/ndict.el
-%%ELISPDIR%%/lookup/ndict.elc
-%%ELISPDIR%%/lookup/ndkks.el
-%%ELISPDIR%%/lookup/ndkks.elc
-%%ELISPDIR%%/lookup/ndspell.el
-%%ELISPDIR%%/lookup/ndspell.elc
-%%ELISPDIR%%/lookup/ndcookie.el
-%%ELISPDIR%%/lookup/ndcookie.elc
-%%ELISPDIR%%/lookup/ndmisc.el
-%%ELISPDIR%%/lookup/ndmisc.elc
-%%ELISPDIR%%/lookup/ndsrd.el
-%%ELISPDIR%%/lookup/ndsrd.elc
-%%ELISPDIR%%/lookup/sdicf.el
-%%ELISPDIR%%/lookup/sdicf.elc
-%%ELISPDIR%%/lookup/stem-english.el
-%%ELISPDIR%%/lookup/stem-english.elc
-%%ELISPDIR%%/lookup/lookup-vars.el
-%%ELISPDIR%%/lookup/lookup-vars.elc
-@dirrm %%ELISPDIR%%/lookup
Index: japanese/lookup-emacs21/files/patch-ab
===================================================================
RCS file: japanese/lookup-emacs21/files/patch-ab
diff -N japanese/lookup-emacs21/files/patch-ab
--- japanese/lookup-emacs21/files/patch-ab	10 Jul 2000 17:36:21 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
---- lisp/lookup-vars.el.in~	Sat Jun 17 09:55:39 2000
-+++ lisp/lookup-vars.el.in	Wed Jun 21 16:57:28 2000
-@@ -167,8 +167,9 @@
-   :type 'boolean
-   :group 'lookup-general-options)
- 
--(defcustom lookup-use-kakasi (or (locate-library "kakasi" nil exec-path)
--				 (locate-library "kakasi.exe" nil exec-path))
-+(defcustom lookup-use-kakasi (let ((load-path exec-path))
-+			       (or (locate-library "kakasi")
-+				   (locate-library "kakasi.exe")))
-   "*Non-nil $B$r;XDj$9$k$H!"$$$/$D$+$N6ILL$G(B KAKASI $B$,MxMQ$5$l$k!#(B
- $B$3$l$O8=:_!"6qBNE*$K$OF|K\8l$N%G%U%)%k%H$N8!:w8l$N@Z$j=P$7$KMQ$$$F$$$k!#(B"
-   :type 'boolean
Comment 9 dfilter service freebsd_committer freebsd_triage 2007-08-07 11:14:16 UTC
sem         2007-08-07 10:14:11 UTC

  FreeBSD ports repository

  Modified files:
    japanese/lookup      Makefile distinfo pkg-descr pkg-plist 
  Log:
  -Force commit to note the port was repocopied to japanese/lookup-emacs21
  
  PR:             ports/114670
  Submitted by:   maintainer
  Repocopied by:  marcus
  
  Revision  Changes    Path
  1.30      +0 -0      ports/japanese/lookup/Makefile
  1.9       +0 -0      ports/japanese/lookup/distinfo
  1.4       +0 -0      ports/japanese/lookup/pkg-descr
  1.7       +0 -0      ports/japanese/lookup/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-08 10:36:43 UTC
Extra files leaved after deinstall in lookup-emacs21:

=== Checking filesystem state after all packages deleted
================================================================
list of extra files and directories in / (not present on clean system 
but present after everything was deinstalled)
1961693        4 -rw-r--r--    1 root             wheel 
  72 Aug  7 10:23 etc/periodic.conf
1961695        4 -rw-r--r--    1 root             wheel 
  67 Aug  7 10:23 etc/rc.conf
967860        4 drwxr-xr-x    3 root             wheel 
512 Aug  7 10:23 usr/local/share/emacs/21.3
1155894        4 drwxr-xr-x    3 root             wheel 
512 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp
1155898        4 drwxr-xr-x    2 root             wheel 
1536 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup
1155899       16 -r--r--r--    1 root             wheel 
8054 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/evi.el
1155901       16 -r--r--r--    1 root             wheel 
6767 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/evi.elc
1155903        4 -r--r--r--    1 root             wheel 
1818 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/evi-mule.el
1155904        4 -r--r--r--    1 root             wheel 
1535 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/evi-mule.elc
1155925       52 -r--r--r--    1 root             wheel 
26498 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/lookup.el
1155929      228 -r--r--r--    1 root             wheel 
114733 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/lookup.elc
1155930       40 -r--r--r--    1 root             wheel 
19444 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-utils.el
1155937       32 -r--r--r--    1 root             wheel 
15460 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-utils.elc
1155938       92 -r--r--r--    1 root             wheel 
46120 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-types.el
1155942       76 -r--r--r--    1 root             wheel 
38821 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-types.elc
1155946       28 -r--r--r--    1 root             wheel 
12804 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/lookup-vse.el
1155954       24 -r--r--r--    1 root             wheel 
10767 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-vse.elc
1155956       20 -r--r--r--    1 root             wheel 
8540 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-package.el
1155960        8 -r--r--r--    1 root             wheel 
3596 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-package.elc
1155980        8 -r--r--r--    1 root             wheel 
3967 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-kanji.el
1155984       12 -r--r--r--    1 root             wheel 
4176 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-kanji.elc
1155988       44 -r--r--r--    1 root             wheel 
21502 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-entry.el
1155992       44 -r--r--r--    1 root             wheel 
20499 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-entry.elc
1155993       24 -r--r--r--    1 root             wheel 
10911 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-content.el
1155997       20 -r--r--r--    1 root             wheel 
8949 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-content.elc
1156005       24 -r--r--r--    1 root             wheel 
10374 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-select.el
1156009       20 -r--r--r--    1 root             wheel 
9338 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-select.elc
1156013       16 -r--r--r--    1 root             wheel 
7388 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndic.el
1156018       12 -r--r--r--    1 root             wheel 
6097 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndic.elc
1156022       28 -r--r--r--    1 root             wheel 
12844 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndeb.el
1156023       24 -r--r--r--    1 root             wheel 
11868 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndeb.elc
1156025       40 -r--r--r--    1 root             wheel 
20052 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/ndeb-binary.el
1156026       40 -r--r--r--    1 root             wheel 
18860 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/ndeb-binary.elc
1156027       24 -r--r--r--    1 root             wheel 
10269 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndtp.el
1156028       20 -r--r--r--    1 root             wheel 
8562 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndtp.elc
1156030       16 -r--r--r--    1 root             wheel 
8023 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndict.el
1156036       16 -r--r--r--    1 root             wheel 
6733 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndict.elc
1156040       12 -r--r--r--    1 root             wheel 
5231 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndkks.el
1156048       12 -r--r--r--    1 root             wheel 
4499 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndkks.elc
1156052       16 -r--r--r--    1 root             wheel 
6339 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndspell.el
1156056       12 -r--r--r--    1 root             wheel 
5662 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndspell.elc
1156061        4 -r--r--r--    1 root             wheel 
1915 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndcookie.el
1156073        4 -r--r--r--    1 root             wheel 
1619 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndcookie.elc
1156080        8 -r--r--r--    1 root             wheel 
2455 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndmisc.el
1156081        8 -r--r--r--    1 root             wheel 
2068 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndmisc.elc
1156084        8 -r--r--r--    1 root             wheel 
3507 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndsrd.el
1156085        8 -r--r--r--    1 root             wheel 
2957 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/ndsrd.elc
1156086       44 -r--r--r--    1 root             wheel 
20730 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/sdicf.el
1156087       36 -r--r--r--    1 root             wheel 
17905 Aug  7 10:23 usr/local/share/emacs/21.3/site-lisp/lookup/sdicf.elc
1156088       48 -r--r--r--    1 root             wheel 
24374 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/stem-english.el
1156090       56 -r--r--r--    1 root             wheel 
27053 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/stem-english.elc
1156091       28 -r--r--r--    1 root             wheel 
13000 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-vars.el
1156092       28 -r--r--r--    1 root             wheel 
13414 Aug  7 10:23 
usr/local/share/emacs/21.3/site-lisp/lookup/lookup-vars.elc
================================================================

-- 
Dixi.
Sem.
Comment 11 dfilter service freebsd_committer freebsd_triage 2007-08-08 10:38:41 UTC
sem         2007-08-08 09:38:36 UTC

  FreeBSD ports repository

  Modified files:
    japanese/lookup      Makefile 
  Log:
  - Remove EMACS_PORT_NAME knob.
  
  PR:             ports/114670
  Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
  
  Revision  Changes    Path
  1.31      +5 -4      ports/japanese/lookup/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 12 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-08 10:43:46 UTC
State Changed
From-To: open->feedback

Ask for submitter fix.
Comment 13 Yasuhiro Kimura freebsd_committer freebsd_triage 2007-08-08 18:43:54 UTC
Plase apply following patch. I have confirmed it works fine for both
japanese/lookup and japanese/lookup-emacs21.

Regards.

Index: japanese/lookup/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/japanese/lookup/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- japanese/lookup/Makefile	8 Aug 2007 09:38:36 -0000	1.31
+++ japanese/lookup/Makefile	8 Aug 2007 17:12:16 -0000
@@ -15,9 +15,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc
 
-FILESDIR=	${.CURDIR}/../lookup/files
-PKGDIR=		${.CURDIR}/../lookup
-PLIST=		${.CURDIR}/pkg-plist
 USE_EMACS=	yes
 
 INFO?=		lookup lookup-guide
Comment 14 dfilter service freebsd_committer freebsd_triage 2007-08-09 15:03:15 UTC
sem         2007-08-09 14:03:06 UTC

  FreeBSD ports repository

  Modified files:
    japanese             Makefile 
    japanese/lookup      Makefile 
    japanese/lookup-emacs21 Makefile 
  Removed files:
    japanese/lookup-emacs21 distinfo pkg-descr pkg-plist 
    japanese/lookup-emacs21/files patch-ab 
  Log:
  - Add japanese/lookup-emacs21 as a slave to japanese/lookup
  
  PR:             ports/114670
  Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
  
  Revision  Changes    Path
  1.662     +1 -0      ports/japanese/Makefile
  1.30      +3 -41     ports/japanese/lookup-emacs21/Makefile
  1.9       +0 -3      ports/japanese/lookup-emacs21/distinfo (dead)
  1.2       +0 -14     ports/japanese/lookup-emacs21/files/patch-ab (dead)
  1.4       +0 -8      ports/japanese/lookup-emacs21/pkg-descr (dead)
  1.7       +0 -49     ports/japanese/lookup-emacs21/pkg-plist (dead)
  1.32      +0 -3      ports/japanese/lookup/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 15 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-09 15:04:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!