FreeBSD Bugzilla – Attachment 118137 Details for
Bug 160313
New port:databases/pg_reorg
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pg_reorg.diff.txt
pg_reorg.diff.txt (text/plain), 1.69 KB, created by
R.Mahmatkhanov
on 2011-09-01 11:48:39 UTC
(
hide
)
Description:
pg_reorg.diff.txt
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2011-09-01 11:48:39 UTC
Size:
1.69 KB
patch
obsolete
>diff -ruNa pg_reorg.orig/Makefile pg_reorg/Makefile >--- pg_reorg.orig/Makefile 2011-09-01 14:14:51.000000000 +0400 >+++ pg_reorg/Makefile 2011-09-01 14:40:57.000000000 +0400 >@@ -1,34 +1,28 @@ >-# New ports collection makefile for: pgreorg >-# Date created: January 15, 2011 >+# New ports collection makefile for: pg_reorg >+# Date created: January 15, 2011 > # Whom: alp@sfedu.ru >-# $FreeBSD: ports/databases/pgreorg/Makefile >+# $FreeBSD$ > >-PORTNAME= pg_reorg >-PORTVERSION= 1.1.7 >-PORTREVISION= 0 >-CATEGORIES= databases >-MASTER_SITES= http://pgfoundry.org/frs/download.php/3104/ >-DISTNAME= pg_reorg-${PORTVERSION} >+PORTNAME= pg_reorg >+PORTVERSION= 1.1.7 >+CATEGORIES= databases >+MASTER_SITES= http://pgfoundry.org/frs/download.php/3104/ > >-MAINTAINER= alp@sfedu.ru >-COMMENT= PostgreSQL utility to reorganize tables >+MAINTAINER= alp@sfedu.ru >+COMMENT= PostgreSQL utility to reorganize tables > >-BUILD_DEPENDS+= postgresql-client>=9.0:${PORTSDIR}/databases/postgresql90-client >-RUN_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server >+LICENSE= BSD > >-USE_GMAKE= yes >-MAKE_ENV= USE_PGXS=0 >+MAKE_ENV= USE_PGXS=0 >+USE_GMAKE= yes >+USE_PGSQL= yes > >-WRKSRC= ${WRKDIR}/pg_reorg >+WRKSRC= ${WRKDIR}/${PORTNAME} > > post-install: > .if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/index-ja.html ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/index.html ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/pg_reorg-ja.html ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/pg_reorg.html ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/style.css ${DOCSDIR} >+ @${MKDIR} ${DOCSDIR} >+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}/) > .endif > > .include <bsd.port.mk>
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 Raw
Actions:
View
Attachments on
bug 160313
:
118136
| 118137