Date: Tue, 03 Jan 2006 12:45:55 -0500 From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91273: Patch port: misc/linux-opengroupware Message-ID: <E1EtqEN-0006pf-Ty@quenix1.dyndns.org> Resent-Message-ID: <200601031750.k03Ho3lJ043787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91273 >Category: ports >Synopsis: Patch port: misc/linux-opengroupware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 03 17:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 6.0-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Dec 23 19:04:02 EST 2005 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386 >Description: Fix a typo in Makefile >How-To-Repeat: >Fix: --- patch-linux-opengroupware.diff begins here --- Index: Makefile =================================================================== RCS file: /Ports/linux-opengroupware/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 19 Dec 2005 23:15:27 -0000 1.1.1.1 +++ misc/linux-opengroupware/Makefile 3 Jan 2006 17:42:59 -0000 @@ -202,7 +202,7 @@ @${ECHO} '/usr/kerberos/lib' >>${LINUXBASE}/etc/ld.so.conf @${LN} -sf ${LINUXBASE}/usr/lib/libpq.so.2 ${LINUXBASE}/usr/lib/libpq.so.3 @${LN} -sf ${LINUXBASE}/lib/libssl.so.0.9.6b ${LINUXBASE}/lib/libssl.so.9.6 - @${LN} -sf ${LINUXBASE}/lib/ibcrypto.so.0.9.6b ${LINUXBASE}/lib/libcrypto.so.2 + @${LN} -sf ${LINUXBASE}/lib/libcrypto.so.0.9.6b ${LINUXBASE}/lib/libcrypto.so.2 @${PREFIX}/sbin/ldconfig @${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL @${CHOWN} -Rh ogo:skyrix ${LINUXBASE}/opt/skyrix --- patch-linux-opengroupware.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EtqEN-0006pf-Ty>