Index: head/irc/dancer/Makefile =================================================================== --- head/irc/dancer/Makefile (revision 190285) +++ head/irc/dancer/Makefile (revision 190286) @@ -1,36 +1,31 @@ # New ports collection makefile for: dancer # Date created: 02/01/2003 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= dancer PORTVERSION= 4.16 PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An IRC bot written in C for UNIX, Windows, and AmigaOS PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}" +LDFLAGS+= -lm do-install: @${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/ cd ${WRKSRC}/../example && ${INSTALL_DATA} \ dancer.config dancer.users \ dancer.funcs dancer.explain ${DATADIR} -.include - -.if ${OSVERSION} > 500000 -LDFLAGS+= -lm -.endif - -.include +.include Property changes on: head/irc/dancer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/irc/irc/Makefile =================================================================== --- head/irc/irc/Makefile (revision 190285) +++ head/irc/irc/Makefile (revision 190286) @@ -1,61 +1,63 @@ # New ports collection makefile for: Irc Server # Date created: 23 August 1994 # Whom: torstenb # # $FreeBSD$ # PORTNAME= irc PORTVERSION= 2.11.1.1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.irc.org/irc/server/ \ ftp://ftp2.nchu.edu.tw/UNIX/IRC/server/ \ ftp://ftp.plig.net/pub/irc/ftp.irc.org/server/ \ ftp://ftp.archive.de.uu.net/pub/mirrors/ftp.irc.org/server/ \ ftp://ftp.iway.fr/pub/mirrors/ftp.irc.org/server/ \ ftp://ftp.nl.uu.net/pub/mirrors/ftp.irc.org/server/ DISTNAME= ${PORTNAME}2.11.1p1 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The "Internet Relay Chat" Server # the NOTE command is disabled by default # ENABLE_NOTE=yes # Syslog-Facility to use for logging # default: SYSLOG_FACILITY=LOG_LOCAL5 SCRIPTS_ENV= SYSLOG_FACILITY="${SYSLOG_FACILITY}" MAN5= iauth.conf.5 MAN8= ircd.8 iauth.8 ircdwatch.8 GNU_CONFIGURE= YES CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh +OPTIONS= IPV6 "Enable IPv6 support" on + .include -.if ${OSVERSION} >= 400014 +.if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ip6 .endif pre-build: @${RM} -f ${WRKDIR}/ircd.sh @${SED} -e "s;%%PREFIX%%;${PREFIX};g" ${FILESDIR}/ircd.sh > ${WRKDIR}/ircd.sh do-build: @(cd ${WRKSRC}/${MACHINE_ARCH}-unknown-freebsd${OSREL}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) do-install: @(cd ${WRKSRC}/${MACHINE_ARCH}-unknown-freebsd${OSREL} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) post-install: @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO_MSG} "Installing ${STARTUP_SCRIPT} startup file."; \ ${INSTALL_SCRIPT} ${WRKDIR}/ircd.sh ${STARTUP_SCRIPT};\ fi .include Property changes on: head/irc/irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/japanese/emacs-manual/Makefile =================================================================== --- head/japanese/emacs-manual/Makefile (revision 190285) +++ head/japanese/emacs-manual/Makefile (revision 190286) @@ -1,94 +1,86 @@ # New ports collection makefile for: ja-emacs-manual # Date created: 14 April 1999 # Whom: OKAZAKI Tetsurou # # $FreeBSD$ # PORTNAME= emacs-manual PORTVERSION= 13.20000303 CATEGORIES= japanese MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/emacs-20.x/:ascii \ ${MASTER_SITE_GNU:S/$/:gnu/} MASTER_SITE_SUBDIR= emacs/:gnu DISTNAME= emacs-20.6-man-jp DISTFILES= ${DISTNAME}.tgz:ascii ${EMACS_ARC:S/$/:gnu/} MAINTAINER= ports@FreeBSD.org COMMENT= Japanese translation of the GNU Emacs Manual BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash USE_EMACS= yes EMACS_PORT_NAME= emacs20 EMACS_NO_RUN_DEPENDS= YES ERRATA_FILE= EXTRACT_ONLY= ${DISTNAME}.tgz EMACS_DISTNAME= emacs-${EMACS_VER} EMACS_ARC= ${EMACS_DISTNAME}.tar.gz EMACS_SRCDIR= ${WRKDIR}/${EMACS_DISTNAME} EXTRACT_FILES= ${EMACS_DISTNAME}/man/ack.texi TEXINFMT_EL= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/lisp/textmodes/texinfmt.el # We must apply this patch at first. EXTRA_PATCHES= ${WRKSRC}/patch-texinfmt.el .if defined(ERRATA_FILE) && !empty(ERRATA_FILE) DISTFILES+= ${ERRATA_FILE}.tgz EXTRACT_ONLY+= ${ERRATA_FILE}.tgz EXTRA_PATCHES+= ${WRKDIR}/${ERRATA_FILE} .endif EXTRACT_DEPENDS+= ${TEXINFMT_EL}:${EMACS_PORTSDIR} INFO= emacs-ja TEXINFO= emacs.texi EMACS_ARGS= -batch -nw --multibyte -no-init-file -no-site-file EMACS_LOADLIBS= --load=texinfmt.el --load=PORT_TEXIFMT.MK -.include - -.if defined(PACKAGE_BUILDING) -.if ${OSVERSION} < 500000 -IGNORE= is broken: hangs during build -.endif -.endif - post-extract: ${CP} ${FILESDIR}/PORT_TEXIFMT.MK ${WRKSRC} @(cd ${WRKDIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EMACS_ARC} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES} ; \ ${CP} ${EXTRACT_FILES} ${WRKSRC}) ${CP} ${TEXINFMT_EL} ${WRKSRC} ${MKDIR} ${WRKDIR}/info # workaround target (please delete after emacs-20.7-man-jp is released). pre-patch: cd ${WRKSRC}; \ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-texinfmt.el.patch post-patch: cd ${WRKSRC}; \ ${REINPLACE_CMD} -E -e 's/(@[^@]*ref{.*,.*,.*, *elisp),/\1-ja,/;' *.texi pre-build: @${ECHO_MSG} "===> Now start formatting texinfo. Please wait." do-build: cd ${WRKSRC}; for f in ${TEXINFO}; do \ ${EMACS_CMD} ${EMACS_ARGS} ${EMACS_LOADLIBS} \ --eval "(port-texinfo-format \"$$f\" 'junet)"; \ done post-build: @${ECHO_MSG} "===> Done." do-install: .for i in ${INFO} ${INSTALL_DATA} ${WRKDIR}/info/$i.info ${PREFIX}/${INFO_PATH} .endfor -.include +.include Property changes on: head/japanese/emacs-manual/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/japanese/groff/Makefile =================================================================== --- head/japanese/groff/Makefile (revision 190285) +++ head/japanese/groff/Makefile (revision 190286) @@ -1,155 +1,145 @@ # New ports collection makefile for: ja-groff # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # # $FreeBSD$ # PORTNAME= groff PORTVERSION= 1.18.1 DISTVERSIONSUFFIX= .1 PORTREVISION= 10 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,okazaki/&,} \ ${MASTER_SITE_DEBIAN:S,$,:debian,} MASTER_SITE_SUBDIR= groff/:DEFAULT pool/main/g/groff/:debian DISTFILES= ${DISTNAME:S,-,_,}.orig${EXTRACT_SUFX}:debian ${TMAC_DISTNAME}.tar.gz PATCH_SITES= ${MASTER_SITE_DEBIAN} PATCH_SITE_SUBDIR= pool/main/g/groff PATCHFILES= ${DISTNAME:S,-,_,}-12.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Japanese enhancement of GNU groff .if !defined(PACKAGE_BUILDING) RUN_DEPENDS= pnmcut:${PORTSDIR}/graphics/netpbm .endif TMAC_DATE= 20030521 TMAC_DISTNAME= tmac-${TMAC_DATE}_2 GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes CONFIGURE_ARGS= --enable-multibyte CONFIGURE_ENV= INSTALL_MAN="${INSTALL_MAN}" \ LIBS="-L${LOCALBASE}/lib -liconv" CFLAGS+= -I${LOCALBASE}/include TMACBASE= ${WRKDIR}/${TMAC_DISTNAME} TMACDIR= share/groff/${PORTVERSION}/tmac SITETMACDIR= share/groff/site-tmac MDOCDIR= ${TMACDIR}/mdoc PLIST_SUB= GROFF_VERSION=${PORTVERSION} SUB_FILES= mdoc.local SUB_LIST= OSREL=${OSREL} TMACFILES= tmac.orig_me tmac.vgrind \ an-old.tmac doc.tmac e.tmac MDOCFILES= ja.eucJP doc-common doc-syms DOCUMENTS= ChangeLog.jp NEWS PROBLEMS README README.jp MAN1= addftinfo.1 afmtodit.1 \ eqn.1 eqn2graph.1 \ grn.1 grodvi.1 groff.1 groffer.1 grog.1 \ grohtml.1 grolbp.1 grolj4.1 grops.1 grotty.1 \ hpftodit.1 indxbib.1 lkbib.1 lookbib.1 mmroff.1 \ neqn.1 nroff.1 pfbtops.1 pic.1 pic2graph.1 \ refer.1 soelim.1 tbl.1 tfmtodit.1 troff.1 MAN5= groff_font.5 groff_out.5 groff_tmac.5 MAN7= ditroff.7 groff.7 groff_char.7 groff_diff.7 \ groff_man.7 groff_mdoc.7 \ groff_me.7 groff_mm.7 groff_mmse.7 groff_mom.7 groff_ms.7 \ groff_trace.7 groff_www.7 roff.7 .include .if !defined(NOPORTDOCS) INSTALL_TARGET= install install_doc PORTDOCS= ${PORTVERSION} .endif # nl_langinfo(CODESET) drops the support of ja_JP.EUC after 5.1-RELEASE .if ${OSVERSION} > 501100 LOCALE_CMD?= /usr/bin/locale .if exists(${LOCALE_CMD}) CHARMAP!= ${LOCALE_CMD} charmap .if (${CHARMAP} == "EUC") MAKE_ENV= LC_ALL=C pre-build: @${ECHO_CMD} "Warning: Your current locale setting is not supported by the system." .endif .endif .endif -# formatting groff.info requires texinfo 4.2 -.if ${OSVERSION} < 470000 -WITHOUT_INFO= yes -.endif - .if defined(WITHOUT_INFO) PLIST_SUB+= INFO="@comment " .else INFO= groff PLIST_SUB+= INFO="" -.endif - -# wchar.h is exist since 4.4-RELEASE -.if ${OSVERSION} < 440000 -WITHOUT_WCHAR_H= yes .endif POST_INSTALL_SEQ= install-links .if !defined(NOPORTDOCS) POST_INSTALL_SEQ+= install-documents .endif post-patch: ${REINPLACE_CMD} -e 's|\(install_data\)|\1 install_doc|g;' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -E -e 's|^@setfilename +groff|&.info|g;' \ ${WRKSRC}/doc/groff.texinfo .if defined(WITHOUT_WCHAR_H) ${REINPLACE_CMD} -e 's|#include ||g;' \ ${WRKSRC}/src/libs/libgroff/encoding.cc .endif post-build: ${RM} -f ${WRKSRC}/doc/groff ${WRKSRC}/doc/groff-* .if !defined(WITHOUT_INFO) cd ${WRKSRC}/doc && makeinfo --no-split groff.texinfo .endif cd ${WRKSRC} && ${FIND} font -name DESC \ | ${XARGS} ${REINPLACE_CMD} -E -e 's|pro +(gxditview)|pro ${X11BASE}/bin/\1|g;' cd ${WRKSRC} && ${FIND} font -name DESC \ | ${XARGS} ${REINPLACE_CMD} -E -e 's|pro +([^/].*)|pro ${PREFIX}/bin/\1|g;' post-install: ${POST_INSTALL_SEQ} .for F in ${TMACFILES} ${INSTALL_DATA} ${TMACBASE}/${F} ${PREFIX}/${TMACDIR} .endfor .for F in ${MDOCFILES} ${INSTALL_DATA} ${TMACBASE}/mdoc/${F} ${PREFIX}/${MDOCDIR} .endfor ${INSTALL_DATA} ${WRKDIR}/mdoc.local ${PREFIX}/${SITETMACDIR} install-documents: @${MKDIR} ${DOCSDIR}/${PORTVERSION} .for F in ${DOCUMENTS} ${INSTALL_DATA} ${INSTALL_WRKSRC}/${F} ${DOCSDIR}/${PORTVERSION} .endfor .if !defined(WITHOUT_INFO) ${INSTALL_DATA} ${WRKSRC}/doc/groff.info ${PREFIX}/${INFO_PATH} .endif install-links: .for F in eqn neqn pic tbl ${LN} -sf ${F} ${PREFIX}/bin/g${F} .endfor .include Property changes on: head/japanese/groff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.53 \ No newline at end of property +1.54 \ No newline at end of property Index: head/japanese/jed/Makefile =================================================================== --- head/japanese/jed/Makefile (revision 190285) +++ head/japanese/jed/Makefile (revision 190286) @@ -1,117 +1,112 @@ # New ports collection makefile for: Jed text editor w/ Japanese support # Date created: 2 Feb 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= jed PORTVERSION= ${VERSION}.j${JP_VERSION} PORTREVISION= 1 CATEGORIES= japanese editors MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.kondara.org/~g/slang/ MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}-B${VERSION:R}-${VERSION:E}__J${JP_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-extralibs-${VERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A SLang-based text editor (w/ Japanese support) LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang \ ${LIBDEP_CANNA} VERSION= 0.99.8 JP_VERSION= 067 DIST_SUBDIR= jed GNU_CONFIGURE= yes CONFIGURE_ENV= JED_ROOT="${JED_ROOT}" X_EXTRA_LIBS="-lcurses" CONFIGURE_ARGS= --enable-x-locale=no ALL_TARGET= ${BINSTUFF} getmail MAN1= jed.1 rgrep.1 .if !defined(NOPORTDOCS) INFO= jed .endif JED_ROOT= ${PREFIX}/lib/jed BINSTUFF= jed rgrep .include .if defined(WITHOUT_CANNA) CONFIGURE_ARGS+= --with-canna=no .else CONFIGURE_ARGS+= --with-canna=yes LIBDEP_CANNA= canna.1:${PORTSDIR}/japanese/Canna .endif -# XJED core dumps on 3.x-STABLE for the present. -.if ${OSVERSION} < 400000 -XJED_BROKEN= yes -.endif - .if defined(WITHOUT_X11) WITHOUT_XJED= yes .endif .if defined(WITHOUT_XJED) || defined(XJED_BROKEN) PLIST_SUB= XJED_ENTRY="@comment xjed is not installed" .else USE_XLIB= yes BINSTUFF+= xjed PLIST_SUB= XJED_ENTRY="bin/xjed" .endif _OBJDIR= ${WRKSRC}/src/${ARCH}objs _DOCDIR= ${WRKSRC}/doc _INFODIR= ${WRKSRC}/info _LIBDIR= ${WRKSRC}/lib pre-fetch: .if !defined(WITHOUT_CANNA) @${ECHO_MSG} "To build this port without Canna, define \"WITHOUT_CANNA\"." .endif .if !defined(WITHOUT_XJED) .if defined(XJED_BROKEN) @${ECHO_MSG} "Sorry, I will not build xjed since it is broken on 3.x-STABLE for the present." .else @${ECHO_MSG} "To build this port without xjed, define \"WITHOUT_XJED\"." .endif .endif post-extract: @cd ${WRKDIR} && ${MV} *.sl ${_LIBDIR}/ post-patch: @${RM} ${_INFODIR}/*.orig do-install: @${MKDIR} ${JED_ROOT} .for d in bin doc lib lib/colors lib/tm @${MKDIR} ${JED_ROOT}/${d} .endfor .for f in ${BINSTUFF} ${INSTALL_PROGRAM} ${_OBJDIR}/${f} ${PREFIX}/bin/ .endfor ${INSTALL_PROGRAM} ${_OBJDIR}/getmail ${JED_ROOT}/bin/ ${INSTALL_DATA} ${_LIBDIR}/*.sl ${_LIBDIR}/*.dat ${_LIBDIR}/*.hlp ${_LIBDIR}/jed.rc ${JED_ROOT}/lib/ ${INSTALL_DATA} ${_LIBDIR}/colors/* ${JED_ROOT}/lib/colors/ ${INSTALL_DATA} ${_LIBDIR}/tm/* ${JED_ROOT}/lib/tm/ .for f in ${MAN1} ${INSTALL_MAN} ${_DOCDIR}/${f} ${PREFIX}/man/man1/ .endfor .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${_INFODIR}/jed.info ${PREFIX}/info/ ${INSTALL_DATA} ${_INFODIR}/jed.1in ${PREFIX}/info/jed.info-1 ${INSTALL_DATA} ${_INFODIR}/jed.2in ${PREFIX}/info/jed.info-2 ${INSTALL_DATA} ${_INFODIR}/jed.3in ${PREFIX}/info/jed.info-3 @${MKDIR} ${JED_ROOT}/doc/ ${INSTALL_DATA} ${_DOCDIR}/README ${_DOCDIR}/*.txt ${_DOCDIR}/jed.tex ${WRKSRC}/jed-j.doc ${JED_ROOT}/doc/ .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/japanese/jed/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/japanese/msdosfs/Makefile =================================================================== --- head/japanese/msdosfs/Makefile (revision 190285) +++ head/japanese/msdosfs/Makefile (revision 190286) @@ -1,67 +1,64 @@ # Ports collection makefile for: mount_jamsdos # Date created: 3 July 2000 # Whom: Ryuichiro IMURA # # $FreeBSD$ # PORTNAME= msdosfs PORTVERSION= ${LAST_UPDATED} CATEGORIES= japanese MASTER_SITES= http://www.linkclub.or.jp/~clover/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME}-ja-20000421 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ mount_msdos-20000701.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Mount a Microsoft FAT Japanese file system WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ja .include -.if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000 -LAST_UPDATED= 20001027 -PATCHDIR= ${MASTERDIR}/patches.4 -.elif ${OSVERSION} >= 500016 && ${OSVERSION} < 501109 +.if ${OSVERSION} >= 500016 && ${OSVERSION} < 501109 # runs only after 9th Feb 2001 world LAST_UPDATED= 20010209 PATCHDIR= ${MASTERDIR}/patches.5 NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .elif ${OSVERSION} >= 501109 LAST_UPDATED= 20010209 IGNORE= is included in the base system. See mount_msdosfs(8) .else LAST_UPDATED= 20001022 IGNORE= is not supported on this version of FreeBSD .endif post-extract: cd ${WRKDIR}/mount ; co RCS/*,v cd ${WRKDIR}/mount_msdos ; co RCS/*,v ${LN} -s ${WRKSRC} ${WRKSRC}/msdosfs ${LN} -s ${WRKSRC}/msdosfsmount.h ${WRKDIR}/mount_msdos pre-build: @if [ ! -d /sys -o ! -d /usr/src/sys ]; then \ ${ECHO_MSG} "****************************************" ; \ ${ECHO_MSG} " You need to extract kernel source tree" ; \ ${ECHO_MSG} " before you build this package..." ; \ ${ECHO_MSG} "****************************************" ; \ ${FALSE} ; \ fi post-build: cd ${WRKDIR}/mount_msdos && ${MAKE} ${SED} -e "s,@@PREFIX@@,${PREFIX}," ${FILESDIR}/ja-msdosfs.sh \ > ${WRKDIR}/ja-msdosfs.sh do-install: ${MKDIR} ${PREFIX}/lib/ja-msdosfs ${INSTALL_PROGRAM} ${WRKDIR}/mount_msdos/mount_jamsdos ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/msdos_ja.ko ${PREFIX}/lib/ja-msdosfs ${INSTALL_SCRIPT} ${WRKDIR}/ja-msdosfs.sh ${PREFIX}/etc/rc.d .include Property changes on: head/japanese/msdosfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/japanese/perl5/Makefile =================================================================== --- head/japanese/perl5/Makefile (revision 190285) +++ head/japanese/perl5/Makefile (revision 190286) @@ -1,142 +1,136 @@ # New ports collection makefile for: ja-perl5 # Date created: 7 January 1997 # Whom: Yoshiro MIHIRA # # $FreeBSD$ # PORTNAME= perl PORTVERSION= ${JPERL_VER}.${JPERL_VER_PL} PORTREVISION= 5 CATEGORIES= japanese perl5 MASTER_SITES= ftp://ftp.cpan.org/CPAN/src/5.0/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/ \ ftp://ftp.is.co.za/pub/packages/perl/CPAN/src/5.0/ \ ftp://ftp.math.ncu.edu.tw/perl/CPAN/src/5.0/ \ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/src/5.0/ \ ftp://ftp.pasteur.fr/pub/computing/unix/perl/CPAN/src/5.0/ \ ftp://ftp.sunet.se/pub/lang/perl/CPAN/src/5.0/ \ ftp://sunsite.cnlab-switch.ch/mirror/CPAN/src/5.0/ \ ftp://unix.hensa.ac.uk/mirrors/perl-CPAN/src/5.0/ \ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/src/5.0/ \ ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/src/5.0/ DISTNAME= ${PORTNAME}${JPERL_VER}_${JPERL_VER_PL} PATCH_SITES= ftp://ftp.cpan.org/CPAN/authors/id/WATANABE/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.is.co.za/pub/packages/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.math.ncu.edu.tw/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.pasteur.fr/pub/computing/unix/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/WATANABE/ \ ftp://sunsite.cnlab-switch.ch/mirror/CPAN/authors/id/WATANABE/ \ ftp://unix.hensa.ac.uk/mirrors/perl-CPAN/authors/id/WATANABE/ \ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/authors/id/WATANABE/ \ ftp://uiarchive.cso.uiuc.edu/pub/lang/perl/CPAN/authors/id/WATANABE/ PATCHFILES= j${DISTNAME}-20000401.pat.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Pattern Extraction and Recognition Language + Japanese patches .include HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -sde -Dprefix=${TARGETDIR} -Duseshrplib \ -Dlibperl=libperl.so.${PERL_SHLIBVER} JPERL_VER= 5.005 JPERL_VER_PL= 03 JPERL_VERSION= ${JPERL_VER}${JPERL_VER_PL} JPERL_ARCH= ${ARCH}-freebsd PERL_SHLIBVER= 1 PLIST_SUB= JPERL_VERSION=${JPERL_VERSION} JPERL_VER=${JPERL_VER} \ JPERL_ARCH=${JPERL_ARCH} -.if ${OSVERSION} < 500000 -PLIST_SUB+= NOTON4="@comment " -.else -PLIST_SUB+= NOTON4="" -.endif - MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \ perlapio.1 perlbook.1 perlbot.1 perlbug.1 perlcall.1 \ perldata.1 perldebug.1 perldelta.1 perldiag.1 perldoc.1 \ perldsc.1 perlembed.1 perlfaq.1 perlfaq1.1 perlfaq2.1 \ perlfaq3.1 perlfaq4.1 perlfaq5.1 perlfaq6.1 perlfaq7.1 \ perlfaq8.1 perlfaq9.1 perlform.1 perlfunc.1 perlguts.1 \ perlhist.1 perlipc.1 perllocale.1 perllol.1 perlmod.1 \ perlmodinstall.1 perlmodlib.1 perlobj.1 perlop.1 perlopentut.1 \ perlpod.1 perlport.1 perlre.1 perlref.1 perlreftut.1 perlrun.1 \ perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perlthrtut.1 perltie.1 \ perltoc.1 perltoot.1 perltrap.1 perlvar.1 perlxs.1 \ perlxstut.1 pl2pm.1 pod2html.1 pod2man.1 pstruct.1 \ s2p.1 splain.1 xsubpp.1 jperl.1 MAN3= AnyDBM_File.3 AutoLoader.3 AutoSplit.3 B.3 B::Asmdata.3 \ B::Assembler.3 B::Bblock.3 B::Bytecode.3 B::C.3 B::CC.3 \ B::Debug.3 B::Deparse.3 B::Disassembler.3 B::Lint.3 \ B::Showlex.3 B::Stackobj.3 B::Terse.3 B::Xref.3 \ Benchmark.3 CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 \ CGI::Fast.3 CGI::Push.3 CGI::Switch.3 CPAN.3 \ CPAN::FirstTime.3 CPAN::Nox.3 Carp.3 Class::Struct.3 \ Config.3 Cwd.3 DB_File.3 Data::Dumper.3 Devel::SelfStubber.3 \ DirHandle.3 Dumpvalue.3 DynaLoader.3 English.3 Env.3 Errno.3 \ Exporter.3 ExtUtils::Command.3 ExtUtils::Embed.3 \ ExtUtils::Install.3 ExtUtils::Installed.3 ExtUtils::Liblist.3 \ ExtUtils::MM_OS2.3 ExtUtils::MM_Unix.3 ExtUtils::MM_VMS.3 \ ExtUtils::MM_Win32.3 ExtUtils::MakeMaker.3 ExtUtils::Manifest.3 \ ExtUtils::Miniperl.3 ExtUtils::Mkbootstrap.3 \ ExtUtils::Mksymlists.3 ExtUtils::Packlist.3 ExtUtils::testlib.3 \ Fatal.3 Fcntl.3 File::Basename.3 File::CheckTree.3 \ File::Compare.3 File::Copy.3 File::DosGlob.3 File::Find.3 \ File::Path.3 File::Spec.3 File::Spec::Mac.3 File::Spec::OS2.3 \ File::Spec::Unix.3 File::Spec::VMS.3 File::Spec::Win32.3 \ File::stat.3 FileCache.3 FileHandle.3 FindBin.3 \ Getopt::Long.3 Getopt::Std.3 I18N::Collate.3 IO.3 \ IO::File.3 IO::Handle.3 IO::Pipe.3 IO::Seekable.3 \ IO::Select.3 IO::Socket.3 IPC::Msg.3 IPC::Open2.3 \ IPC::Open3.3 IPC::Semaphore.3 IPC::SysV.3 Math::BigFloat.3 \ Math::BigInt.3 Math::Complex.3 Math::Trig.3 NDBM_File.3 \ Net::Ping.3 Net::hostent.3 Net::netent.3 Net::protoent.3 \ Net::servent.3 O.3 Opcode.3 POSIX.3 Pod::Html.3 \ Pod::Text.3 SDBM_File.3 Safe.3 Search::Dict.3 \ SelectSaver.3 SelfLoader.3 Shell.3 Socket.3 Symbol.3 \ Sys::Hostname.3 Sys::Syslog.3 Term::Cap.3 Term::Complete.3 \ Term::ReadLine.3 Test.3 Test::Harness.3 Text::Abbrev.3 \ Text::ParseWords.3 Text::Soundex.3 Text::Tabs.3 Text::Wrap.3 \ Tie::Array.3 Tie::Handle.3 Tie::Hash.3 Tie::RefHash.3 \ Tie::Scalar.3 Tie::SubstrHash.3 Time::Local.3 Time::gmtime.3 \ Time::localtime.3 Time::tm.3 UNIVERSAL.3 User::grent.3 \ User::pwent.3 attrs.3 autouse.3 base.3 blib.3 \ constant.3 diagnostics.3 fields.3 integer.3 less.3 \ lib.3 locale.3 ops.3 overload.3 re.3 sigtrap.3 \ strict.3 subs.3 vars.3 \ I18N::Japanese.3 MAN3PREFIX= ${TARGETDIR}/lib/perl5/${JPERL_VERSION}/ test: @(cd ${WRKSRC}; make test) post-patch: .for f in Makefile.SH hints/freebsd.sh @${REINPLACE_CMD} -e "s:objformat=`/usr/bin/objformat`:objformat='elf':" ${WRKSRC}/${f} .endfor post-install: @strip ${TARGETDIR}/bin/perl${JPERL_VERSION} @strip ${TARGETDIR}/bin/sperl${JPERL_VERSION} @${RM} ${TARGETDIR}/bin/perl ${TARGETDIR}/bin/suidperl @${LN} -sf ${TARGETDIR}/bin/perl${JPERL_VERSION} ${TARGETDIR}/bin/perl @${LN} -sf ${TARGETDIR}/bin/perl${JPERL_VERSION} ${TARGETDIR}/bin/perl5 @${LN} -fs ${TARGETDIR}/bin/perl${JPERL_VERSION} ${TARGETDIR}/bin/jperl5 @${LN} -fs ${TARGETDIR}/bin/perl${JPERL_VERSION} ${TARGETDIR}/bin/jperl${JPERL_VERSION} @${LN} -fs ${TARGETDIR}/bin/sperl${JPERL_VERSION} ${TARGETDIR}/bin/suidperl @${LN} -fs ${TARGETDIR}/bin/sperl${JPERL_VERSION} ${TARGETDIR}/bin/jsuidperl @${LN} -fs ${TARGETDIR}/lib/perl5/${JPERL_VERSION}/${MACHINE_ARCH}-freebsd/CORE/libperl.so.${PERL_SHLIBVER} ${TARGETDIR}/lib/perl5/${JPERL_VERSION}/${MACHINE_ARCH}-freebsd/CORE/libperl.so @PKG_PREFIX=${TARGETDIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/japanese/perl5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/japanese/perl5/pkg-plist =================================================================== --- head/japanese/perl5/pkg-plist (revision 190285) +++ head/japanese/perl5/pkg-plist (revision 190286) @@ -1,612 +1,612 @@ bin/a2p bin/c2ph bin/find2perl bin/h2ph bin/h2xs bin/perl%%JPERL_VERSION%% @exec ln -fs %D/%F %B/perl @exec ln -fs %D/%F %B/perl5 @exec ln -fs %D/%F %B/jperl5 @exec ln -fs %D/%F %B/jperl%%JPERL_VERSION%% @unexec rm %B/perl @unexec rm %B/perl5 @unexec rm %B/jperl5 @unexec rm %B/jperl%%JPERL_VERSION%% bin/perlbug bin/perlcc bin/perldoc bin/pl2pm bin/pod2html bin/pod2latex bin/pod2man bin/pod2text bin/pstruct bin/s2p bin/sperl%%JPERL_VERSION%% @exec ln -f %D/%F %B/suidperl @exec ln -f %D/%F %B/jsuidperl @unexec rm %B/suidperl @unexec rm %B/jsuidperl bin/splain lib/perl5/%%JPERL_VERSION%%/AnyDBM_File.pm lib/perl5/%%JPERL_VERSION%%/AutoLoader.pm lib/perl5/%%JPERL_VERSION%%/AutoSplit.pm lib/perl5/%%JPERL_VERSION%%/B/assemble lib/perl5/%%JPERL_VERSION%%/B/cc_harness lib/perl5/%%JPERL_VERSION%%/B/disassemble lib/perl5/%%JPERL_VERSION%%/B/makeliblinks lib/perl5/%%JPERL_VERSION%%/Benchmark.pm lib/perl5/%%JPERL_VERSION%%/CGI.pm lib/perl5/%%JPERL_VERSION%%/CGI/Apache.pm lib/perl5/%%JPERL_VERSION%%/CGI/Carp.pm lib/perl5/%%JPERL_VERSION%%/CGI/Cookie.pm lib/perl5/%%JPERL_VERSION%%/CGI/Fast.pm lib/perl5/%%JPERL_VERSION%%/CGI/Push.pm lib/perl5/%%JPERL_VERSION%%/CGI/Switch.pm lib/perl5/%%JPERL_VERSION%%/CPAN.pm lib/perl5/%%JPERL_VERSION%%/CPAN/FirstTime.pm lib/perl5/%%JPERL_VERSION%%/CPAN/Nox.pm lib/perl5/%%JPERL_VERSION%%/Carp.pm lib/perl5/%%JPERL_VERSION%%/Class/Struct.pm lib/perl5/%%JPERL_VERSION%%/Cwd.pm lib/perl5/%%JPERL_VERSION%%/Data/Dumper.pm lib/perl5/%%JPERL_VERSION%%/Devel/SelfStubber.pm lib/perl5/%%JPERL_VERSION%%/DirHandle.pm lib/perl5/%%JPERL_VERSION%%/Dumpvalue.pm lib/perl5/%%JPERL_VERSION%%/English.pm lib/perl5/%%JPERL_VERSION%%/Env.pm lib/perl5/%%JPERL_VERSION%%/Exporter.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Command.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Embed.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Install.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Installed.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Liblist.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/MM_OS2.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/MM_Unix.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/MM_VMS.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/MM_Win32.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/MakeMaker.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Manifest.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Miniperl.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Mkbootstrap.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Mksymlists.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/Packlist.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/inst lib/perl5/%%JPERL_VERSION%%/ExtUtils/testlib.pm lib/perl5/%%JPERL_VERSION%%/ExtUtils/typemap lib/perl5/%%JPERL_VERSION%%/ExtUtils/xsubpp lib/perl5/%%JPERL_VERSION%%/Fatal.pm lib/perl5/%%JPERL_VERSION%%/File/Basename.pm lib/perl5/%%JPERL_VERSION%%/File/CheckTree.pm lib/perl5/%%JPERL_VERSION%%/File/Compare.pm lib/perl5/%%JPERL_VERSION%%/File/Copy.pm lib/perl5/%%JPERL_VERSION%%/File/DosGlob.pm lib/perl5/%%JPERL_VERSION%%/File/Find.pm lib/perl5/%%JPERL_VERSION%%/File/Path.pm lib/perl5/%%JPERL_VERSION%%/File/Spec.pm lib/perl5/%%JPERL_VERSION%%/File/Spec/Mac.pm lib/perl5/%%JPERL_VERSION%%/File/Spec/OS2.pm lib/perl5/%%JPERL_VERSION%%/File/Spec/Unix.pm lib/perl5/%%JPERL_VERSION%%/File/Spec/VMS.pm lib/perl5/%%JPERL_VERSION%%/File/Spec/Win32.pm lib/perl5/%%JPERL_VERSION%%/File/stat.pm lib/perl5/%%JPERL_VERSION%%/FileCache.pm lib/perl5/%%JPERL_VERSION%%/FileHandle.pm lib/perl5/%%JPERL_VERSION%%/FindBin.pm lib/perl5/%%JPERL_VERSION%%/Getopt/Long.pm lib/perl5/%%JPERL_VERSION%%/Getopt/Std.pm lib/perl5/%%JPERL_VERSION%%/I18N/Collate.pm lib/perl5/%%JPERL_VERSION%%/I18N/Japanese.pm lib/perl5/%%JPERL_VERSION%%/IPC/Msg.pm lib/perl5/%%JPERL_VERSION%%/IPC/Open2.pm lib/perl5/%%JPERL_VERSION%%/IPC/Open3.pm lib/perl5/%%JPERL_VERSION%%/IPC/Semaphore.pm lib/perl5/%%JPERL_VERSION%%/IPC/SysV.pm lib/perl5/%%JPERL_VERSION%%/Math/BigFloat.pm lib/perl5/%%JPERL_VERSION%%/Math/BigInt.pm lib/perl5/%%JPERL_VERSION%%/Math/Complex.pm lib/perl5/%%JPERL_VERSION%%/Math/Trig.pm lib/perl5/%%JPERL_VERSION%%/Net/Ping.pm lib/perl5/%%JPERL_VERSION%%/Net/hostent.pm lib/perl5/%%JPERL_VERSION%%/Net/netent.pm lib/perl5/%%JPERL_VERSION%%/Net/protoent.pm lib/perl5/%%JPERL_VERSION%%/Net/servent.pm lib/perl5/%%JPERL_VERSION%%/Pod/Functions.pm lib/perl5/%%JPERL_VERSION%%/Pod/Html.pm lib/perl5/%%JPERL_VERSION%%/Pod/Text.pm lib/perl5/%%JPERL_VERSION%%/Search/Dict.pm lib/perl5/%%JPERL_VERSION%%/SelectSaver.pm lib/perl5/%%JPERL_VERSION%%/SelfLoader.pm lib/perl5/%%JPERL_VERSION%%/Shell.pm lib/perl5/%%JPERL_VERSION%%/Symbol.pm lib/perl5/%%JPERL_VERSION%%/Sys/Hostname.pm lib/perl5/%%JPERL_VERSION%%/Sys/Syslog.pm lib/perl5/%%JPERL_VERSION%%/Term/Cap.pm lib/perl5/%%JPERL_VERSION%%/Term/Complete.pm lib/perl5/%%JPERL_VERSION%%/Term/ReadLine.pm lib/perl5/%%JPERL_VERSION%%/Test.pm lib/perl5/%%JPERL_VERSION%%/Test/Harness.pm lib/perl5/%%JPERL_VERSION%%/Text/Abbrev.pm lib/perl5/%%JPERL_VERSION%%/Text/ParseWords.pm lib/perl5/%%JPERL_VERSION%%/Text/Soundex.pm lib/perl5/%%JPERL_VERSION%%/Text/Tabs.pm lib/perl5/%%JPERL_VERSION%%/Text/Wrap.pm lib/perl5/%%JPERL_VERSION%%/Tie/Array.pm lib/perl5/%%JPERL_VERSION%%/Tie/Handle.pm lib/perl5/%%JPERL_VERSION%%/Tie/Hash.pm lib/perl5/%%JPERL_VERSION%%/Tie/RefHash.pm lib/perl5/%%JPERL_VERSION%%/Tie/Scalar.pm lib/perl5/%%JPERL_VERSION%%/Tie/SubstrHash.pm lib/perl5/%%JPERL_VERSION%%/Time/Local.pm lib/perl5/%%JPERL_VERSION%%/Time/gmtime.pm lib/perl5/%%JPERL_VERSION%%/Time/localtime.pm lib/perl5/%%JPERL_VERSION%%/Time/tm.pm lib/perl5/%%JPERL_VERSION%%/UNIVERSAL.pm lib/perl5/%%JPERL_VERSION%%/User/grent.pm lib/perl5/%%JPERL_VERSION%%/User/pwent.pm lib/perl5/%%JPERL_VERSION%%/abbrev.pl lib/perl5/%%JPERL_VERSION%%/assert.pl lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long/Configure.al lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long/Croak.al lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long/FindOption.al lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long/GetOptions.al lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long/autosplit.ix lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long/config.al lib/perl5/%%JPERL_VERSION%%/autouse.pm lib/perl5/%%JPERL_VERSION%%/base.pm lib/perl5/%%JPERL_VERSION%%/bigfloat.pl lib/perl5/%%JPERL_VERSION%%/bigint.pl lib/perl5/%%JPERL_VERSION%%/bigrat.pl lib/perl5/%%JPERL_VERSION%%/blib.pm lib/perl5/%%JPERL_VERSION%%/cacheout.pl lib/perl5/%%JPERL_VERSION%%/chat2.pl lib/perl5/%%JPERL_VERSION%%/complete.pl lib/perl5/%%JPERL_VERSION%%/constant.pm lib/perl5/%%JPERL_VERSION%%/ctime.pl lib/perl5/%%JPERL_VERSION%%/diagnostics.pm lib/perl5/%%JPERL_VERSION%%/dotsh.pl lib/perl5/%%JPERL_VERSION%%/dumpvar.pl lib/perl5/%%JPERL_VERSION%%/exceptions.pl lib/perl5/%%JPERL_VERSION%%/fastcwd.pl lib/perl5/%%JPERL_VERSION%%/fields.pm lib/perl5/%%JPERL_VERSION%%/find.pl lib/perl5/%%JPERL_VERSION%%/finddepth.pl lib/perl5/%%JPERL_VERSION%%/flush.pl lib/perl5/%%JPERL_VERSION%%/ftp.pl lib/perl5/%%JPERL_VERSION%%/getcwd.pl lib/perl5/%%JPERL_VERSION%%/getopt.pl lib/perl5/%%JPERL_VERSION%%/getopts.pl lib/perl5/%%JPERL_VERSION%%/hostname.pl lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/.packlist lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Asmdata.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Assembler.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Bblock.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Bytecode.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/C.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/CC.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Debug.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Deparse.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Disassembler.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Lint.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Showlex.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Stackobj.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Terse.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B/Xref.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/EXTERN.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/INTERN.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/XSUB.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/XSlock.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/av.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/bytecode.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/byterun.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/cc_runtime.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/config.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/cop.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/cv.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/dosish.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/embed.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/embedvar.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/fakethr.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/form.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/gv.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/handy.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/hv.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/intrpvar.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/iperlsys.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/keywords.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/kanji.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/libperl.so.1 @exec ln -fs %D/%F %B/libperl.so @unexec rm %B/libperl.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/mg.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/nostdio.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/objXSUB.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/objpp.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/op.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/opcode.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/patchlevel.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/perl.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/perlio.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/perlsdio.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/perlsfio.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/perlvars.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/perly.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/pp.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/pp_proto.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/proto.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/regcomp.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/regexp.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/regnodes.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/scope.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/sperl.o lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/sv.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/thrdvar.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/thread.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/unixish.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE/util.h lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/Config.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/DB_File.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/DynaLoader.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/Errno.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/Fcntl.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO/File.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO/Handle.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO/Pipe.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO/Seekable.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO/Select.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO/Socket.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/NDBM_File.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/O.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/Opcode.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/POSIX.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/POSIX.pod lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/SDBM_File.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/Safe.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/Socket.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/attrs.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/B/B.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/B/B.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DB_File/DB_File.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DB_File/DB_File.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DB_File/autosplit.ix lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Data/Dumper/Dumper.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Data/Dumper/Dumper.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader/DynaLoader.a lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader/autosplit.ix lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader/dl_expandspec.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader/dl_find_symbol_anywhere.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader/dl_findfile.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader/extralibs.ld lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Fcntl/Fcntl.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Fcntl/Fcntl.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IO/IO.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IO/IO.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IPC/SysV/SysV.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IPC/SysV/SysV.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/NDBM_File/NDBM_File.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/NDBM_File/NDBM_File.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Opcode/Opcode.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Opcode/Opcode.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/POSIX.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/POSIX.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/abs.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/alarm.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/assert.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/atan2.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/atexit.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/atof.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/atoi.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/atol.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/autosplit.ix lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/bsearch.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/calloc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/chdir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/chmod.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/chown.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/clearerr.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/closedir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/cos.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/creat.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/div.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/errno.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/execl.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/execle.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/execlp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/execv.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/execve.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/execvp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/exit.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/exp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fabs.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fclose.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fcntl.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fdopen.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/feof.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/ferror.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fflush.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fgetc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fgetpos.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fgets.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fileno.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fopen.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fork.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fprintf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fputc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fputs.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fread.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/free.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/freopen.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fscanf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fseek.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fsetpos.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fstat.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/ftell.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/fwrite.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getchar.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getcwd.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getegid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getenv.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/geteuid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getgid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getgrgid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getgrnam.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getgroups.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getlogin.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getpgrp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getpid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getppid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getpwnam.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getpwuid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/gets.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/getuid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/gmtime.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/isatty.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/kill.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/labs.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/ldiv.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/link.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/localtime.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/log.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/longjmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/malloc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/memchr.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/memcmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/memcpy.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/memmove.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/memset.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/mkdir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/offsetof.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/opendir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/perror.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/pow.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/printf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/putc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/putchar.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/puts.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/qsort.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/raise.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/rand.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/readdir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/realloc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/remove.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/rename.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/rewind.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/rewinddir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/rmdir.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/scanf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/setbuf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/setgid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/setjmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/setuid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/setvbuf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/siglongjmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/sigsetjmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/sin.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/sleep.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/sprintf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/sqrt.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/srand.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/sscanf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/stat.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strcat.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strchr.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strcmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strcpy.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strcspn.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strerror.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strlen.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strncat.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strncmp.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strncpy.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strpbrk.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strrchr.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strspn.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strstr.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/strtok.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/system.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/time.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/tmpfile.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/tolower.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/toupper.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/umask.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/ungetc.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/unlink.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/utime.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/vfprintf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/vprintf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/vsprintf.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/wait.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX/waitpid.al lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/SDBM_File/SDBM_File.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/SDBM_File/SDBM_File.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Socket/Socket.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Socket/Socket.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/attrs/attrs.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/attrs/attrs.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/re/re.bs lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/re/re.so lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/sdbm/extralibs.ld lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/ops.pm lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/re.pm lib/perl5/%%JPERL_VERSION%%/importenv.pl lib/perl5/%%JPERL_VERSION%%/integer.pm lib/perl5/%%JPERL_VERSION%%/less.pm lib/perl5/%%JPERL_VERSION%%/lib.pm lib/perl5/%%JPERL_VERSION%%/locale.pm lib/perl5/%%JPERL_VERSION%%/look.pl lib/perl5/%%JPERL_VERSION%%/newgetopt.pl lib/perl5/%%JPERL_VERSION%%/open2.pl lib/perl5/%%JPERL_VERSION%%/open3.pl lib/perl5/%%JPERL_VERSION%%/overload.pm lib/perl5/%%JPERL_VERSION%%/perl5db.pl lib/perl5/%%JPERL_VERSION%%/pod/jperl.pod lib/perl5/%%JPERL_VERSION%%/pod/perl.pod lib/perl5/%%JPERL_VERSION%%/pod/perl5004delta.pod lib/perl5/%%JPERL_VERSION%%/pod/perlapio.pod lib/perl5/%%JPERL_VERSION%%/pod/perlbook.pod lib/perl5/%%JPERL_VERSION%%/pod/perlbot.pod lib/perl5/%%JPERL_VERSION%%/pod/perlcall.pod lib/perl5/%%JPERL_VERSION%%/pod/perldata.pod lib/perl5/%%JPERL_VERSION%%/pod/perldebug.pod lib/perl5/%%JPERL_VERSION%%/pod/perldelta.pod lib/perl5/%%JPERL_VERSION%%/pod/perldiag.pod lib/perl5/%%JPERL_VERSION%%/pod/perldsc.pod lib/perl5/%%JPERL_VERSION%%/pod/perlembed.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq1.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq2.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq3.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq4.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq5.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq6.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq7.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq8.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfaq9.pod lib/perl5/%%JPERL_VERSION%%/pod/perlform.pod lib/perl5/%%JPERL_VERSION%%/pod/perlfunc.pod lib/perl5/%%JPERL_VERSION%%/pod/perlguts.pod lib/perl5/%%JPERL_VERSION%%/pod/perlhist.pod lib/perl5/%%JPERL_VERSION%%/pod/perlipc.pod lib/perl5/%%JPERL_VERSION%%/pod/perllocale.pod lib/perl5/%%JPERL_VERSION%%/pod/perllol.pod lib/perl5/%%JPERL_VERSION%%/pod/perlmod.pod lib/perl5/%%JPERL_VERSION%%/pod/perlmodinstall.pod lib/perl5/%%JPERL_VERSION%%/pod/perlmodlib.pod lib/perl5/%%JPERL_VERSION%%/pod/perlobj.pod lib/perl5/%%JPERL_VERSION%%/pod/perlop.pod lib/perl5/%%JPERL_VERSION%%/pod/perlopentut.pod lib/perl5/%%JPERL_VERSION%%/pod/perlpod.pod lib/perl5/%%JPERL_VERSION%%/pod/perlport.pod lib/perl5/%%JPERL_VERSION%%/pod/perlre.pod lib/perl5/%%JPERL_VERSION%%/pod/perlref.pod lib/perl5/%%JPERL_VERSION%%/pod/perlreftut.pod lib/perl5/%%JPERL_VERSION%%/pod/perlrun.pod lib/perl5/%%JPERL_VERSION%%/pod/perlsec.pod lib/perl5/%%JPERL_VERSION%%/pod/perlstyle.pod lib/perl5/%%JPERL_VERSION%%/pod/perlsub.pod lib/perl5/%%JPERL_VERSION%%/pod/perlsyn.pod lib/perl5/%%JPERL_VERSION%%/pod/perlthrtut.pod lib/perl5/%%JPERL_VERSION%%/pod/perltie.pod lib/perl5/%%JPERL_VERSION%%/pod/perltoc.pod lib/perl5/%%JPERL_VERSION%%/pod/perltoot.pod lib/perl5/%%JPERL_VERSION%%/pod/perltrap.pod lib/perl5/%%JPERL_VERSION%%/pod/perlvar.pod lib/perl5/%%JPERL_VERSION%%/pod/perlxs.pod lib/perl5/%%JPERL_VERSION%%/pod/perlxstut.pod lib/perl5/%%JPERL_VERSION%%/pwd.pl lib/perl5/%%JPERL_VERSION%%/shellwords.pl lib/perl5/%%JPERL_VERSION%%/sigtrap.pm lib/perl5/%%JPERL_VERSION%%/stat.pl lib/perl5/%%JPERL_VERSION%%/strict.pm lib/perl5/%%JPERL_VERSION%%/subs.pm lib/perl5/%%JPERL_VERSION%%/syslog.pl lib/perl5/%%JPERL_VERSION%%/tainted.pl lib/perl5/%%JPERL_VERSION%%/termcap.pl lib/perl5/%%JPERL_VERSION%%/timelocal.pl lib/perl5/%%JPERL_VERSION%%/validate.pl lib/perl5/%%JPERL_VERSION%%/vars.pm @unexec find %D/lib/perl5/%%JPERL_VER%%/ -name '*.ph' -delete 2>/dev/null || true @unexec find %D/lib/perl5/site_perl/%%JPERL_VER%%/ -name '*.ph' -delete 2>/dev/null || true @dirrmtry lib/perl5/site_perl/%%JPERL_VER%%/%%JPERL_ARCH%%/sys @dirrmtry lib/perl5/site_perl/%%JPERL_VER%%/%%JPERL_ARCH%%/machine @dirrmtry lib/perl5/site_perl/%%JPERL_VER%%/%%JPERL_ARCH%% @dirrmtry lib/perl5/site_perl/%%JPERL_VER%% @dirrmtry lib/perl5/site_perl @dirrmtry lib/perl5/%%JPERL_VERSION%%/pod -%%NOTON4%%@dirrmtry lib/perl5/%%JPERL_VERSION%%/man/man3 -%%NOTON4%%@dirrmtry lib/perl5/%%JPERL_VERSION%%/man +@dirrmtry lib/perl5/%%JPERL_VERSION%%/man/man3 +@dirrmtry lib/perl5/%%JPERL_VERSION%%/man @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/sdbm @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/re @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/attrs @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Socket @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/SDBM_File @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/POSIX @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Opcode @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/NDBM_File @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IPC/SysV @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IPC @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/IO @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Fcntl @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DynaLoader @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Data/Dumper @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/Data @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/DB_File @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto/B @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/auto @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/IO @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/CORE @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%%/B @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%JPERL_ARCH%% @dirrmtry lib/perl5/%%JPERL_VERSION%%/auto/Getopt/Long @dirrmtry lib/perl5/%%JPERL_VERSION%%/auto/Getopt @dirrmtry lib/perl5/%%JPERL_VERSION%%/auto @dirrmtry lib/perl5/%%JPERL_VERSION%%/User @dirrmtry lib/perl5/%%JPERL_VERSION%%/Time @dirrmtry lib/perl5/%%JPERL_VERSION%%/Tie @dirrmtry lib/perl5/%%JPERL_VERSION%%/Text @dirrmtry lib/perl5/%%JPERL_VERSION%%/Test @dirrmtry lib/perl5/%%JPERL_VERSION%%/Term @dirrmtry lib/perl5/%%JPERL_VERSION%%/Sys @dirrmtry lib/perl5/%%JPERL_VERSION%%/Search @dirrmtry lib/perl5/%%JPERL_VERSION%%/Pod @dirrmtry lib/perl5/%%JPERL_VERSION%%/Net @dirrmtry lib/perl5/%%JPERL_VERSION%%/Math @dirrmtry lib/perl5/%%JPERL_VERSION%%/IPC @dirrmtry lib/perl5/%%JPERL_VERSION%%/I18N @dirrmtry lib/perl5/%%JPERL_VERSION%%/Getopt @dirrmtry lib/perl5/%%JPERL_VERSION%%/File/Spec @dirrmtry lib/perl5/%%JPERL_VERSION%%/File @dirrmtry lib/perl5/%%JPERL_VERSION%%/ExtUtils @dirrmtry lib/perl5/%%JPERL_VERSION%%/Devel @dirrmtry lib/perl5/%%JPERL_VERSION%%/Data @dirrmtry lib/perl5/%%JPERL_VERSION%%/Class @dirrmtry lib/perl5/%%JPERL_VERSION%%/CPAN @dirrmtry lib/perl5/%%JPERL_VERSION%%/CGI @dirrmtry lib/perl5/%%JPERL_VERSION%%/B @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/sdbm @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/re @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/attrs @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/Socket @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/SDBM_File @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/POSIX @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/Opcode @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/NDBM_File @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/IPC/SysV @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/IPC @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/IO @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/Fcntl @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/DynaLoader @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/Data/Dumper @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/Data @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/DB_File @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto/B @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/auto @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/IO @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/CORE @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%%/B @dirrmtry lib/perl5/%%JPERL_VERSION%%/%%PERL_ARCH%% -%%NOTON4%%@dirrmtry lib/perl5/%%JPERL_VERSION%% +@dirrmtry lib/perl5/%%JPERL_VERSION%% @dirrmtry lib/perl5 Property changes on: head/japanese/perl5/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/japanese/scim-skk/Makefile =================================================================== --- head/japanese/scim-skk/Makefile (revision 190285) +++ head/japanese/scim-skk/Makefile (revision 190286) @@ -1,55 +1,51 @@ # New ports collection makefile for: ja-scim-skk # Date created: 6 Apr 2005 # Whom: Jun Mukai # # $FreeBSD$ # $MCom: ports/japanese/scim-skk/Makefile,v 1.1 2006/09/30 05:17:05 ahze Exp $ PORTNAME= scim-skk PORTVERSION= 0.5.2 PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/18121 MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module like SKK BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 USE_X_LIB= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" .include .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}" .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" .endif -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x: bad C++ code -.endif - post-patch: @${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include Property changes on: head/japanese/scim-skk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/java/jikes/Makefile =================================================================== --- head/java/jikes/Makefile (revision 190285) +++ head/java/jikes/Makefile (revision 190286) @@ -1,34 +1,28 @@ # New ports collection makefile for: jikes # Date created: 09 December 1998 # Whom: Matthew Dillon # # $FreeBSD$ # PORTNAME= jikes PORTVERSION= 1.22 PORTREVISION= 1 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=jikes/ MAINTAINER= ports@FreeBSD.org COMMENT= A very fast Java source to byte-code compiler made available by IBM MAN1= jikes.1 PLIST_SUB= PORTVERSION=${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes USE_ICONV= yes USE_BZIP2= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" -.include - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Internal compiler error on alpha 4.x" -.endif - -.include +.include Property changes on: head/java/jikes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/java/tya/Makefile =================================================================== --- head/java/tya/Makefile (revision 190285) +++ head/java/tya/Makefile (revision 190286) @@ -1,51 +1,47 @@ # New ports collection makefile for: tya # Date created: 16 May 1999 # Whom: jburkhol@home.com # # $FreeBSD$ # PORTNAME= tya PORTVERSION= 1.8 CATEGORIES= java MASTER_SITES= http://sax.sax.de/~adlibit/ DISTNAME= tya18 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A ``100% unofficial'' JIT-compiler for java BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk11 WRKSRC= ${WRKDIR}/${DISTNAME:S/a1/a1./} ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jdk=${JAVADIR} JAVADIR?= ${LOCALBASE}/jdk1.1.8 JAVALIBDIR= ${PREFIX}/lib/tya -.include - -.if ${OSVERSION} >= 500000 post-patch: @${REINPLACE_CMD} -e "s|-malign|-falign|g" ${WRKSRC}/Makefile.in -.endif post-configure: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/README do-install: @${MKDIR} ${JAVALIBDIR} @${INSTALL_PROGRAM} ${WRKSRC}/libtya.so ${JAVALIBDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} @${ECHO_MSG} "" @${ECHO_MSG} "See ${DOCSDIR}/README for usage instructions." @${ECHO_MSG} "" .endif -.include +.include Property changes on: head/java/tya/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/lang/pnet-base/Makefile =================================================================== --- head/lang/pnet-base/Makefile (revision 190285) +++ head/lang/pnet-base/Makefile (revision 190286) @@ -1,91 +1,85 @@ # Ports collection makefile for: treecc # Date created: Wed Jul 11 00:45:15 EDT 2001 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= pnet PORTVERSION= ${PNET_VERSION} PORTREVISION= ${PNET_REVISION} CATEGORIES= lang MASTER_SITES= ${PNET_MASTER_SITES} MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR} PKGNAMESUFFIX= base MAINTAINER= ports@FreeBSD.org COMMENT= C\# compiler and runtime engine BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc NOT_FOR_ARCHS= sparc64 .if !defined(WITHOUT_X11) USE_XLIB= yes .endif USE_GCC= 3.4 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+= --enable-threads=posix .if !defined(WITH_OPTIMIZED_CFLAGS) CONFIGURE_ARGS+= --disable-optimizations .endif PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 Doxyfile \ c_language_abi.html embedded.html gtk-sharp.HOWTO \ l10n.html libgc_changes.txt pinvoke.html pnet_faq.html pnetasm.texi \ unrolling.txt INFO= pnettools MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \ cscc-cpp.1 csdoc2texi.1 cssrc2html.1 ilalink.1 ilasm.1 ildasm.1 \ ildd.1 ilfind.1 ilgac.1 ilheader.1 ilnative.1 ilranlib.1 ilrun.1 \ ilsize.1 ilstrip.1 ilverify.1 resgen.1 MLINKS= ilasm.1 al.1 \ ar.1 cli-unknown-ar.1 \ cscc-cpp.1 cli-unknown-cpp.1 \ cscc.1 cli-unknown-gcc.1 \ ilranlib.1 cli-unknown-ranlib.1 \ ilsize.1 cli-unknown-size.1 \ ilstrip.1 cli-unknown-strip.1 .include "${.CURDIR}/../pnet/Makefile.pnet" .include .if ${ARCH} != "i386" CONFIGURE_ARGS+= --without-libffi \ --without-libgc PLIST_SUB= I386="@comment " .else PLIST_SUB= I386="" .endif -.if ${OSVERSION} < 500000 -PLIST_SUB+= IS4X="@comment " ISNOT4X="" -.else -PLIST_SUB+= IS4X="" ISNOT4X="@comment " -.endif - post-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "Define optimized CFLAGS with" @${ECHO_MSG} "WITH_OPTIMIZED_CFLAGS=yes" .endif post-patch: @${REINPLACE_CMD} -e 's|`$$CC -print-multi-os-directory 2>/dev/null`|elf|' \ ${WRKSRC}/libffi/configure ${WRKSRC}/libffi/configure.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig \ ${WRKSRC}/libgc/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR} .endfor .endif .include Property changes on: head/lang/pnet-base/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/lang/pnet-base/pkg-plist =================================================================== --- head/lang/pnet-base/pkg-plist (revision 190285) +++ head/lang/pnet-base/pkg-plist (revision 190286) @@ -1,146 +1,144 @@ bin/al bin/cli-unknown-ar bin/cli-unknown-cpp bin/cli-unknown-gcc bin/cli-unknown-ranlib bin/cli-unknown-size bin/cli-unknown-strip bin/clrwrap bin/csant bin/cscc bin/cscc-cpp bin/csdoc bin/csdoc2hier bin/csdoc2html bin/csdoc2texi bin/cssrc2html bin/ilalink bin/ilasm bin/ildasm bin/ildd bin/ilfind bin/ilgac bin/ilheader bin/ilnative bin/ilranlib bin/ilrun bin/ilsize bin/ilstrip bin/ilverify bin/resgen %%I386%%include/pnet/ffi.h %%I386%%include/pnet/ffitarget.h %%I386%%include/pnet/gc.h %%I386%%include/pnet/gc/gc.h %%I386%%%%I386%%include/pnet/gc/gc_alloc.h %%I386%%include/pnet/gc/gc_allocator.h %%I386%%include/pnet/gc/gc_amiga_redirects.h %%I386%%include/pnet/gc/gc_backptr.h %%I386%%include/pnet/gc/gc_config_macros.h %%I386%%include/pnet/gc/gc_cpp.h %%I386%%include/pnet/gc/gc_gcj.h %%I386%%include/pnet/gc/gc_inl.h %%I386%%include/pnet/gc/gc_inline.h %%I386%%include/pnet/gc/gc_local_alloc.h %%I386%%include/pnet/gc/gc_mark.h %%I386%%include/pnet/gc/gc_pthread_redirects.h %%I386%%include/pnet/gc/gc_typed.h %%I386%%include/pnet/gc/leak_detector.h %%I386%%include/pnet/gc/new_gc_alloc.h %%I386%%include/pnet/gc/weakpointer.h %%I386%%include/pnet/gc_config_macros.h %%I386%%include/pnet/gc_local_alloc.h %%I386%%include/pnet/gc_pthread_redirects.h %%I386%%include/pnet/gc_typed.h include/pnet/il_align.h include/pnet/il_bignum.h include/pnet/il_coder.h include/pnet/il_config.h include/pnet/il_console.h include/pnet/il_crypt.h include/pnet/il_debug.h include/pnet/il_decimal.h include/pnet/il_dumpasm.h include/pnet/il_engine.h include/pnet/il_errno.h include/pnet/il_gc.h include/pnet/il_image.h include/pnet/il_jopcodes.h include/pnet/il_linker.h include/pnet/il_meta.h include/pnet/il_opcodes.h include/pnet/il_profile.h include/pnet/il_program.h include/pnet/il_regex.h include/pnet/il_serial.h include/pnet/il_serialize.h include/pnet/il_sysio.h include/pnet/il_system.h include/pnet/il_thread.h include/pnet/il_types.h include/pnet/il_utils.h include/pnet/il_values.h include/pnet/il_writer.h include/pnet/il_xml.h %%I386%%include/pnet/leak_detector.h lib/cscc/plugins/cscc-b lib/cscc/plugins/cscc-bf lib/cscc/plugins/cscc-c-s lib/cscc/plugins/cscc-cs lib/cscc/plugins/cscc-csharp lib/cscc/plugins/cscc-java lib/cscc/plugins/cscc-vb lib/libILAsm.a lib/libILCodeGen.a lib/libILDumpAsm.a lib/libILEngine.a lib/libILImage.a lib/libILLink.a lib/libILSupport.a -%%I386%%%%IS4X%%lib/pnet/elf/libffi.a -%%I386%%%%IS4X%%lib/pnet/elf/libffi.la -%%I386%%%%ISNOT4X%%lib/pnet/libffi.a -%%I386%%%%ISNOT4X%%lib/pnet/libffi.la +%%I386%%lib/pnet/elf/libffi.a +%%I386%%lib/pnet/elf/libffi.la %%I386%%lib/pnet/libgc.a %%I386%%lib/pnet/libgc.la %%I386%%lib/pnet/libgc.so %%I386%%lib/pnet/libgc.so.1 %%I386%%share/gc/README %%I386%%share/gc/README.DGUX386 %%I386%%share/gc/README.Mac %%I386%%share/gc/README.MacOSX %%I386%%share/gc/README.OS2 %%I386%%share/gc/README.amiga %%I386%%share/gc/README.arm.cross %%I386%%share/gc/README.autoconf %%I386%%share/gc/README.changes %%I386%%share/gc/README.contributors %%I386%%share/gc/README.cords %%I386%%share/gc/README.darwin %%I386%%share/gc/README.dj %%I386%%share/gc/README.environment %%I386%%share/gc/README.ews4800 %%I386%%share/gc/README.hp %%I386%%share/gc/README.linux %%I386%%share/gc/README.macros %%I386%%share/gc/README.rs6000 %%I386%%share/gc/README.sgi %%I386%%share/gc/README.solaris2 %%I386%%share/gc/README.uts %%I386%%share/gc/README.win32 %%I386%%share/gc/barrett_diagram %%I386%%share/gc/debugging.html %%I386%%share/gc/gc.man %%I386%%share/gc/gcdescr.html %%I386%%share/gc/gcinterface.html %%I386%%share/gc/leak.html %%I386%%share/gc/scale.html %%I386%%share/gc/simple_example.html %%I386%%share/gc/tree.html %%I386%%@dirrm include/pnet/gc @dirrm include/pnet -%%I386%%%%IS4X%%@dirrm lib/pnet/elf +%%I386%%@dirrm lib/pnet/elf %%I386%%@dirrm lib/pnet @dirrm lib/cscc/plugins @dirrmtry lib/cscc %%I386%%@dirrm share/gc Property changes on: head/lang/pnet-base/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/lang/scriba/Makefile =================================================================== --- head/lang/scriba/Makefile (revision 190285) +++ head/lang/scriba/Makefile (revision 190286) @@ -1,155 +1,151 @@ # New ports collection makefile for: scriba # Date created: 07 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= scriba PORTVERSION= 20b0 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.scriptbasic.com/download/ DISTNAME= ${PORTNAME}-v2.0b0-source MAINTAINER= ports@FreeBSD.org COMMENT= A scripting implementation of the BASIC language NO_WRKSUBDIR= yes USE_PERL5= yes CFLAGS+= -fPIC PORTDOCS= * # Extensions that depend on external libs default to off OPTIONS= BDB "Berkeley DB extension" off \ CURL "CURL extension" off \ GD "gd extension" off \ MYSQL "MySQL extension (3.2.3 only)" off \ ODBC "ODBC extension" off \ PGSQL "PostgreSQL extension" off \ XML "libxml2 extension" off .include -.if ${OSVERSION} < 500000 -BROKEN= "coredumps a lot" -.endif - .if ${ARCH} == "ia64" BROKEN= "fails to compile" .endif # Dependencies for port options .if defined(WITH_BDB) LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 PLIST_SUB+= BDB="" .else PLIST_SUB+= BDB="@comment " .endif .if defined(WITH_CURL) LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else PLIST_SUB+= CURL="@comment " .endif .if defined(WITH_GD) LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd PLIST_SUB+= GD="" .else PLIST_SUB+= GD="@comment " .endif .if defined(WITH_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client PLIST_SUB+= MYSQL="" .else PLIST_SUB+= MYSQL="@comment " .endif .if defined(WITH_ODBC) LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= ODBC="" .else PLIST_SUB+= ODBC="@comment " .endif .if defined(WITH_PGSQL) USE_PGSQL= yes PLIST_SUB+= PGSQL="" .else PLIST_SUB+= PGSQL="@comment " .endif .if defined(WITH_XML) LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 PLIST_SUB+= XML="" .else PLIST_SUB+= XML="@comment " .endif post-patch: # Put esd.pm in a directory where perl will find it cd ${WRKSRC} && ${MKDIR} jamal && ${CP} esd.pm jamal ${GREP} -Rl '^#!.*bin/perl' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e 's,^#!.*bin/perl,#!${PERL},' ${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ -e 's,%%X11BASE%%,${X11BASE},g' \ -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ -e 's,%%DATADIR%%,${DATADIR},g' \ -e 's,%%CC%%,${CC},g' \ -e 's,%%CFLAGS%%,${CFLAGS},g' \ -e 's,%%LDFLAGS%%,${LDFLAGS},g' \ -e 's,%%PTHREAD_LIBS%%,${PTHREAD_LIBS},g' \ -e 's,root:root,root:wheel,g' \ ${WRKSRC}/setup.pl ${WRKSRC}/scriba.c ${WRKSRC}/make_gcc.jim .if ${ARCH} == "amd64" ${REINPLACE_CMD} -e 's, -Bstatic,,g' ${WRKSRC}/make_gcc.jim .endif # Remove extensions not selected as options .if !defined(WITH_BDB) @${RM} -rf ${WRKSRC}/extensions/bdb .endif .if !defined(WITH_CURL) @${RM} -rf ${WRKSRC}/extensions/curl .endif .if !defined(WITH_GD) @${RM} -rf ${WRKSRC}/extensions/gd .endif .if !defined(WITH_MYSQL) @${RM} -rf ${WRKSRC}/extensions/mysql .endif .if !defined(WITH_ODBC) @${RM} -rf ${WRKSRC}/extensions/odbc .endif .if !defined(WITH_PGSQL) @${RM} -rf ${WRKSRC}/extensions/psql .endif .if !defined(WITH_XML) @${RM} -rf ${WRKSRC}/extensions/xml .endif do-build: # -I allows script to include the Jamal preprocessor cd ${WRKSRC} && export PERL5OPT='-I${WRKSRC}' && \ ${PERL} setup.pl --unix do-install: cd ${WRKSRC} && \ ${PERL} setup.pl --unix --no-install-interactive --install && \ ${SH} install.sh .include Property changes on: head/lang/scriba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/lang/tinycobol/Makefile =================================================================== --- head/lang/tinycobol/Makefile (revision 190285) +++ head/lang/tinycobol/Makefile (revision 190286) @@ -1,47 +1,41 @@ # New ports collection makefile for: tinycobol # Date created: 26 Oct 2000 # Whom: Patrick Gardella # # $FreeBSD$ # PORTNAME= tinycobol PORTVERSION= 0.63 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tiny-cobol MAINTAINER= ports@FreeBSD.org COMMENT= A tiny COBOL compiler for IA32 platforms LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 USE_GETOPT_LONG=yes HAS_CONFIGURE= yes USE_BISON= yes USE_GMAKE= yes -CONFIGURE_ARGS= --with-libdb=3 +CONFIGURE_ARGS= --with-libdb=3 \ + --with-readline CPPFLAGS= -I${LOCALBASE}/include CFLAGS+= ${CPPFLAGS} LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= htcobol.1 htcobf2f.1 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/info/*.txt ${DOCSDIR} .endif -.include - -# doesn't work with readline on FreeBSD 4.x -.if ${OSVERSION} >= 500000 -CONFIGURE_ARGS+= --with-readline -.endif - -.include +.include Property changes on: head/lang/tinycobol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/mail/cucipop/Makefile =================================================================== --- head/mail/cucipop/Makefile (revision 190285) +++ head/mail/cucipop/Makefile (revision 190286) @@ -1,34 +1,30 @@ # New ports collection makefile for: cucipop # Date created: 7 Jun 1997 # Whom: igor@zynaps.ru # # $FreeBSD$ # # NOTE: APOP works only for virtual hosts as designed! # Virtual hosts works only with Berkeley DB2. # Berkeley DB2 is in conflict with libc, so commented out. :-( PORTNAME= cucipop PORTVERSION= 1.31 PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ -.include - -.if ${OSVERSION} >= 400014 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ PATCHFILES= cucipop-1.31-v6-20010223.diff.gz PATCH_DIST_STRIP= -p1 -.endif -#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2 - MAINTAINER= ports@FreeBSD.org COMMENT= Cubic Circle's POP3 daemon (fully RFC1939 compliant) +#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2 + MAN8= cucipop.8 #makevpopdb.8 PLIST_FILES= libexec/cucipop -.include +.include Property changes on: head/mail/cucipop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/mail/moztraybiff/Makefile =================================================================== --- head/mail/moztraybiff/Makefile (revision 190285) +++ head/mail/moztraybiff/Makefile (revision 190286) @@ -1,60 +1,54 @@ # New ports collection makefile for: moztraybiff # Date created: 19 March, 2005 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= moztraybiff PORTVERSION= 1.2.2 PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= mozTrayBiff-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= New mail tray icon for Thunderbird BUILD_DEPENDS= ${LOCALBASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${LOCALBASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird .if !exists(../thunderbird/Makefile) BROKEN= ${PORTNAME} needs the Thunderbird port in order to build .else TBVER!= cd ../thunderbird && ${MAKE} -V PORTVERSION .endif USE_XLIB= yes USE_GMAKE= yes USE_GNOME= libgnome MAKE_ARGS+= MOZILLA_PLATFORM=tbird TBVER=${TBVER} MOZ_TRUNK=0 FILENAME= mozTrayBiff-${PORTVERSION}-tb${TBVER}.xpi PLIST_FILES= share/${PORTNAME}/${FILENAME} PLIST_DIRS= share/${PORTNAME} SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.include - post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e "s|-fshort-wchar||" \ - ${WRKSRC}/components/Makefile -.endif @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/bin/sh|" \ ${WRKSRC}/get-platform do-install: @${MKDIR} ${DATADIR} @${INSTALL} -m 644 ${WRKSRC}/${FILENAME} ${DATADIR} post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.include +.include Property changes on: head/mail/moztraybiff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/mail/smail/Makefile =================================================================== --- head/mail/smail/Makefile (revision 190285) +++ head/mail/smail/Makefile (revision 190286) @@ -1,154 +1,120 @@ # New ports collection makefile for: smail # Date created: 16 Oct 1994 # Whom: torstenb # # $FreeBSD$ # PORTNAME= smail PORTVERSION= 3.2.0.121 CATEGORIES= mail MASTER_SITES= ftp://ftp.planix.com/pub/Smail/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/mail/smail/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD MAINTAINER= ports@FreeBSD.org COMMENT= A program used for receiving and delivering mail BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre CONFLICTS= bsmtp-1.* courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* zmailer-2.* .if !defined(NO_INSTALL_MANPAGES) MAN1= pathto.1 uuwho.1 uupath.1 MAN5= smailconf.5 smail.5 smaildrct.5 smailmeth.5 smailqual.5 \ smailrtrs.5 smailrtry.5 smailtrns.5 aliases.5 MAN8= pathalias.8 mkdbm.8 mkline.8 mksort.8 mkaliases.8 smail.8 \ mkpath.8 pathmerge.8 checkerr.8 getmap.8 mkhpath.8 savelog.8 \ mkuuwho.8 mailq.8 sendmail.8 runq.8 rmail.8 rsmtp.8 smtpd.8 \ newaliases.8 smailbug.8 unfreezemail.8 bouncemail.8 logsumm.8 .endif CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lident -lwrap -lpcre CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus CYRUS_DELIVER_PATH?= ${LOCALBASE}/cyrus/bin/deliver OPTIONS= CYRUS22 "Use mail/cyrus-imapd22 as local transport" off \ CYRUS23 "Use mail/cyrus-imapd23 as local transport" off \ REPLACE_CONF "Replace /etc/mail/mailer.conf" off .include .if defined(WITH_CYRUS22) && defined(WITH_CYRUS23) IGNORE= WITH_CYRUS22 and WITH_CYRUS23 are mutually exclusive. Please run make options again .endif .if defined(WITH_CYRUS22) CYRUS_PORT= ${PORTSDIR}/mail/cyrus-imapd22 .else CYRUS_PORT= ${PORTSDIR}/mail/cyrus-imapd23 .endif .if defined(WITH_CYRUS22) || defined(WITH_CYRUS23) RUN_DEPENDS+= cyrus/bin/deliver:${CYRUS_PORT} CYRUS_IMAPD= USE_CYRUS_IMAPD PLIST_SUB+= CYRUS_DELIVER="" .else PLIST_SUB+= CYRUS_DELIVER="@comment " .endif .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" ARCH_TYPE=64bit .else ARCH_TYPE=32bit .endif do-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%MANPREFIX%%|${MANPREFIX}|g' \ -e 's|%%CFLAGS%%|${CFLAGS}|g' \ -e 's|%%CPPFLAGS%%|${CPPFLAGS}|g' \ -e 's|%%LDFLAGS%%|${LDFLAGS}|g' \ -e 's|%%LIBS%%|${LIBS}|g' \ -e 's|%%ARCH_TYPE%%|${ARCH_TYPE}|g' \ -e 's|%%CYRUS_IMAPD%%|${CYRUS_IMAPD}|g' \ ${FILESDIR}/freebsd5.in > ${WRKSRC}/conf/os/freebsd5 @${ECHO_CMD} OS_TYPE=freebsd5 > ${WRKSRC}/conf/EDITME @${ECHO_CMD} STRIP=yes >> ${WRKSRC}/conf/EDITME @${ECHO_CMD} CYRUS_USER="${CYRUS_USER}" >> ${WRKSRC}/conf/EDITME @${ECHO_CMD} CYRUS_GROUP="${CYRUS_GROUP}" >> ${WRKSRC}/conf/EDITME @${ECHO_CMD} CYRUS_DELIVER_PATH="${CYRUS_DELIVER_PATH}" >> ${WRKSRC}/conf/EDITME @${LN} -sf ${WRKSRC}/conf/Make.local-BSD ${WRKSRC}/conf/Make.local @${REINPLACE_CMD} -e 's|defs install|defs|g' \ ${WRKSRC}/man/Makefile @${ECHO_CMD} >> ${WRKSRC}/man/Makefile @${ECHO_CMD} install: >> ${WRKSRC}/man/Makefile pre-install: @${MKDIR} ${PREFIX}/etc/smail post-install: .if defined(WITH_REPLACE_CONF) @make replace .endif .if defined(WITH_CYRUS22) || defined(WITH_CYRUS23) @cd ${WRKSRC}/util && make install-cyrus-bins .endif .if !defined(NO_INSTALL_MANPAGES) @cd ${WRKSRC}/man && make installman .endif replace: -.if ${OSVERSION} >= 400014 @${ECHO_MSG} "===> Activating smail in /etc/mail/mailer.conf" ${MV} -f /etc/mail/mailer.conf /etc/mail/mailer.conf.bak @${ECHO_CMD} "#" > /etc/mail/mailer.conf @${ECHO_CMD} -n "# Execute the smail sendmail program" >> /etc/mail/mailer.conf @${ECHO_CMD} ", named ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "#" >> /etc/mail/mailer.conf @${ECHO_CMD} "sendmail ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "send-mail ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "mailq ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf @${ECHO_CMD} "newaliases ${PREFIX}/bin/smail" >> /etc/mail/mailer.conf -.else - @${ECHO_MSG} "===> Replacing sendmail programs" - if [ -e /usr/sbin/sendmail ]; then \ - ${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.BAK; \ - if [ -f /usr/sbin/sendmail.BAK ]; then \ - ${CHMOD} 0 /usr/sbin/sendmail.BAK; \ - fi;\ - fi - if [ -e ${PREFIX}/bin/smail ]; then \ - ${LN} -s ${PREFIX}/bin/smail /usr/sbin/sendmail; \ - fi - if [ -f /usr/sbin/mailstats ]; then \ - ${CHMOD} 0 /usr/sbin/mailstats; \ - fi - if [ -e /usr/bin/newaliases ]; then \ - ${MV} -f /usr/bin/newaliases /usr/bin/newaliases.BAK; \ - if [ -f /usr/bin/newaliases.BAK ]; then \ - ${CHMOD} 0 /usr/bin/newaliases.BAK; \ - fi;\ - fi - if [ -e ${PREFIX}/bin/newaliases ]; then \ - ${LN} -s ${PREFIX}/bin/newaliases /usr/bin/newaliases; \ - fi - if [ -e /usr/bin/mailq ]; then \ - ${MV} -f /usr/bin/mailq /usr/bin/mailq.BAK; \ - if [ -f /usr/bin/mailq.BAK ]; then \ - ${CHMOD} 0 /usr/bin/mailq.BAK; \ - fi;\ - fi - if [ -e ${PREFIX}/bin/mailq ]; then \ - ${LN} -s ${PREFIX}/bin/mailq /usr/bin/mailq; \ - fi -.endif .include Property changes on: head/mail/smail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/mail/smtptrapd/Makefile =================================================================== --- head/mail/smtptrapd/Makefile (revision 190285) +++ head/mail/smtptrapd/Makefile (revision 190286) @@ -1,37 +1,27 @@ # Ports collection makefile for: smtptrapd # Date created: 19 March 2005 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= smtptrapd PORTVERSION= 1.3 CATEGORIES= mail MASTER_SITES= http://smtptrapd.inodes.org/ MAINTAINER= ports@FreeBSD.org COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error USE_RC_SUBR= smtptrapd.sh PLIST_FILES= bin/smtptrapd -.include - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads - -CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include/pthread/linuxthreads -llthread -llgcc_r -.else -CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -.endif - do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o smtptrapd smtptrapd.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smtptrapd ${PREFIX}/bin/ @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include Property changes on: head/mail/smtptrapd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/solidpop3d/Makefile =================================================================== --- head/mail/solidpop3d/Makefile (revision 190285) +++ head/mail/solidpop3d/Makefile (revision 190286) @@ -1,48 +1,50 @@ # New ports collection makefile for: solidpop3d # Date created: 22 May 2000 # Whom: Marco Rodrigues # # $FreeBSD$ # PORTNAME= solidpop3d PORTVERSION= 0.15 PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://pld.ouraynet.com/software/solidpop3d/ \ http://fr2.rpmfind.net/linux/PLD/software/solidpop3d/ \ http://www.netsw.org/net/mail/transport/pop/ DISTNAME= solid-pop3d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SolidPop3 POP3 daemon (fully RFC1939 compliant) GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pam --enable-apop --enable-bulletins \ --enable-last --enable-mapping --enable-nonip --enable-connect CONFIGURE_ENV= LDFLAGS="-lmd" +OPTIONS= IPV6 "Enable IPv6 support" On + .include -.if ${OSVERSION} >= 400014 +.if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif MAN1= pop_auth.1 MAN5= spop3d.conf.5 dot-spop3d.5 MAN8= spop3d.8 post-extract: ${RM} ${WRKSRC}/src/md5.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/spop3d ${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/src/pop_auth ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/pop_auth.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/spop3d.conf.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/man/dot-spop3d.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/man/spop3d.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/doc/config.example ${PREFIX}/etc/spop3d.conf.sample ${MKDIR} /var/spool/spop3d .include Property changes on: head/mail/solidpop3d/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/mail/zmailer/Makefile =================================================================== --- head/mail/zmailer/Makefile (revision 190285) +++ head/mail/zmailer/Makefile (revision 190286) @@ -1,127 +1,123 @@ # New ports collection makefile for: zmailer # Date created: 4 January 1999 # Whom: Alex Perel # # $FreeBSD$ # PORTNAME= zmailer PORTVERSION= 2.99.56 CATEGORIES= mail MASTER_SITES= ftp://ftp.funet.fi/pub/unix/mail/zmailer/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A fully functional fast, robust SMTP server and transport agent CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* GNU_CONFIGURE= yes USE_PERL5= yes .if defined(WITH_SSL) USE_OPENSSL= yes CONFIGURE_ARGS= --with-openssl .else CONFIGURE_ARGS= --without-openssl .endif .include -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-EAI_NODATA -.endif - CONFIGURE_ARGS+=--prefix=${PREFIX}/ \ --with-mailbin=${PREFIX}/sbin \ --with-mailbox=/var/mail \ --with-logdir=/var/log/mail \ --with-zconfig=${PREFIX}/etc/zmailer/zmailer.conf \ --with-zmailer=${PREFIX}/etc/zmailer/zmailer.conf \ --with-system-malloc \ --with-sendmailpath=${PREFIX}/sbin/sendmail \ --with-rmailpath=${PREFIX}/sbin/rmail \ --with-mailshare=${PREFIX}/etc/zmailer \ --with-mailvar=${PREFIX}/etc/zmailer \ --with-postoffice=/var/spool/postoffice \ --with-vacationpath=${PREFIX}/bin/vacation \ --includedir=${PREFIX}/include \ --libdir=${PREFIX}/lib \ --mandir=${PREFIX}/man \ --with-ta-mmap MAN1= rmail.1zm vacation.1zm zmailer.1zm zmsh.1zm mboxpath.1zm mailq.1zm \ mailrm.1zm newaliases.1zm MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} MAN3= ZMailer::mailq.3 MAN5= aliases.5zm mailq-m.5zm zdbases.conf.5zm zmailer.conf.5zm MAN8= hold.8zm router.8zm scheduler.8zm sendmail.8zm sm.8zm smtp.8zm \ smtpserver.8zm mprobe.8zm expirer.8zm errormail.8zm mailbox.8zm \ manual-expirer.8zm manual-rerouter.8zm reroute.8zm PKGMESSAGE= ${WRKDIR}/MESSAGE PKGINSTALL= ${WRKDIR}/pkg-install # local variable # this pipe is run before bsd.port.mk is brought in - therefore it is # not possible to use ${SED} DOMAIN!= /bin/hostname | /usr/bin/sed -e "s:^"`/bin/hostname -s`\.*::g .if (${DOMAIN} == "") DOMAIN= "mydomain.com" .endif post-configure: ${SED} -e s:@PREFIX@:${PREFIX}:g -e s:@PORTSDIR@:${PORTSDIR}:g \ ${PKGDIR}/pkg-message > ${PKGMESSAGE} post-install: @${INSTALL_SCRIPT} ${FILESDIR}/zmailer.sh.sample \ ${PREFIX}/etc/rc.d/zmailer.sh.sample @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${FILESDIR}/pkg-install.in > \ ${PKGINSTALL} @${SETENV} PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL # set up the initial mail.conf with reasonable settings. @${ECHO_CMD} "# Where am I?" > ${PREFIX}/etc/zmailer/mail.conf.sample @${ECHO_CMD} "orgdomain="${DOMAIN} >> ${PREFIX}/etc/zmailer/mail.conf.sample @${ECHO_CMD} "# Who am I?" >> ${PREFIX}/etc/zmailer/mail.conf.sample @${ECHO_CMD} "hostname="`/bin/hostname -s`'.$$orgdomain' >> ${PREFIX}/etc/zmailer/mail.conf.sample @${ECHO_CMD} "# Who do I claim to be?" >> ${PREFIX}/etc/zmailer/mail.conf.sample @${ECHO_CMD} 'mydomain=$$orgdomain' >> ${PREFIX}/etc/zmailer/mail.conf.sample # obtained directly from ports/mail/postfix # with minor hacks by the originator of this port replace: @${ECHO_MSG} "===> Replacing sendmail" @if [ -e /usr/sbin/sendmail ]; then \ ${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ ${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \ fi @${ECHO_MSG} "===> Replacing mailq" @if [ -e /usr/bin/mailq ]; then \ ${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \ ${CHMOD} 0 /usr/bin/mailq.OFF; \ fi @if [ -e ${PREFIX}/sbin/mailq ]; then \ ${LN} -s ${PREFIX}/sbin/mailq /usr/bin/mailq; \ fi @${ECHO_MSG} "===> Replacing newaliases" @if [ -e /usr/bin/newaliases ]; then \ ${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \ ${CHMOD} 0 /usr/bin/newaliases.OFF; \ fi @if [ -e ${PREFIX}/sbin/newaliases ]; then \ ${LN} -s ${PREFIX}/sbin/newaliases /usr/bin/newaliases; \ fi @${ECHO_MSG} "===> Replacing rmail" @if [ -e /bin/rmail ]; then \ ${MV} -f /bin/rmail /bin/rmail.OFF; \ ${CHMOD} 0 /bin/rmail.OFF; \ fi @if [ -e ${PREFIX}/sbin/rmail ]; then \ ${LN} -s ${PREFIX}/sbin/rmail /bin/rmail; \ fi .include Property changes on: head/mail/zmailer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/mail/zmailer/files/extra-patch-EAI_NODATA =================================================================== --- head/mail/zmailer/files/extra-patch-EAI_NODATA (revision 190285) +++ head/mail/zmailer/files/extra-patch-EAI_NODATA (nonexistent) @@ -1,37 +0,0 @@ ---- smtpserver/mxverify.c.orig Fri Apr 16 15:45:46 2004 -+++ smtpserver/mxverify.c Fri Apr 16 15:46:38 2004 -@@ -607,7 +607,6 @@ - if (retmode == '+') { - if (rc == -EX_NOHOST || - rc == -EX_UNAVAILABLE || -- rc == EAI_NODATA || - rc == EAI_NONAME) - return -2; /* Definitely hard errors */ - if (rc == 2) ---- transports/smtp/smtp.c.orig Fri Apr 16 15:48:44 2004 -+++ transports/smtp/smtp.c Fri Apr 16 15:54:18 2004 -@@ -2912,6 +2912,7 @@ - return EX_DEFERALL; - } - -+#if 0 /* FreeBSD 5.x doesn't have it */ - if ( r == EAI_NODATA ) { - sprintf(SS->remotemsg,"smtp; 500 (getaddrinfo<%.200s>: No data)",host); - time(&endtime); -@@ -2925,6 +2926,7 @@ - return EX_DEFERALL; - return EX_UNAVAILABLE; - } -+#endif - - r = EX_UNAVAILABLE; /* This gives instant rejection */ - if (rc == EX_TEMPFAIL) r = rc; -@@ -2944,7 +2946,7 @@ - if (r != EX_TEMPFAIL) - r = EX_NOHOST; - #endif -- } else if (gai_err == EAI_NONAME || gai_err == EAI_NODATA) { -+ } else if (gai_err == EAI_NONAME) { - sprintf(SS->remotemsg, - "smtp; 500 (nameserver data inconsistency. No MX, no address: '%.200s' (%s))", - host, gai_err == EAI_NONAME ? "NONAME" : "NODATA"); Property changes on: head/mail/zmailer/files/extra-patch-EAI_NODATA ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/zmailer/files/patch-EAI_NODATA =================================================================== --- head/mail/zmailer/files/patch-EAI_NODATA (nonexistent) +++ head/mail/zmailer/files/patch-EAI_NODATA (revision 190286) @@ -0,0 +1,37 @@ +--- smtpserver/mxverify.c.orig Fri Apr 16 15:45:46 2004 ++++ smtpserver/mxverify.c Fri Apr 16 15:46:38 2004 +@@ -607,7 +607,6 @@ + if (retmode == '+') { + if (rc == -EX_NOHOST || + rc == -EX_UNAVAILABLE || +- rc == EAI_NODATA || + rc == EAI_NONAME) + return -2; /* Definitely hard errors */ + if (rc == 2) +--- transports/smtp/smtp.c.orig Fri Apr 16 15:48:44 2004 ++++ transports/smtp/smtp.c Fri Apr 16 15:54:18 2004 +@@ -2912,6 +2912,7 @@ + return EX_DEFERALL; + } + ++#if 0 /* FreeBSD 5.x doesn't have it */ + if ( r == EAI_NODATA ) { + sprintf(SS->remotemsg,"smtp; 500 (getaddrinfo<%.200s>: No data)",host); + time(&endtime); +@@ -2925,6 +2926,7 @@ + return EX_DEFERALL; + return EX_UNAVAILABLE; + } ++#endif + + r = EX_UNAVAILABLE; /* This gives instant rejection */ + if (rc == EX_TEMPFAIL) r = rc; +@@ -2944,7 +2946,7 @@ + if (r != EX_TEMPFAIL) + r = EX_NOHOST; + #endif +- } else if (gai_err == EAI_NONAME || gai_err == EAI_NODATA) { ++ } else if (gai_err == EAI_NONAME) { + sprintf(SS->remotemsg, + "smtp; 500 (nameserver data inconsistency. No MX, no address: '%.200s' (%s))", + host, gai_err == EAI_NONAME ? "NONAME" : "NODATA"); Property changes on: head/mail/zmailer/files/patch-EAI_NODATA ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/aamath/Makefile =================================================================== --- head/math/aamath/Makefile (revision 190285) +++ head/math/aamath/Makefile (revision 190286) @@ -1,36 +1,28 @@ # New ports collection makefile for: aamath # Date created: 2005-06-23 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= aamath PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= math textproc MASTER_SITES= http://fuse.superglue.se/aamath/ MAINTAINER= ports@FreeBSD.org COMMENT= Aamath is a tool for rendering mathematical expressions to ascii art WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES+= bin/${PORTNAME} MAN1= aamath.1 MAKE_ENV+= LDFLAGS="${LDFLAGS}" LDFLAGS= -lreadline -.include - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS= ${LOCALBASE}/lib/libreadline.so -.endif - do-install: @${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 -.include +.include Property changes on: head/math/aamath/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/math/dislin/Makefile =================================================================== --- head/math/dislin/Makefile (revision 190285) +++ head/math/dislin/Makefile (revision 190286) @@ -1,65 +1,63 @@ # New ports collection makefile for: linux-dislin # Date created: 2003-12-14 # Whom: des # # $FreeBSD$ # PORTNAME= dislin PORTVERSION= 9.1 CATEGORIES= math MASTER_SITES= ftp://ftp.gwdg.de/pub/grafik/dislin/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION}.fbsd${BINVER} MAINTAINER= ports@FreeBSD.org COMMENT= A scientific data plotting package RESTRICTED= free for non-commercial use. ONLY_FOR_ARCHS= i386 USE_XLIB= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MD5_FILE= ${MASTERDIR}/distinfo${BINVER} PLIST_SUB+= VER=${PORTVERSION} MAJ=${MAJ} SUB_FILES= dislin.sh pkg-message SUB_LIST+= DISLIN_DIR=${DISLIN_DIR} PKGMESSAGE= ${WRKDIR}/pkg-message DISLIN_DIR= ${PREFIX}/dislin PROGRAMS= clink disaps disdrv disdrv_nw disdrv_w disgcl disgif dishlp \ disimg disman dismov distif dlink f2clink gclhelp gclhlp gclman LIBS= dislin dislin_d MAJ= ${PORTVERSION:R} USE_LDCONFIG= yes .include -.if ${OSVERSION} > 500000 && ${OSVERSION} < 600000 +.if ${OSVERSION} < 600000 BINVER= -5.4 -.endif - -.if ${OSVERSION} >= 600000 +.else BINVER= -6.0 .endif do-install: (cd ${WRKSRC} && ${ENV} DISLIN=${DISLIN_DIR} ${SH} INSTALL) ${INSTALL_SCRIPT} ${WRKDIR}/dislin.sh ${DISLIN_DIR}/bin .for _program in ${PROGRAMS} ${LN} -s ${DISLIN_DIR}/bin/dislin.sh ${PREFIX}/bin/${_program} .endfor .for _lib in ${LIBS} ${LN} -s ${DISLIN_DIR}/lib/${_lib}-${PORTVERSION}.a \ ${PREFIX}/lib/lib${_lib}.a ${LN} -s ${DISLIN_DIR}/lib/${_lib}-${PORTVERSION}.so \ ${PREFIX}/lib/lib${_lib}.so.${MAJ} .endfor ${LN} -s ${DISLIN_DIR}/java/disjava-${PORTVERSION}.so \ ${PREFIX}/lib/libdisjava.so ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DISLIN_DIR} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/math/dislin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/math/fityk/Makefile =================================================================== --- head/math/fityk/Makefile (revision 190285) +++ head/math/fityk/Makefile (revision 190286) @@ -1,52 +1,46 @@ # ex:ts=8 # Ports collection makefile for: fityk # Date created: Mar 8, 2005 # Whom: ijliao # # $FreeBSD$ # PORTNAME= fityk PORTVERSION= 0.7.8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Free peak fitting software BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes USE_GNOME= gnometarget gtk20 USE_WX= 2.6 WX_CONF_ARGS= absolute USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --mandir=${MANPREFIX}/man MAN1= fityk.1 PLIST_FILES= bin/cfityk \ bin/fityk \ %%DATADIR%%/fityk_tips.txt \ %%DATADIR%%/fitykhelp.htb PLIST_DIRS= %%DATADIR%% CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -e 's|^CPPFLAGS=|#CPPFLAGS=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|config 3rdparty|config|g ; \ s|^install-data-am:|install-data-am:#|g' ${WRKSRC}/Makefile.in -.include +.include Property changes on: head/math/fityk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/math/gambit/Makefile =================================================================== --- head/math/gambit/Makefile (revision 190285) +++ head/math/gambit/Makefile (revision 190286) @@ -1,41 +1,35 @@ # ex:ts=8 # Ports collection makefile for: gambit # Date created: Feb 8, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gambit PORTVERSION= 0.2006.01.20 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library of tools for doing computation in game theory USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_WX= 2.6 USE_GNOME= gnometarget gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes CPPFLAGS= ${PTHREAD_CFLAGS} LDFLAGS= ${PTHREAD_LIBS} .if !defined(CFLAGS) || ${CFLAGS:M-fno-strict-aliasing*} == "" CFLAGS+= -O2 -fno-strict-aliasing .endif -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure -.include +.include Property changes on: head/math/gambit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/math/pgcalc/Makefile =================================================================== --- head/math/pgcalc/Makefile (revision 190285) +++ head/math/pgcalc/Makefile (revision 190286) @@ -1,49 +1,45 @@ # New ports collection makefile for: PG Calculator # Date created: 20 Mar 2005 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= pgcalc2 DISTVERSION= 2.2-4 CATEGORIES= math kde MASTER_SITES= http://www.pgcalc.net/ MAINTAINER= ports@FreeBSD.org COMMENT= A powerful scientific skinnable calculator USE_QT_VER= 3 USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" OPTIONS= ARTS "Build with aRts support" on .include -.if (${OSVERSION} < 500000) -BROKEN= Does not build with gcc2 and cannot link with gcc3 -.endif - .if !defined(WITH_ARTS) CONFIGURE_ARGS+= --without-arts .endif post-extract: # Fix permissions for ``make clean'' to work @${CHMOD} 755 ${WRKSRC}/skins/HP49G+ @${REINPLACE_CMD} -e 's,LIBS)$$,& $$(LIBPTHREAD),' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -E 's,cp ([^-]*).* -r$$,${CP} -r \1,' \ ${WRKSRC}/Makefile.in # Remove backup leftovers (since installs via recursive copy) @${FIND} ${WRKSRC}/skins -name \*~ -delete # Allow it to find its own skins @${REINPLACE_CMD} -e 's,SkinPath =,& QString("${PREFIX}/share/apps/${PORTNAME}/skins/"); //,' \ ${WRKSRC}/src/pgcalc.cpp .include Property changes on: head/math/pgcalc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/plplot/Makefile =================================================================== --- head/math/plplot/Makefile (revision 190285) +++ head/math/plplot/Makefile (revision 190286) @@ -1,139 +1,133 @@ # New ports collection makefile for: plplot # Date created: 03 Oct 1997 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= plplot PORTVERSION= 5.6.1 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A scientific plotting package BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ gd.4:${PORTSDIR}/graphics/gd \ qhull.5:${PORTSDIR}/math/qhull WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 USE_AUTOTOOLS= libltdl:15 USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ M4="${LOCALBASE}/bin/gm4" \ FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" CONFIGURE_ARGS= --disable-cgm --disable-java --disable-octave \ --with-gd-incdir=${LOCALBASE}/include \ --with-gd-libdir=${LOCALBASE}/lib \ --with-freetype-font-dir=${LOCALBASE} \ --enable-f95 USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" MAN1= plm2gif.1 plplot_libtool.1 plpr.1 pltek.1 pstex2eps.1 .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11="@comment " .else USE_XLIB= yes PLIST_SUB+= X11="" #USE_GNOME= libgnomeui pkgconfig pango .endif .if !defined(WITHOUT_PTHREAD) CONFIGURE_ARGS+= --with-pthreads .endif .if defined(WITH_SVGALIB) LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib PLIST_SUB+= SVGALIB="" .else CONFIGURE_ARGS+= --disable-linuxvga PLIST_SUB+= SVGALIB="@comment " .endif .if defined(WITH_PYTHON) USE_PYTHON= yes PLIST_SUB+= PYTHON="" CONFIGURE_ENV+= PYTHON_VERSION="${PYTHON_VERSION}" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON="@comment " .endif .if defined(WITH_TCLTK) .undef WITHOUT_X11 PKGNAMESUFFIX= -tcltk LIB_DEPENDS+= itk.3:${PORTSDIR}/x11-toolkits/itk CONFIGURE_ENV+= ITKINCDIR="${LOCALBASE}/include/itk3.3" \ ITKLIBDIR="${LOCALBASE}/lib" \ TKINCDIR="${LOCALBASE}/include/tk8.4" \ TKPRIVATEINCDIR="${LOCALBASE}/include/tk8.4/generic" \ TKLIBDIR="${LOCALBASE}/lib" \ ITCLINCDIR="${LOCALBASE}/include/itcl3.3" \ ITCLLIBDIR="${LOCALBASE}/lib" \ TCLINCDIR="${LOCALBASE}/include/tcl8.4" \ TCLPRIVATEINCDIR="${LOCALBASE}/include/tcl8.4/generic" \ TCLLIBDIR="${LOCALBASE}/lib" MAN1+= plrender.1 plserver.1 pltcl.1 PLIST_SUB+= TCLTK="" .else CONFIGURE_ARGS+= --disable-itcl --disable-tcl --disable-tk PLIST_SUB+= TCLTK="@comment " .endif -.include - -.if ${OSVERSION} < 500000 -BROKEN= incorrectly generates pkg-config files -.endif - pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "PLplot has the following tunable options:" @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_X11=yes Turns off X11 support" @${ECHO_MSG} " WITHOUT_PTHREAD=yes Turns off pthread support" @${ECHO_MSG} " WITH_SVGALIB=yes Turns on SVGAlib support" @${ECHO_MSG} " WITH_PYTHON=yes Turns on Python support" @${ECHO_MSG} " WITH_TCLTK=yes Turns on Tcl/Tk support" @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|-ltk$$|-ltk84|g ; \ s|-ltcl$$|-ltcl84|g ; \ s|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ s|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|tk octave java|tk|g' \ ${WRKSRC}/bindings/Makefile.in @${REINPLACE_CMD} -e 's| tclsh | ${LOCALBASE}/bin/tclsh8.4 |g' \ ${WRKSRC}/scripts/mktclIndex post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog Copyright FAQ NEWS PROBLEMS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/drivers/README.drivers \ ${DOCSDIR}/README.drivers ${INSTALL_DATA} ${WRKSRC}/lib/csa/README \ ${DOCSDIR}/README.csa ${INSTALL_DATA} ${WRKSRC}/lib/csa/README.1st \ ${DOCSDIR}/README.1st.csa .endif -.include +.include Property changes on: head/math/plplot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/math/topaz/Makefile =================================================================== --- head/math/topaz/Makefile (revision 190285) +++ head/math/topaz/Makefile (revision 190286) @@ -1,31 +1,25 @@ # New ports collection makefile for: topaz # Date created: 29 July 1997 # Whom: Issei Suzuki # # $FreeBSD$ # PORTNAME= topaz PORTVERSION= 3.40 CATEGORIES= math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src MAINTAINER= ports@FreeBSD.org COMMENT= A command driven graph plotting system for scientists and engineers WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes MAKEFILE= Makefile.freebsd -.include - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses -.endif - post-install: ${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz -.include +.include Property changes on: head/math/topaz/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/misc/gpt/Makefile =================================================================== --- head/misc/gpt/Makefile (revision 190285) +++ head/misc/gpt/Makefile (revision 190286) @@ -1,68 +1,62 @@ # Ports collection makefile for: gpt # Date created: January 16, 2004 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= gpt PORTVERSION= 3.2 PORTREVISION= 1 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.globus.org/pub/gt4/4.0/4.0.0/gpt/ DISTNAME= gpt-${PORTVERSION}autotools2004-src MAINTAINER= ports@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) CONFLICTS= gpt-3.1* RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}autotools2004 NO_BUILD= yes PLIST_SUB+= PERL=${PERL} MAN1= gpt-build.1 gpt-bundle.1 gpt-config.1 gpt-deps.1 \ gpt-flavor-configuration.1 gpt-install.1 \ gpt-pkg.1 gpt-postinstall.1 gpt-query.1 gpt-setup.1 \ gpt-undefines.1 gpt-uninstall.1 gpt-verify.1 \ gpt-virtual-pkg.1 gpt_build_config.1 \ gpt_extract_data.1 gpt_generate_bin_pkg_data.1 \ gpt_save_flavor.1 FIX_VAR_FILES= ${WRKSRC}/packaging_tools/perl/GPT/Localize.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt/Archive.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt/BuildMacros.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt/ExpandSource.pm \ ${WRKSRC}/packaging_tools/perl/scripts/gpt-bundle \ ${WRKSRC}/packaging_tools/perl/scripts/gpt-config \ ${WRKSRC}/tools/testArchiveTar -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif - post-patch: @${REINPLACE_CMD} -e "s|@@PERL@@|${PERL}|g" ${WRKSRC}/build_gpt @${REINPLACE_CMD} -e 's|$$gpath/var/lib/perl|/var/db/gpt|g' ${FIX_VAR_FILES} @${MKDIR} ${WRKSRC}/packaging_tools/etc/gpt do-install: @cd ${WRKSRC}; \ GPT_LOCATION=${PREFIX} ./build_gpt --with-perl=${PERL} -.include +.include Property changes on: head/misc/gpt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/misc/gpt31/Makefile =================================================================== --- head/misc/gpt31/Makefile (revision 190285) +++ head/misc/gpt31/Makefile (revision 190286) @@ -1,69 +1,63 @@ # Ports collection makefile for: gpt # Date created: January 16, 2004 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= gpt PORTVERSION= 3.1 PORTREVISION= 2 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Grid Packaging Tools (used to install Globus) CONFLICTS= gpt-* NO_LATEST_LINK= YES RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes PLIST_SUB+= PERL=${PERL} MAN1= gpt-build.1 gpt-bundle.1 gpt-config.1 gpt-deps.1 \ gpt-flavor-configuration.1 gpt-install.1 \ gpt-pkg.1 gpt-postinstall.1 gpt-query.1 gpt-setup.1 \ gpt-undefines.1 gpt-uninstall.1 gpt-verify.1 \ gpt-virtual-pkg.1 gpt_build_config.1 \ gpt_extract_data.1 gpt_generate_bin_pkg_data.1 \ gpt_save_flavor.1 FIX_VAR_FILES= ${WRKSRC}/packaging_tools/perl/GPT/Localize.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt/Archive.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt/BuildMacros.pm \ ${WRKSRC}/packaging_tools/perl/GPT/PkgMngmt/ExpandSource.pm \ ${WRKSRC}/packaging_tools/perl/scripts/gpt-bundle \ ${WRKSRC}/packaging_tools/perl/scripts/gpt-config \ ${WRKSRC}/tools/testArchiveTar -.include - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build" -.endif - post-patch: @${REINPLACE_CMD} -e "s|@@PERL@@|${PERL}|g" ${WRKSRC}/build_gpt @${REINPLACE_CMD} -e 's|$$gpath/var/lib/perl|/var/db/gpt|g' ${FIX_VAR_FILES} @${MKDIR} ${WRKSRC}/packaging_tools/etc/gpt do-install: @cd ${WRKSRC}; \ GPT_LOCATION=${PREFIX} ./build_gpt --with-perl=${PERL} -.include +.include Property changes on: head/misc/gpt31/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/misc/pinfo/Makefile =================================================================== --- head/misc/pinfo/Makefile (revision 190285) +++ head/misc/pinfo/Makefile (revision 190286) @@ -1,42 +1,35 @@ # New ports collection makefile for: pinfo # Date created: 19 May 1999 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= pinfo PORTVERSION= 0.6.9 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://alioth.debian.org/download.php/1502/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-readline \ --with-localedir=${PREFIX}/share/locale MAN1= pinfo.1 INFO= pinfo -.include - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -.include +.include Property changes on: head/misc/pinfo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/misc/posixtestsuite/Makefile =================================================================== --- head/misc/posixtestsuite/Makefile (revision 190285) +++ head/misc/posixtestsuite/Makefile (revision 190286) @@ -1,102 +1,98 @@ # New ports collection makefile for: posixtestsuite # Date created: 11 November 2003 # Whom: Alexey Zelkin # # $FreeBSD$ # PORTNAME= posixtestsuite PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= posixtest MAINTAINER= ports@FreeBSD.org COMMENT= Open POSIX Test Suite WRKSRC= ${WRKDIR}/posixtestsuite NO_BUILD= YES NO_INSTALL= YES NO_PACKAGE= "Nothing to package" USE_GMAKE= YES .include -.if ${OSVERSION} < 500000 -REGR_LOG= log.run-4stable -.else REGR_LOG= log.run-5current -.endif RUN_RESULT= ${WRKSRC}/run.result LOCAL_REGR_LOG= ${WRKSRC}/regression.result .if defined(QUIET) THEPIPE= > .else THEPIPE= | tee 2>&1 .endif .if defined(WITH_THRLIB) THRLIB=${WITH_THRLIB} .else THRLIB= ${PTHREAD_LIBS} .endif pre-everything:: @${ECHO} "Following make commands are available:" @${ECHO} "" @${ECHO} " * help - this message" @${ECHO} " * run - run whole testsuite" @${ECHO} " * rerun - re-run broken tests" @${ECHO} " * regression - show differences between original and current results" @${ECHO} "" @${ECHO} "Following options are available:" @${ECHO} "" @${ECHO} " * QUIET - don't print progress messages while running" @${ECHO} " * WITH_THRLIB - choose thread library to run test against" @${ECHO} " (NB: by default '"${PTHREAD_LIBS}"' is used)" @${ECHO} "" @${ECHO} "Examples:" @${ECHO} "" @${ECHO} " make WITH_THRLIB=libthr run" @${ECHO} " - run tests against libthr" @${ECHO} "" @${ECHO} " make QUIET=YES WITH_THRLIB= regression" @${ECHO} " - be quiet, run tests against libpthread (default" @${ECHO} " threading library), compare tests results" @${ECHO} "" help: pre-everything aclean: all @${ECHO} "Cleaning tests tree..." -@(cd ${WRKSRC} && ${RM} -f ${RUN_RESULT} && ${GMAKE} clean) rerun: all .if defined(WITH_THRLIB) @${ECHO} ${THRLIB} > ${WRKSRC}/LDFLAGS .endif .if empty(THRLIB) @${ECHO} "Running tests (against -lc) ..." .else @${ECHO} "Running tests (against ${THRLIB}) ..." .endif @(cd ${WRKSRC} && ${GMAKE} all) ${THEPIPE} ${RUN_RESULT} @${ECHO} "" @${ECHO} "Run output is stored into following files:" @${ECHO} " * short version: ${RUN_RESULT}" @${ECHO} " * extended version: ${WRKSRC}/logfile" run: aclean rerun regression: run @${ECHO} "Show regression log..." @(cd ${WRKSRC} && diff -u ${FILESDIR}/${REGR_LOG} ${RUN_RESULT}) > ${LOCAL_REGR_LOG} @[ -z ${LOCAL_REGR_LOG} ] || ( ${ECHO} "No regression detected"; exit 0 ) @${ECHO} "Regression log stored at ${LOCAL_REGR_LOG}" .include Property changes on: head/misc/posixtestsuite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/multimedia/acidrip/Makefile =================================================================== --- head/multimedia/acidrip/Makefile (revision 190285) +++ head/multimedia/acidrip/Makefile (revision 190286) @@ -1,50 +1,44 @@ # New ports collection makefile for: acidrip # Date created: 2004-03-31 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= acidrip PORTVERSION= 0.14 PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVD's BUILD_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd \ mencoder:${PORTSDIR}/multimedia/mplayer \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= acidrip.1 -.include - .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else -.if ${OSVERSION} < 500000 -DEFAULT_DVD_DEVICE=/dev/acd0c -.else DEFAULT_DVD_DEVICE=/dev/acd0 .endif -.endif pre-everything:: .if !defined(WITH_DVD_DEVICE) @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" .endif post-patch: @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ ${WRKSRC}/AcidRip/acidrip.pm @${RM} ${WRKSRC}/AcidRip/*.bak -.include +.include Property changes on: head/multimedia/acidrip/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/multimedia/beep-media-player/Makefile =================================================================== --- head/multimedia/beep-media-player/Makefile (revision 190285) +++ head/multimedia/beep-media-player/Makefile (revision 190286) @@ -1,100 +1,100 @@ # New ports collection makefile for: beep # Date created: Thu Nov 6 19:24:01 CET 2003 # Whom: Miguel Mendez # # $FreeBSD$ # PORTNAME= beep-media-player PORTVERSION= 0.9.7.1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= beepmp DISTNAME= bmp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 multimedia player USE_GNOME= gtk20 libglade2 desktopfileutils WANT_GNOME= yes USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \ INPUT_PLUGINS="${INPUT_PLUGINS}" \ OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" MAN1= beep-media-player.1 INPUT_PLUGINS= cdaudio,mpg123,wav OUTPUT_PLUGINS= OSS VISUALIZATION_PLUGINS= blur_scope OPTIONS= VORBIS "Enable Ogg Vorbis support" on \ ESOUND "Enable Esound support" off \ 3DNOW "Enable 3DNow! optimized decoding routines" on \ IPV6 "Enable IPv6 support" off .include # Enable IPv6 support .if defined(WITH_IPV6) PATCH_SITES+= http://izb.knu.ac.kr/~bh/diffs/ PATCHFILES+= bmp-0.9.7-ipv6-simple.diff PATCH_DIST_STRIP+= -p1 .endif CONFIGURE_ARGS+= --disable-mikmod PLIST_SUB+= MIKMODPLUGIN:="@comment " .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis INPUT_PLUGINS+= vorbis PLIST_SUB+= VORBISPLUGIN:="" .else CONFIGURE_ARGS+= --disable-vorbis PLIST_SUB+= VORBISPLUGIN:="@comment " .endif .if defined(WITH_ESOUND) USE_GNOME+= esound OUTPUT_PLUGINS+= esd PLIST_SUB+= ESDPLUGIN:="" .if defined(PKGNAMESUFFIX) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound .else PKGNAMESUFFIX= -esound .endif .else CONFIGURE_ARGS+= --disable-esd PLIST_SUB+= ESDPLUGIN:="@comment " .endif .if ${ARCH} != "i386" WITHOUT_3DNOW= yes .endif -.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 +.if !defined(WITHOUT_3DNOW) CONFIGURE_ARGS+= --enable-3dnow .endif post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|{datadir}/locale|{prefix}/share/locale|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \ ${WRKSRC}/configure @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f post-install: @${MKDIR} ${PREFIX}/lib/bmp/General @${MKDIR} ${PREFIX}/share/beep/Skins -@update-desktop-database @${CAT} ${PKGMESSAGE} .include Property changes on: head/multimedia/beep-media-player/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/multimedia/dtv/Makefile =================================================================== --- head/multimedia/dtv/Makefile (revision 190285) +++ head/multimedia/dtv/Makefile (revision 190286) @@ -1,27 +1,21 @@ # New ports collection makefile for: dtv # Date created: 10 Feb 2002 # Whom: dillon # # $FreeBSD$ # PORTNAME= dtv PORTVERSION= 0.50 CATEGORIES= multimedia MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ MAINTAINER= ports@FreeBSD.org COMMENT= A client/server based TV capture/display program USE_XLIB= yes RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 NOT_FOR_ARCHS= sparc64 -.include - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support" -.endif - -.include +.include Property changes on: head/multimedia/dtv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/multimedia/fxtv/Makefile =================================================================== --- head/multimedia/fxtv/Makefile (revision 190285) +++ head/multimedia/fxtv/Makefile (revision 190286) @@ -1,52 +1,47 @@ # New ports collection makefile for: fxtv # Date created: Thu Nov 4 19:54:04 EST 1999 # Whom: Randall Hopper # # $FreeBSD$ # PORTNAME= fxtv PORTVERSION= 1.03 PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= rhh EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= X-based TV Display and Capture Application (for use with bt848 driver) LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes MAKE_FLAGS= -e MAN1= fxtv.1 +ONLY_FOR_ARCHS= alpha i386 ia64 amd64 + OPTIONS= EXTRA "Extra programs required to record/playback/save" off .include # This program does not actually require the programs below unless you # use audio/video recording and/or playback and save to a non-raw format. .if defined(WITH_EXTRA) RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox \ mpg123:${PORTSDIR}/audio/mpg123 \ mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ mplex:${PORTSDIR}/multimedia/mplex -.endif - -pre-everything:: -.if ${OSVERSION} < 500000 -ONLY_FOR_ARCHS= i386 -.else -ONLY_FOR_ARCHS= alpha i386 ia64 amd64 .endif pre-install: ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man .include Property changes on: head/multimedia/fxtv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/multimedia/gmencoder/Makefile =================================================================== --- head/multimedia/gmencoder/Makefile (revision 190285) +++ head/multimedia/gmencoder/Makefile (revision 190286) @@ -1,68 +1,62 @@ # Ports collection makefile for: gmencoder # Date created: Wed Feb 25 03:20:50 EST 2004 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= gmencoder PORTVERSION= 0.1.0 PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Gmencoder is Gnome2 front-end to mplayer/mencoder BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GETTEXT= yes MAN1= gmencoder.1 DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \ "" "gmencoder" "GNOME;Application;AudioVideo;" false -.include - .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else -.if ${OSVERSION} < 500000 -DEFAULT_DVD_DEVICE=/dev/acd0c -.else DEFAULT_DVD_DEVICE=/dev/acd0 .endif -.endif pre-everything:: .if !defined(WITH_DVD_DEVICE) @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" .endif post-patch: @${REINPLACE_CMD} -e 's|-O4||; s|type -path|which|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ ${WRKSRC}/src/main.c ${WRKSRC}/src/interface.c post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif ${INSTALL_MAN} ${WRKSRC}/man/gmencoder.1 ${MANPREFIX}/man/man1 -.include +.include Property changes on: head/multimedia/gmencoder/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/multimedia/mplayerxp/Makefile =================================================================== --- head/multimedia/mplayerxp/Makefile (revision 190285) +++ head/multimedia/mplayerxp/Makefile (revision 190286) @@ -1,268 +1,252 @@ # New ports collection makefile for: mplayerxp # Date created: 10 August 2001 # Whom: Thomas E. Zander # with lots of help from Vladimir Kushnir # $FreeBSD$ # PORTNAME= mplayerxp PORTVERSION= 0.6.2 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-threaded branch of the well known mplayer media player LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ vcdinfo.2:${PORTSDIR}/multimedia/vcdimager RUN_DEPENDS= ${LOCALBASE}/share/mplayer/fonts:${PORTSDIR}/multimedia/mplayer-fonts ONLY_FOR_ARCHS= i386 USE_BZIP2= yes #USE_GNOME= gtk12 USE_GCC= 3.4+ USE_ICONV= yes USE_XLIB= yes USE_GMAKE= yes HAS_CONFIGURE= yes WANT_SDL= yes USE_LDCONFIG= yes MAN1= mplayerxp.1 WIN32_CODEC_PREFIX= ${LOCALBASE}/lib/win32 .include # add this after so that we inherit /etc/make.conf CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \ --with-extraincdir=${LOCALBASE}/include \ --with-x11incdir=${X11BASE}/include \ --with-x11libdir=${X11BASE}/lib \ --cc=${CC} \ --prefix=${PREFIX} \ --confdir=${PREFIX}/etc/${PORTNAME} \ --datadir=${LOCALBASE}/share/mplayer \ --disable-fbdev \ --disable-lirc \ --disable-rtc \ --disable-vm \ --disable-tv-v4l CONFIGURE_ENV+= LANG=C # insure CC,LD safeness MAKE_ARGS+= CC="${CC}" LD="${LD}" CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -fomit-frame-pointer -.if ${OSVERSION} < 500000 -CFLAGS+= -Dint_fast8_t=int8_t -CFLAGS+= -Dint_fast16_t=int16_t -CFLAGS+= -Dint_fast32_t=int32_t -CFLAGS+= -Duint_fast8_t=uint8_t -CFLAGS+= -Duint_fast16_t=uint16_t -CFLAGS+= -Duint_fast32_t=uint32_t -CFLAGS+= -Duint_fast64_t=uint64_t -CFLAGS+= -DPRId64=\\\"lld\\\" -CFLAGS+= -DPRIu64=\\\"llu\\\" -CFLAGS+= -DPRIx64=\\\"llx\\\" -CFLAGS+= -DPRIX64=\\\"llX\\\" -CFLAGS+= -DPRIdFAST16=\\\"d\\\" -CFLAGS+= -DPRIdFAST32=\\\"d\\\" -.endif - ## ## Feature detection ## # xine libdvdnav .if exists(${LOCALBASE}/lib/libdvdnav.so) WITH_DVD=yes WITH_LIBDVDNAV=yes .endif .if exists(${LOCALBASE}/lib/libdvdplay.a) # ogle's libdvdplay WITH_DVD=yes WITH_DVDPLAY=yes .endif # cdparanoia (cdda support) .if exists(${LOCALBASE}/lib/libcdda_paranoia.so) WITH_CDPARANOIA=yes .endif # ogle's libdvdread (dvd support) .if exists(${LOCALBASE}/lib/libdvdread.a) WITH_DVD=yes .endif # sdl .if ${HAVE_SDL:Msdl}!="" WITH_SDL=yes .endif # sdl_image .if ${HAVE_SDL:Mimage}!="" WITH_SDL_IMAGE=yes .endif # xvid .if exists(${LOCALBASE}/lib/libxvidcore.so) WITH_XVID=yes .endif ## ## Feature activation and Library Dependencies ## # libdvdnav does not currently work .undef WITH_LIBDVDNAV WITHOUT_LIBDVDNAV=yes # compilation optimizations .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math .endif # cdda support .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia .else CONFIGURE_ARGS+= --disable-cdparanoia .endif # dvd support .if defined(WITH_DVD) LIB_DEPENDS+= dvdread.5:${PORTSDIR}/multimedia/libdvdread CONFIGURE_ARGS+= --with-csslibdir=${LOCALBASE}/lib PLIST_SUB+= DVD='' .else PLIST_SUB+= DVD='@comment ' .endif # xine libdvdnav .if defined(WITH_LIBDVDNAV) && !defined(WITHOUT_LIBDVDNAV) LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav CONFIGURE_ARGS+= --with-libdvdnav=${LOCALBASE} .endif # ogle's libdvdplay .if defined(WITH_LIBDVDPLAY) && !defined(WITHOUT_LIBDVDPLAY) LIB_DEPENDS+= dvdplay.0:${PORTSDIR}/multimedia/libdvdplay CONFIGURE_ARGS+= --with-libdvdplay=${LOCALBASE} .endif # sdl .if defined(WITH_SDL) USE_SDL= sdl CONFIGURE_ARGS+= --enable-sdl .else CONFIGURE_ARGS+= --disable-sdl .endif # sdl_image .if defined(WITH_SDL_IMAGE) USE_SDL+= image CONFIGURE_ARGS+= --enable-sdl-image .else CONFIGURE_ARGS+= --disable-sdl-image .endif # xvid .if defined(WITH_XVID) LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+= --enable-xvid \ --with-xvidcore=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-xvid .endif # termcap key support # mplayerxp does not clean up after itself yet .if defined(WITH_TERMCAP) CONFIGURE_ARGS+= --enable-termcap .else CONFIGURE_ARGS+= --disable-termcap .endif # win32 binary dll codecs .if !defined(WITHOUT_WIN32_CODECS) RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE .endif pre-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable additional compilation optimizations' @${ECHO_MSG} ' by defining WITH_OPTIMIZED_CFLAGS.' .endif .if !defined(WITH_CDPARANOIA) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable cdda support by defining WITH_CDPARANOIA.' .endif .if !defined(WITH_DVD) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable DVD support by defining WITH_DVD.' .endif .if !defined(WITH_LIBDVDNAV) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable LIBDVDNAV support by defining WITH_LIBDVDNAV.' .endif .if !defined(WITH_LIBDVDNAV) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable LIBDVDPLAY support by defining WITH_LIBDVDPLAY.' .endif .if !defined(WITH_SDL) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable SDL support by defining WITH_SDL.' .endif .if !defined(WITH_SDL_IMAGE) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable SDL_image support by defining WITH_SDL_IMAGE.' .endif .if !defined(WITH_TERMCAP) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable termcap key database support by defining WITH_TERMCAP.' .endif .if !defined(WITH_XVID) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can enable XVID support by defining WITH_XVID.' .endif .if !defined(WITHOUT_WIN32_CODECS) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> You can disable support for Win32 codecs by defining WITHOUT_WIN32_CODECS' .endif @${ECHO_MSG} '===>' post-patch: # win32 codec location @${REINPLACE_CMD} -E -e \ 's|WIN32_PATH|"${WIN32_CODEC_PREFIX}"|' \ ${WRKSRC}/loader/win32.c # FreeBSD's install utility does not support -D flag @${FIND} ${WRKSRC} -name Makefile | \ ${XARGS} -x -n 10 ${REINPLACE_CMD} -E -e \ 's,(\$$\(INSTALL\)|install)(.*)-D,${INSTALL}\2,' # PTHREAD_{CFLAGS,LIBS} # stdint.h -> inttypes.h @${REINPLACE_CMD} -E -e \ 's|-lpthread|${PTHREAD_LIBS}|; \ s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|; \ s|||' \ ${WRKSRC}/mplayerxp/configure # ffmpeg currently is not compatible with mplayerxp #.for file in ad_ffmp3.c vd_ffmpeg.c # @${REINPLACE_CMD} -e 's|libavcodec.so|libNOTavcodec.so|' \ # ${WRKSRC}/mplayerxp/libmpcodecs/${file} #.endfor # native libdivxdecore is not compatible with mplayerxp .for file in vd_divx4.c vd_xvid.c @${REINPLACE_CMD} -e 's|libdivxdecore|libNOTdivxdecore|' \ ${WRKSRC}/mplayerxp/libmpcodecs/${file} .endfor pre-install: # create dirs before installation since the port uses a install # utility option not available in FreeBSD .for dir in etc/mplayerxp lib/mplayerxp/codecs lib/mplayerxp/wine @${MKDIR} ${PREFIX}/${dir} .endfor .include Property changes on: head/multimedia/mplayerxp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property