Changeset 2944

Show
Ignore:
Timestamp:
06/26/07 20:41:26 (1 year ago)
Author:
tg
Message:

fix openssl (or so I hope)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/openssl/Makefile

    r2940 r2944  
    4141endif 
    4242 
     43pre-configure: 
     44        x=$$(${BSDMAKE} -f /dev/null ___DISPLAY_MAKEVARS=_MIRMAKE_VER); \ 
     45        ([[ $$x < 20070626 ]] && { \ 
     46                echo >&2 'Error: your mirmake is too old!'; \ 
     47                false; \ 
     48        } || :) 
     49 
    4350post-install: 
    4451        cd ${WRKSRC}/tinclude && ${PCP} openssl ${WRKINST}/usr/include/ 
  • trunk/freewrt/tools/mirmake/Makefile

    r2862 r2944  
    66 
    77PKG_NAME=               mirmake 
    8 PKG_VERSION=            20070430 
     8PKG_VERSION=            20070626 
    99PKG_RELEASE=            1 
    10 PKG_MD5SUM=             e32d0b865386ae4a49206a726b8718ed 
     10PKG_MD5SUM=             a0d5c4b5b1aa096fa84b37599080b799 
    1111DISTFILES=              ${PKG_NAME}-${PKG_VERSION}.cpio.gz 
    1212MASTER_SITES=           ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/make/}