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/t1lib/Makefile
SVNWeb

Number of commits found: 51

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Thu, 7 Nov 2019
[ 19:36 zeising search for other commits by this committer ] Original commit   Revision:517004
Sprinkle some more USES=xorg
Tue, 19 Mar 2019
[ 16:40 ler search for other commits by this committer ] Original commit   Revision:496273
devel/t1lib: fix dependencies, parallel build.

If the X11 is on, xglyph and libt1x directly depend on various X libs.
These dependencies are missing from USE_XORG (noticed by stage-qa).
If any of those missing dependencies are removed, t1lib will break.
Relying on indirect dependencies is insufficient since those dependencies can
change on their own.

PR:		236640
Submitted by:	jcfyecrayz@liamekaens.com
Wed, 11 Jan 2017
[ 00:28 ler search for other commits by this committer ] Original commit   Revision:431147
Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9125
Mon, 26 Dec 2016
[ 16:43 adamw search for other commits by this committer ] Original commit   Revision:429537
Assign maintainership to Larry Rosenman.

Submitted by:	Larry Rosenman (via private email)
[ 11:59 rene search for other commits by this committer ] Original commit   Revision:429499 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Reset ports per maintainer request.

PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
Thu, 8 Sep 2016
[ 15:59 tcberner search for other commits by this committer ] Original commit   Revision:421562
Add a COMMENT explaining the reason for MAKE_JOBS_UNSAFE.

in r421561 I added MAKE_JOBS_USNAFE, without actually saying why. [Sorry]

===>  Building for t1lib-5.1.2_4,1
gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2'
for i in lib type1afm examples xglyph; do \
  (cd $i; gmake 'CC=cc' 'CFLAGS=-O2 -pipe  -fstack-protector
-fno-strict-aliasing -DT1LIB_IDENT="\"5.1.2\""
-DGLOBAL_CONFIG_DIR="\"/usr/local/share/t1lib\"" -I/usr/local/include'
'OPTIONS=' ) || exit 1; \
done
gmake[2]: Entering directory
'/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib'
gmake[2]: *** pselect jobs pipe: Bad file descriptor.  Stop.
gmake[2]: *** Waiting for unfinished jobs....
[...]

Approved by:	mat (mentor)
[ 15:36 tcberner search for other commits by this committer ] Original commit   Revision:421561
Fix build of devel/t1lib

devel/t1lib needs MAKE_JOBS_UNSAFE.

Approved by:	rakuco (mentor), just-fix-it-blanket
Mon, 23 May 2016
[ 03:52 sunpoet search for other commits by this committer ] Original commit   Revision:415695
- Add LICENSE_FILE
- Convert to new options target helper
- Add WWW

Approved by:	portmgr (blanket)
Tue, 14 Apr 2015
[ 13:22 amdmi3 search for other commits by this committer ] Original commit   Revision:384000
- Add CPE info

Approved by:	portmgr blanket
Sat, 13 Sep 2014
[ 20:32 tijl search for other commits by this committer ] Original commit   Revision:368137
Avoid USE_AUTOTOOLS
Wed, 30 Jul 2014
[ 01:15 amdmi3 search for other commits by this committer ] Original commit   Revision:363424
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Wed, 23 Apr 2014
[ 01:09 amdmi3 search for other commits by this committer ] Original commit   Revision:351899
- Update MASTER_SITES
- Pass maintainership to submitter
- Add LICENSE

PR:		188033
Submitted by:	"A.J. van Werven" <freebsd@skysmurf.nl>
Thu, 10 Oct 2013
[ 00:00 madpilot search for other commits by this committer ] Original commit   Revision:329944
- Convert to staging
- Use option helpers
- Convert to USES=gmake
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)
Sat, 2 Feb 2013
[ 18:28 gjb search for other commits by this committer ] Original commit   Revision:311441
Bump PORTREVISION, as default options have changed in r311291.
This fixes the textproc/docproj dependency chain.
Thu, 31 Jan 2013
[ 06:00 danfe search for other commits by this committer ] Original commit   Revision:311291
Restore X11 being the default (lost in previous revision).
[ 05:57 danfe search for other commits by this committer ] Original commit   Revision:311290
- Convert OptionsNG
- Augment COMMENT

PR:	ports/175719
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Fri, 23 Jan 2009
[ 16:28 flz search for other commits by this committer ] Original commit  (Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 20 Jan 2008
[ 22:20 miwi search for other commits by this committer ] Original commit 
- Update to 5.1.2

PR:             119721
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Tue, 31 Jul 2007
[ 12:18 mm search for other commits by this committer ] Original commit 
- Depend on xaw explicitly
- Bump PORTREVISION

Approved by:    garga (mentor, implicit)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 21 Feb 2007
[ 15:01 rafan search for other commits by this committer ] Original commit 
- Update to 5.1.1

PR:             ports/109357
Submitted by:   Martin Matuska <martin at matuska.org>
Mon, 14 Aug 2006
[ 22:55 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Sun, 18 Sep 2005
[ 18:22 ahze search for other commits by this committer ] Original commit 
- Update to 5.1.0
- I didn't bump libver because evince and pdf both work with out it being bumped
  if anyone has problems please email me.

PR:             ports/86264
Submitted by:   Ports Fury
Tue, 31 May 2005
[ 19:00 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
change the libtool version to use from 1.3 to 1.5
Thu, 15 Apr 2004
[ 19:18 krion search for other commits by this committer ] Original commit 
- Downgrade to version 5.0.1
- 5.0.2 version caused xpdf to crash with almost all PDFs
- Bump PORTEPOCH

Submitted by:   naddy, Ports Fury
Wed, 14 Apr 2004
[ 18:49 krion search for other commits by this committer ] Original commit 
- Update to version 5.0.2

PR:             ports/65533
Submitted by:   Ports Fury
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Tue, 2 Mar 2004
[ 08:16 dinoex search for other commits by this committer ] Original commit 
- Fix package for option WITHOUT_X11
Sat, 28 Feb 2004
[ 14:35 pav search for other commits by this committer ] Original commit 
- Update to 5.0.1

PR:             ports/63485
Submitted by:   Toni Viemero <toni.viemero@iki.fi>
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Mon, 24 Mar 2003
[ 01:08 ijliao search for other commits by this committer ] Original commit 
upgrade to 5.0.0
drop maintainership
Fri, 7 Mar 2003
[ 06:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 23 Nov 2001
[ 17:19 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.3.1    
Fri, 31 Aug 2001
[ 15:20 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
Wed, 22 Aug 2001
[ 18:12 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.2    
Wed, 11 Jul 2001
[ 20:25 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.1.1    
Tue, 5 Jun 2001
[ 12:38 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Standartise the way used to disable X11 support in various ports. From now   on
WITHOUT_X11 is the Only True Way[tm].    
Thu, 29 Mar 2001
[ 07:43 ijliao search for other commits by this committer ] Original commit 
forgot INSTALLS_SHLIB    
Thu, 15 Feb 2001
[ 19:09 ijliao search for other commits by this committer ] Original commit 
update to 1.1.0    
Sun, 21 Jan 2001
[ 04:26 ijliao search for other commits by this committer ] Original commit 
ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.org    
Mon, 21 Aug 2000
[ 11:07 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.    

Number of commits found: 51