notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/flex/Makefile

Number of commits found: 47

Tuesday, 23 Jan 2024
21:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/flex: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 2f9710aa91f0b13940e6852462c7d275d751a392 commit hash: 2f9710aa91f0b13940e6852462c7d275d751a392 commit hash: 2f9710aa91f0b13940e6852462c7d275d751a392 commit hash: 2f9710aa91f0b13940e6852462c7d275d751a392 2f9710a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 14 Oct 2021
11:02 Stefan Eßer (se) search for other commits by this committer
textproc/flex: Add CPE information

Approved by:	portmgr (blanket)
commit hash: ceea17788aa3235a4b7bc41eb39cf44ae118600c commit hash: ceea17788aa3235a4b7bc41eb39cf44ae118600c commit hash: ceea17788aa3235a4b7bc41eb39cf44ae118600c commit hash: ceea17788aa3235a4b7bc41eb39cf44ae118600c ceea177
Thursday, 5 Aug 2021
12:07 Matthias Andree (mandree) search for other commits by this committer
textproc/flex: set *_FOR_BUILD variables...

...to unbreak the build when ax_prog_cc_for_build.m4 hunts a host
compiler in path, pushing CC aside.

PR:		257622
Reported by:	Evgeniy Khramtsov
commit hash: 828ef20174745ff612b26c16e17a40f458854ab2 commit hash: 828ef20174745ff612b26c16e17a40f458854ab2 commit hash: 828ef20174745ff612b26c16e17a40f458854ab2 commit hash: 828ef20174745ff612b26c16e17a40f458854ab2 828ef20
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 22 Mar 2020
23:12 mandree search for other commits by this committer
textproc/flex: Remove GNU m4 and GNU bison requisites

...bapt@ reports this port works perfectly with base yacc and m4.

Submitted by:	bapt@ (Baptiste Daroussin)
Differential Revision:	https://reviews.freebsd.org/D24016
Original commitRevision:528943 
Saturday, 21 Dec 2019
18:23 mandree search for other commits by this committer
Take maintainership.
Original commitRevision:520576 
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Saturday, 23 Jun 2018
17:48 yuri search for other commits by this committer
textproc/flex: Update 2.6.1 -> 2.6.4

Changelog:
https://github.com/westes/flex/releases/tag/v2.6.4

PR:		226546
Approved by:	johans@FreeBSD.org (maintainer timeout; 103 days)
Original commitRevision:473146 
Friday, 20 Apr 2018
09:03 amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:467814 
Friday, 28 Jul 2017
21:45 jkim search for other commits by this committer
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.

PR:		221027
Reviewed by:	mat
Approved by:	portmgr (antoine)
Original commitRevision:446854 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Thursday, 10 Mar 2016
21:46 johans search for other commits by this committer
Update flex to 2.6.1
Original commitRevision:410797 
Wednesday, 18 Nov 2015
08:08 johans search for other commits by this committer
Update to flex 2.6.0
Announcement: http://sourceforge.net/p/flex/mailman/message/34626590/
Add port examples
Original commitRevision:401847 
Monday, 1 Sep 2014
07:26 tijl search for other commits by this committer
Add USES=libtool
Original commitRevision:366840 
Wednesday, 25 Jun 2014
08:58 bapt search for other commits by this committer
Fix build on system built WITHOUT_INFO

With hat:	portmgr
Original commitRevision:359209 
Monday, 5 May 2014
15:51 johans search for other commits by this committer
Make sure static library libfl_pic.a contains position independent code.
This fixes compilation of ports that insist on linking this library
into a shared object file (specifically devel/libmatheval).

While here, remove unused ranlib patch lines.

PR:		ports/189323
Submitted by:	tijl
Original commitRevision:353028 
Friday, 28 Mar 2014
08:56 johans search for other commits by this committer
Update to flex 2.5.39
Original commitRevision:349396 
Friday, 21 Feb 2014
09:35 johans search for other commits by this committer
Disable installation of shared libraries.
These cause problems with several ports.

PR:		ports/186790
Submitted by:	Matthew Rezny <matthew@reztek.cz> and others
Original commitRevision:345345 
Sunday, 16 Feb 2014
15:55 johans search for other commits by this committer
Add missing .la files to plist

Reported by:	miwi
Original commitRevision:344588 
Thursday, 13 Feb 2014
18:21 johans search for other commits by this committer
Update to flex 2.5.38
Original commitRevision:344136 
Monday, 13 Jan 2014
05:41 johans search for other commits by this committer
Avoid running ranlib again during installation phase,
this fixes packaging as a regular user

Submitted by:	antoine
Original commitRevision:339569 
Saturday, 11 Jan 2014
20:47 johans search for other commits by this committer
Enable stage support + minor cleanups
Original commitRevision:339454 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Thursday, 11 Jul 2013
04:54 johans search for other commits by this committer
Add GNU m4 as run dependency of flex

Submitted by:	antoine
Original commitRevision:322739 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Sunday, 2 Sep 2012
11:48 johans search for other commits by this committer
- Update flex to 2.5.37
- Reduce Makefile header
Original commitRevision:303545 
Monday, 23 Jul 2012
20:54 johans search for other commits by this committer
Update flex to 2.5.36 (bugfix release)
Original commit
Wednesday, 27 Jun 2012
19:52 johans search for other commits by this committer
Convert to new options framework
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 26 Feb 2010
11:35 johans search for other commits by this committer
Fix build breakage caused by missing -E in previous commit. Oops.

Feature safe:   yes
Original commit
08:12 johans search for other commits by this committer
Fix port installation for the INSTALL_AS_USER case.
This doesn't affect regular (root) installs.

PR:             ports/143933
Submitted by:   gerald
Feature safe:   yes
Original commit
Tuesday, 23 Feb 2010
18:07 johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
Original commit
Sunday, 27 Dec 2009
23:26 johans search for other commits by this committer
- Enable NLS
- Claim maintainership
Original commit
Monday, 7 Dec 2009
19:12 johans search for other commits by this committer
Install additional info file.
The flex man page is very brief and points to this info file.

PR:             ports/139163
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Saturday, 22 Aug 2009
00:37 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
Original commit
Monday, 5 Jan 2009
08:35 makc search for other commits by this committer
install flex header to include/flex, thus resolve build problem for those, who
use system flex (e.g. ports/126520)

Submitted by:   Andy Fawcett via irc
Approved by:    miwi (mentor)
Original commit
Sunday, 7 Sep 2008
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Thursday, 28 Feb 2008
13:24 sat search for other commits by this committer
- Update to 2.5.35
Original commit
Thursday, 13 Dec 2007
09:22 sat search for other commits by this committer
- Update to 2.5.34
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Sunday, 13 Aug 2006
15:30 sat search for other commits by this committer
Add port textproc/flex:

Flex is a tool for generating scanners. A scanner, sometimes called a
tokenizer, is a program which recognizes lexical patterns in text. The
flex program reads user-specified input files, or its standard input
if no file names are given, for a description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. Flex generates a C source file named, "lex.yy.c",
which defines the function yylex(). The file "lex.yy.c" can be compiled
and linked to produce an executable. When the executable is run, it
analyzes its input for occurrences of text matching the regular
expressions for each rule. Whenever it finds a match, it executes the
corresponding C code.

WWW: http://flex.sourceforge.net/

Note that there's flex 2.5.4 in the base system. This port provides
a newer version for programs that require it, textproc/xxdiff for one.
Original commit

Number of commits found: 47