FreeBSD Bugzilla – Attachment 84185 Details for
Bug 120139
[UPDATE] misc/clex
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.24 KB, created by
Felippe de Meirelles Motta
on 2008-01-30 04:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2008-01-30 04:00:04 UTC
Size:
2.24 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/misc/clex/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- Makefile 25 May 2007 20:45:14 -0000 1.16 >+++ Makefile 30 Jan 2008 03:51:25 -0000 >@@ -6,10 +6,9 @@ > # > > PORTNAME= clex >-PORTVERSION= 3.16 >+PORTVERSION= 3.17 > CATEGORIES= misc >-MASTER_SITES= http://www.clex.sk/download/ \ >- http://freebsdcluster.org/~mich/software/ >+MASTER_SITES= http://www.clex.sk/download/ > MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= mich@FreeBSD.org >@@ -18,7 +17,23 @@ > GNU_CONFIGURE= yes > USE_GMAKE= yes > >+DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README > MAN1= clex.1 >-PLIST_FILES= bin/clex > >-.include <bsd.port.mk> >+OPTIONS= LARGE_FILES "Enable support for large files" on >+ >+.include <bsd.port.pre.mk> >+ >+.if !defined(WITH_LARGE_FILES) >+CONFIGURE_ARGS+= --disable-largefile >+.endif >+ >+do-install: >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} >+ @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} >+.endif >+ @${INSTALL_MAN} ${WRKSRC}/src/${MAN1} ${MAN1PREFIX}/man/man1 >+ @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/misc/clex/distinfo,v >retrieving revision 1.12 >diff -u -r1.12 distinfo >--- distinfo 25 May 2007 20:45:14 -0000 1.12 >+++ distinfo 30 Jan 2008 03:51:25 -0000 >@@ -1,3 +1,3 @@ >-MD5 (clex-3.16.tar.gz) = 52d3396fd3ce07441bb0da8e7690b2b3 >-SHA256 (clex-3.16.tar.gz) = e1917825741f5f6b042819ad5644fd4a0b8736aeaf34f412aaf5cfa85c98a6d5 >-SIZE (clex-3.16.tar.gz) = 186313 >+MD5 (clex-3.17.tar.gz) = 81aeca7c0a6fab0a26f669cfcfe86f2a >+SHA256 (clex-3.17.tar.gz) = b8ce540bc65b727e58d551eca62f9c3270f7d210b68c52e0103159f60b6b50e1 >+SIZE (clex-3.17.tar.gz) = 193842 >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ pkg-plist 30 Jan 2008 03:51:25 -0000 >@@ -0,0 +1,8 @@ >+bin/clex >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%/INSTALL >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 120139
: 84185