notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/tex-kpathsea/Makefile
SVNWeb

Number of commits found: 24

Mon, 19 Dec 2022
[ 14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  721e577  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex

- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
Sat, 19 Feb 2022
[ 02:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:8374a33c804a728bf435da801571ae9905244f50  commit hash:8374a33c804a728bf435da801571ae9905244f50  commit hash:8374a33c804a728bf435da801571ae9905244f50  8374a33  (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
tex* : Update version 20150521=>20210325

- Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/
- Update texlua to use texlua53 library
- Deprecate CSLaTeX format
- Remove aleph as per Upstream
- Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in
  all ports related to tex*
- Fix dependency of print/texlive-texmf-source [1]
- devel/tex-kpathsea: Update version 6.2.1=>6.3.3
- devel/tex-libtexlua: Update version 5.2.4=>5.3.6
- devel/tex-libtexluajit: Update version 2.0.3=>2.1.0
- devel/tex-synctex: Update version 1.17.0=>2.0.0
- devel/tex-web2c: Update version 20150521=>20210325
- editors/texworks: Fix build with newer tex version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 17 Aug 2021
[ 10:37 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:1082270e2faf083c88729572cee5cf84a38884df  commit hash:1082270e2faf083c88729572cee5cf84a38884df  commit hash:1082270e2faf083c88729572cee5cf84a38884df  1082270 
devel/tex-kpathsea: Update maintainer from freebsd-tex@ to tex@

PR:		257601
Approved by:	tcberner (mentor)
Wed, 5 May 2021
[ 16:25 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:75b84e53f2fc86cf666dfad929445318fac13bc7  commit hash:75b84e53f2fc86cf666dfad929445318fac13bc7  commit hash:75b84e53f2fc86cf666dfad929445318fac13bc7  75b84e5  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
print/texlive-full: Update maintainership of TeX Live universe ports

- Give the maintainership of the TeX-live related ports to the FreeBSD
  TeX group [1].

[1] https://wiki.freebsd.org/tex

Approved by:	hrs
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Fri, 13 Jul 2018
[ 09:07 amdmi3 search for other commits by this committer ] Original commit   Revision:474568
- Add LICENSE

Approved by:	portmgr blanket
Fri, 21 Oct 2016
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:424427 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Fri, 25 Sep 2015
[ 21:42 hrs search for other commits by this committer ] Original commit   Revision:397889 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add preliminary support of tlmgr.

 - TLPDB and tlmgr.log are located in /var/db/tlpkg.

 - "tlmgr conf texmf" modifies /var/db/tlpkg/texmf.cnf.
   libkpathsea looks up it first if it exists and ignore the standard ones
   in PREFIX/share/texmf-dist/web2c/texmf.cnf or
   PREFIX/share/texmf-local/web2c/texmf.cnf.

 - "tlmgr update" can still break consistency of the installed texmf-*
   hierarchy by FreeBSD Ports Collection if it runs by root.
Sun, 26 Jul 2015
[ 06:57 hrs search for other commits by this committer ] Original commit   Revision:392909 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Separate libsynctex from tex-web2c to devel/tex-synctex.
- Separate basic TeX engines from tex-web2c to print/tex-basic-engines.
- Add CTAN mirrors to MASTER_SITES.
- Drop gmake where not required.
- Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx,
  print/tex-luatex, print/tex-xetex, and japanese/tex-ptex.
Sun, 19 Jul 2015
[ 20:33 hrs search for other commits by this committer ] Original commit   Revision:392534 (Only the first 10 of 194 ports in this commit are shown above. View all ports for this commit)
Update TeXLive to TL2015.

- print/texlive-infra was renamed with print/texlive-tlmgr.
  Note that currently tlmgr(1) does not work because of
  lack of TLPDB.  This will be fixed.

- Lua libraries used in LuaTeX are separated into
  devel/tex-libtexlua and devel/texlibtexluajit.
  USE_TEX supports them via keywords "texlua" and "texluajit".

- libsynctex is currently installed by devel/tex-web2c.
  This will be separated into a single port.

- Add graphics/libpotrace and use installed libpotrace
  and libharfbuzz.
Sun, 14 Dec 2014
[ 16:33 hrs search for other commits by this committer ] Original commit   Revision:374714
- Move kpse* scripts from texlive-base to tex-kpathsea.
- Use install-strip target.
Fri, 22 Aug 2014
[ 11:04 hrs search for other commits by this committer ] Original commit   Revision:365637 (Only the first 10 of 101 ports in this commit are shown above. View all ports for this commit)
Update TeXLive to 2014.

- Note that full support of configuration tools such as tlmgr and texconfig
  is not ready yet.

- Most of dviware now supports libpaper to choose the default papersize.
  Use paperconfig(8) utility or print/papersize-default-* packages.

- Some quite old macros of the age of latex209 have been removed, and
  there are user-visible/invisible incompatibilities.  Please send a report
  to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
Tue, 12 Aug 2014
[ 14:19 amdmi3 search for other commits by this committer ] Original commit   Revision:364704
- Switch to USES=libtool, drop .la files
- Fix whitespace

Approved by:	portmgr blanket
Fri, 27 Jun 2014
[ 23:07 bapt search for other commits by this committer ] Original commit   Revision:359627
USES= tar:xz
Sun, 2 Feb 2014
[ 15:18 miwi search for other commits by this committer ] Original commit   Revision:342314
- Stage support
- Convert to USES
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Wed, 22 May 2013
[ 08:26 hrs search for other commits by this committer ] Original commit   Revision:318747 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Fix duplicated pkg-plist entries.
- Split off documentation to print/texlive-docs from print/texlive-texmf.
  The document part was 1.3GB (30k files).  Now the size of texlive-texmf
  package is 557MB (this was 1.5GB before the split).
- do-texhash, do-fmtutil, do-updmap targets now run after post-install.
Wed, 15 May 2013
[ 19:53 hrs search for other commits by this committer ] Original commit   Revision:318262
Add USE_TEX=texlive.
Sat, 11 May 2013
[ 17:58 hrs search for other commits by this committer ] Original commit   Revision:317899 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Fri, 10 May 2013
[ 07:17 hrs search for other commits by this committer ] Original commit   Revision:317773
Fix dependency.

Spotted by:	miwi
Tue, 7 May 2013
[ 08:44 hrs search for other commits by this committer ] Original commit   Revision:317588 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Separate print/tex-dvipdfmx from print/texlive-base and add libpaper
  support.  dvipdfmx's default paper size can be set by
  ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as
  other programs like print/psutils do.

- Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because
  manually-installed and/or old TeXLive files can prevent them from
  working. [1]

- Fix pkg-plist in print/texlive-texmf.

- Remove DIST_SUBDIR from Mk/bsd.tex.mk.

Reported by:	bsam, Stephen Montgomery-Smith [1]
Mon, 6 May 2013
[ 00:44 hrs search for other commits by this committer ] Original commit   Revision:317452 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
TeXLive mega commit.  The following ports have been added:

  * Meta port
   - print/texlive-full: meta port to install all of the TeXLive components

  * Libraries
   - devel/tex-kpathsea: kpathsea library
   - devel/tex-web2c: WEB2C toolchain and TeX engines
   - print/tex-ptexenc: character code conversion library for pTeX

  * Base part of the TeXLive
   - print/texlive-base: binary programs in TeXLive
   - print/texlive-texmf: macro and font data in TeXLive
   - print/texlive-infra: tlmgr dependency (Perl modules)
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 24