# New ports collection makefile for: lyx # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm # # $FreeBSD$ # PORTNAME= lyx PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ MAINTAINER= flynn@energyhq.es.eu.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX USE_BZIP2= yes USE_PERL5= yes USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" MAN1= lyx.1 reLyX.1 .if defined(WITH_QT) USE_QT_VER= 3 CONFIGURE_ARGS+= --with-frontend=qt .else LIB_DEPENDS+= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes .endif .if defined(WITH_ASPELL) LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --with-pspell \ --with-pspell-lib="${LOCALBASE}/lib" \ --with-pspell-include="${LOCALBASE}/include" .endif .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif .include .if ${OSVERSION} < 500035 CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -Wno-non-template-friend -ftemplate-depth-30" .if defined(WITH_QT) CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS} -Wno-non-template-friend -ftemplate-depth-30" .endif .endif pre-everything:: .if !defined(WITH_QT) @${ECHO_MSG} @${ECHO_MSG} "If you want to build with the Qt3 frontend," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_QT=yes\"" @${ECHO_MSG} .endif .if !defined(WITH_ASPELL) @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Aspell/Pspell support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ASPELL=yes\"" @${ECHO_MSG} .endif .if !defined(WITH_ISPELL) @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Ispell support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_ISPELL=yes\"" @${ECHO_MSG} .endif post-patch: @${REINPLACE_CMD} -E -e \ 's|CFLAGS=$$|#CFLAGS=|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include t/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Add staging support.olgeni2014-05-141-13/+5
* Add staging support.olgeni2014-05-141-10/+5
* Add staging support.olgeni2014-05-141-8/+3
* Add staging support.olgeni2014-05-141-18/+15
* Add staging support.olgeni2014-05-141-15/+12
* Stagify.ale2014-05-121-4/+4
* Stagify.ale2014-05-121-9/+15
* Stagify.ale2014-05-121-7/+5
* Stagify.ale2014-05-121-9/+15
* Stagify.ale2014-05-121-1/+2
* Remove expired ports:rene2014-05-1111-6434/+0
* Maintainer no longer wishes to maintain those portsantoine2014-05-111-1/+1
* . Handle spaces in CC, CXX or HOST_CC [1]glewis2014-05-091-3/+3
* Catch a couple of missing convertsion to :tu/:tlbapt2014-05-051-1/+1
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
* Set JAVA_VERSION to exclude java/openjdk8. It is not supported yet.jkim2014-05-031-0/+1
* Add a separate comment for the package.jkim2014-05-031-0/+2
* Add a slave port to create JRE-only package for java/openjdk8.jkim2014-05-033-17/+52
* - Install junit4.jar to fix detection in math/scilabdanilo2014-05-021-1/+5
* Grab unmaintained dependencies for math/scilabmakc2014-05-024-4/+4
* java/jgraphx:makc2014-05-022-10/+5
* Merge more HotSpot patches from java/openjdk6 and clean up.jkim2014-05-012-975/+468
* Include bundled header files before others. For example, this fixes buildjkim2014-04-301-0/+28
* Reassign eclipse ports to the heapbapt2014-04-2916-16/+16
* java/jakarta-commons-collections:makc2014-04-291-26/+14
* - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.jkim2014-04-292-23/+70
* . Fix spawning external processes from the JVM. [1]glewis2014-04-295-91/+162
* Add couple of patches missed in the previous commit.jkim2014-04-291-0/+232
* Merge more patches for JDK from java/openjdk6 and clean up.jkim2014-04-297-85/+662
* java/javahelp:makc2014-04-253-34/+29
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]jkim2014-04-252-40/+2837
* - Update to r351880.jkim2014-04-235-6/+9
* - Fix the fetch link;thierry2014-04-231-9/+8
* Refine the patch again. No functional change.jkim2014-04-221-4/+3
* Update to 8u5.jkim2014-04-225-10/+13956
* Refine the previous patch. No functional change.jkim2014-04-221-2/+3
* Fix build with clang.jkim2014-04-222-0/+35
* . Update to 7u55.glewis2014-04-214-27191/+17530
* . Update to the cacerts file included in the latest Linux distribution (7u55).glewis2014-04-211-0/+0
* Reduce diff between Orcle/Sun Java ports and clean up.jkim2014-04-194-40/+32
* - Remove unnecessary use of chown to make it more staging friendly. [1]jkim2014-04-192-20/+12
* Actually fix the mis-merge.jkim2014-04-181-1/+1
* Fix couple of mis-merges.jkim2014-04-183-11/+22
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-173-2/+3
* Update to b31.jkim2014-04-164-40/+30
* Update to 7u55.jkim2014-04-164-8/+8
* Update to 8u5.jkim2014-04-164-10/+22
* Finish stage supportantoine2014-04-131-6/+6
* . Update internal fallback logic, including:glewis2014-04-132-43/+14
* Mark deprecated and set expiration.jkim2014-04-122-0/+6
* Replace hardcoding of "8" with ${JRE_VERSION}.jkim2014-04-121-1/+1
* - Update netbeans to version 8.0gahr2014-04-116-420/+341
* Minimum version of java is now 1.6bapt2014-04-101-1/+1
* Removed Long ago EOLed portbapt2014-04-105-1058/+0
* support stagebapt2014-04-101-8/+4
* stage supportbapt2014-04-102-27/+10
* Better handling of gjdoc manpagebapt2014-04-102-2/+1
* Fixbapt2014-04-101-1/+1
* Support stagebapt2014-04-102-16/+15
* Update to 1.5.jkim2014-04-109-138/+3455
* . Replace hardcoding of "8" with ${JRE_VERSION}glewis2014-04-101-2/+2
* . Fix a reference to JDK 7.glewis2014-04-101-4/+4
* Missed the addition of linux-oracle-jdk18, removing this duplicate.glewis2014-04-106-4562/+0
* Add a port of Oracle Linux JDK 8.glewis2014-04-106-0/+4562
* Convert from USE_GECKO to USES=geckobapt2014-04-091-4/+3
* Support stagebapt2014-04-071-40/+15
* s/-script://bapt2014-04-041-2/+2
* Fix build on 8.3. We still have to support it for few more weeks.jkim2014-04-041-0/+4
* The Oracle Java 8 JDK/JRE for Linux.jkim2014-04-0111-0/+5016
* - Fix a typo, which may add an unnecessary run-time dependency.jkim2014-04-011-5/+5
* . Fix packing list.glewis2014-03-311-0/+1
* . Update to 2014b.glewis2014-03-302-3/+3
* Add a port of OpenJDK8.jkim2014-03-2918-0/+8780
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-24/+5
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-28/+9
* - Stageswills2014-03-242-14/+13
* - Stageswills2014-03-242-13/+13
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-24/+5
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-24/+5
* - Stagifyswills2014-03-202-15/+14
* - Stagifyswills2014-03-202-15/+14
* Move to version 1.2.9, the final in the 1.2 series.gerald2014-03-154-15/+10
* Use USES=tar:xz.jkim2014-03-151-1/+1
* . Update to 2014a.glewis2014-03-142-3/+3
* Update to r348097.jkim2014-03-144-7/+7
* Add an upstream patch to fix yet another fallout from HotSpot 23 merge.jkim2014-03-133-2/+13
* Unbreakantoine2014-03-121-1/+1
* Fix missing symbols after re-appearance of converters/libiconv on 10+. Thisjkim2014-03-123-27/+26
* Attempt to unbreakantoine2014-03-111-1/+1
* Finish conversion to USES=zipbapt2014-03-111-1/+0
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-112-0/+2
* - Update to r347418.jkim2014-03-116-64/+33
* Convert j* to USES=zipbapt2014-03-1066-69/+67
* Remove expired ports:rene2014-03-104-50/+0
* - Include bsd.port.pre.mk before testing if ICONV_LIB is empty. It istijl2014-03-061-2/+8
* - Update to version 1.1.3pawel2014-03-062-18/+14
* - Update from 4.10 to 4.11danilo2014-03-052-24/+26
* - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latestjkim2014-03-044-51/+4947
* - Reassign ports to the heaptabthorpe2014-03-0210-10/+10
* - Stage supportmiwi2014-02-261-10/+5
* Mark broken: Fails to buildantoine2014-02-221-0/+2
* Remove trailing whitespaces from category javaehaupt2014-02-212-2/+2
* Update subversion to 1.8.8.lev2014-02-211-3/+3
* - Support stagingehaupt2014-02-201-14/+10
* Stage supportantoine2014-02-191-3/+2
* - Stage supportantoine2014-02-181-8/+7
* - Stage supportantoine2014-02-181-16/+8
* - Stage supportantoine2014-02-181-8/+6
* Stage supportantoine2014-02-181-12/+4
* - Stage supportantoine2014-02-181-13/+5
* - Stage supportantoine2014-02-181-17/+7
* Fix build with DOCS-- requires build set up by src compilation.crees2014-02-171-4/+1
* Stage supportantoine2014-02-161-3/+2
* - Stage supportantoine2014-02-161-14/+5
* - Stage supportantoine2014-02-161-5/+2
* - Stage supportantoine2014-02-161-10/+3
* - Stage supportantoine2014-02-161-5/+2
* - Stage supportantoine2014-02-161-2/+1
* - Stage supportantoine2014-02-161-6/+3
* - Stage supportantoine2014-02-161-2/+1
* - Stage supportantoine2014-02-161-5/+2
* - Stage supportantoine2014-02-161-6/+3
* - Stage supportantoine2014-02-161-3/+2
* - Stage supportantoine2014-02-161-3/+2
* - Stage supportantoine2014-02-161-3/+2
* Stage supportantoine2014-02-161-7/+1
* Stage supportantoine2014-02-161-7/+1
* Stage supportantoine2014-02-161-12/+8
* - Stage supportantoine2014-02-161-15/+9
* - Stage supportantoine2014-02-161-8/+5
* - Stage supportantoine2014-02-161-5/+4
* Stage supportantoine2014-02-161-12/+6
* - Stage supportantoine2014-02-162-327/+310
* . Add BSD support to PortConfig. Fixes JMX on FreeBSD.glewis2014-02-162-0/+14
* - Reassign lioux' ports to the heaptabthorpe2014-02-152-2/+2
* - Really activate anti-aliasinggahr2014-02-131-1/+1
* - Update to 8.0-betagahr2014-02-134-2056/+1361
* Fix build with java7 and stagify.ale2014-02-111-13/+14
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-103-0/+9
* . Remove OSVERSION checks. These are too restrictive but we don't haveglewis2014-02-101-4/+0
* Back to the futurbapt2014-02-101-1/+1
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
* . Update to 7u51.glewis2014-02-105-148530/+73812
* - Update to 1.3.7swills2014-02-084-341/+676
* Update to 1.4.2.jkim2014-02-072-4/+3
* Support stagebapt2014-02-062-26/+18
* - Stage supportmiwi2014-02-012-5/+2
* Upgrade to version 1.9.1, with staging support.olgeni2014-01-272-13/+9
* - Stage Safemiwi2014-01-241-1/+0
* Update to 1.6.1 release and stagify.ale2014-01-242-10/+9
* - Update to b30.jkim2014-01-24107-41306/+278
* Unbreak and stagify.ale2014-01-221-4/+1
* Support staging.ale2014-01-221-4/+4
* Fix properties on pkg-plistbapt2014-01-22