# New ports collection makefile for: compat6x # Date created: 30 Nov 2006 # Whom: mnag # # $FreeBSD$ # PORTNAME= compat6x PORTVERSION= 6.4.604000.200810 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= mnag/compat6x PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A convenience package to install the compat6x libraries USE_BZIP2= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} .include .if ${OSVERSION} < 700043 IGNORE= is for FreeBSD 7.x and newer .endif .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.2 .endif .if ${ARCH} == amd64 PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: @${MKDIR} -m 755 ${TARGET_DIR} .if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/lib/libpthread.so.2 (cd ${TARGET_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2) .endif (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) .if ${ARCH} == amd64 @${MKDIR} ${TARGET32_DIR} . if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/lib32/libpthread.so.2 (cd ${TARGET32_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2) . endif (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif post-install: @${CAT} ${PKGMESSAGE} .include n/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Update math/py-yt to 3.3.5krion2017-03-232-4/+4
* Update to version 0.9.0demon2017-03-212-4/+4
* Take in olivierd@'s commit bit on his request.rene2017-03-191-1/+1
* - Update to 2.0.0wen2017-03-192-4/+4
* - Remove dependency on math/openblas if other blas lib is selectedwen2017-03-192-6/+17
* math/amath: Update to version 1.7.0.jrm2017-03-184-13/+163
* update math/geogebra to 5.0.341.0lifanov2017-03-172-5/+4
* math/p5-Math-Random-Secure: update 0.06 -> 0.080001robak2017-03-152-4/+4
* - Fix WWW:amdmi32017-03-151-1/+1
* - Fix WWW:amdmi32017-03-151-1/+1
* 0.5.0 is reported to have fixed the compile problems on aarch64.linimon2017-03-131-6/+3
* math/py-pandas: remove support for expired SQL Alchemy 0.8 and 0.9, userene2017-03-131-6/+2
* math/libRmath: Update to version 3.3.3jrm2017-03-102-30/+30
* Unbreak INDEXantoine2017-03-101-2/+1
* - Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.stephen2017-03-102-5/+18
* math/R: Update to version 3.3.3.jrm2017-03-103-7/+9
* PyWavelets is a free Open Source library for wavelet transforms in Python.wen2017-03-104-0/+43
* Update devel/tbb to 2017.5martymac2017-03-071-0/+1
* - Add LICENSE, don't install it with docsamdmi32017-03-072-13/+14
* - Update to 2.2.5jhale2017-03-074-100/+64
* math/ocaml-ocamlgraph: Fix finding via ocaml's ld.confmmokhi2017-03-042-1/+5
* Mark the remaining ports depending on Google Code as DEPRECATED, with anmat2017-03-044-0/+8
* Update to 0.2612sunpoet2017-03-032-4/+4
* Update to 0.17sunpoet2017-03-032-4/+4
* Update math/cminpack to 1.3.6krion2017-03-025-21/+9
* - Update to 7.800.1danilo2017-03-023-5/+5
* - Update to 5.0.16wen2017-03-012-4/+4
* - Update to 2.4.22wen2017-03-012-3/+4
* - Update to version 20170124wen2017-03-015-10/+51
* Mark as not for armv6: "not supported".linimon2017-03-012-0/+6
* Update to 0.2611sunpoet2017-03-012-4/+4
* Update to 1.14sunpoet2017-03-012-4/+6
* Update to 0.51sunpoet2017-02-282-5/+10
* `math/acalc' is a simple and pretty Qt4-based expression calculator.danfe2017-02-284-0/+39
* Update to upstream version 1.4.0; un-breank build; changed OPTIONsriggs2017-02-2812-227/+180
* math/ipopt: update 3.12.6 -> 3.12.7robak2017-02-283-10/+18
* - Fix LICENSEamdmi32017-02-273-9/+9
* - Cleanup pkg-descramdmi32017-02-271-2/+1
* - Add LICENSEamdmi32017-02-271-0/+8
* - Update to 1.2.2wen2017-02-272-4/+4
* - Freepascal update to 3.0.2acm2017-02-273-3/+0
* Update to 5.9.0.rakuco2017-02-263-9/+13
* math/openblas: Fix build on 12-CURRENT armv6.jrm2017-02-264-3/+40
* - Fix LICENSEamdmi32017-02-251-4/+7
* Mark a few leaf ports broken on aarch64.linimon2017-02-251-0/+2
* Remove the devel/libc++ and devel/libcxxrt ports.dim2017-02-251-6/+1
* Fix build if math/pari is installed.mat2017-02-241-1/+1
* - Update to 7.800.0danilo2017-02-243-5/+5
* Drop maintainership and return them back to the pool.cpm2017-02-241-1/+1
* Update to 0.5.0bapt2017-02-204-70/+13
* - Update to 5.0.15wen2017-02-172-4/+4
* - Update to 3.3.4miwi2017-02-172-10/+4
* - Fix licenseamdmi32017-02-161-5/+10
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.rene2017-02-16