FreeBSD Bugzilla – Attachment 15946 Details for
Bug 29428
Fix pkg-plist for databases/freetds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.47 KB, created by
Pete Fritchman
on 2001-08-04 04:00:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pete Fritchman
Created:
2001-08-04 04:00:05 UTC
Size:
1.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/freetds/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- Makefile 2001/07/22 03:01:22 1.13 >+++ Makefile 2001/08/04 03:54:45 >@@ -22,5 +22,12 @@ > post-patch: > @find ${WRKSRC}/src -name Makefile.in | xargs ${PERL} -pi -e \ > 's| install-includeHEADERS||g' >+ @${PERL} -pi -e 's!/freetds.conf!/freetds.conf.dist!g' \ >+ ${WRKSRC}/Makefile.in >+ >+post-install: >+.if !exists(${PREFIX}/etc/freetds.conf) >+ @${CP} ${PREFIX}/etc/freetds.conf.dist ${PREFIX}/etc/freetds.conf >+.endif > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/databases/freetds/pkg-plist,v >retrieving revision 1.7 >diff -u -r1.7 pkg-plist >--- pkg-plist 2001/02/25 06:19:42 1.7 >+++ pkg-plist 2001/08/04 03:56:27 >@@ -1,3 +1,6 @@ >+@unexec if cmp -s %D/etc/freetds.conf.dist %D/etc/freetds.conf; then rm -f %D/etc/freetds.conf; fi >+etc/freetds.conf.dist >+@exec if [ ! -f %D/etc/freetds.conf ]; then cp %D/etc/%f %D/etc/freetds.conf; fi > etc/freetds/interfaces > include/bkpublic.h > include/cspublic.h >@@ -11,7 +14,9 @@ > include/syberror.h > include/sybfront.h > include/tds.h >+include/tds_configs.h > include/tdsconvert.h >+include/tdsodbc.h > include/tdsutil.h > include/tdsver.h > lib/libct.a >@@ -23,4 +28,7 @@ > lib/libtds.a > lib/libtds.so > lib/libtds.so.0 >+lib/libtdssrv.a >+lib/libtdssrv.so >+lib/libtdssrv.so.0 > @dirrm etc/freetds
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 29428
: 15946