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
non port: chinese/enscript/Makefile
SVNWeb

Number of commits found: 28

Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  25fe59a  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
chinese: remove 'Created by' lines

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

  *  <intron@intron.ac>
  *  Bo-Yi Wu <appleboy.tw@gmail.com>
  *  Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
  *  Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eric L. Camachat <eric@camachat.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 29 Jun 2022
[ 15:00 Stefan Eßer (se) search for other commits by this committer ]    commit hash:15c825be194e0b8a9d48226441684486600978b6  commit hash:15c825be194e0b8a9d48226441684486600978b6  commit hash:15c825be194e0b8a9d48226441684486600978b6  15c825b 
Fix CONFLICTS_INSTALL in categories cad and chinese

Approved by:	portmgr (implicit)
Sun, 6 Feb 2022
[ 18:36 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  commit hash:bdd2d4af9630fdc1157d49bd193e8195c3240e9e  bdd2d4a  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Update CONFLICTS definitions in categories a* to c*

Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(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.
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, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 24 Mar 2016
[ 15:47 tijl search for other commits by this committer ] Original commit   Revision:411798 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 16 Jul 2015
[ 20:53 kwm search for other commits by this committer ] Original commit   Revision:392322 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.

Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
Wed, 27 May 2015
[ 00:15 amdmi3 search for other commits by this committer ] Original commit   Revision:387529 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
Fri, 16 Jan 2015
[ 17:28 rafan search for other commits by this committer ] Original commit   Revision:377195 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
Fri, 30 May 2014
[ 13:53 rafan search for other commits by this committer ] Original commit   Revision:355840
Staging support
Fri, 20 Sep 2013
[ 16:01 bapt search for other commits by this committer ] Original commit   Revision:327713 (Only the first 10 of 138 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:
chinese)
Mon, 24 Sep 2007
[ 08:39 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:    portmgr (pav)
Tue, 27 Jun 2006
[ 03:58 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
Mon, 14 Feb 2005
[ 14:51 naddy search for other commits by this committer ] Original commit 
Don't duplicate bsd.port.mk.

PR:             77492
Submitted by:   Rong-En Fan <rafan@infor.org>
[ 13:04 naddy search for other commits by this committer ] Original commit 
Fix slave port: don't use gmake.

Submitted by:   kris    (pointyhat)
Thu, 13 May 2004
[ 17:01 vanilla search for other commits by this committer ] Original commit 
Unbroken it, and assign MAINTAINER to submitter.

PR:             ports/66595
Submitted by:   Rong-En Fan <rafan_at_infor.org>
No Responsed:   keith@
Mon, 19 Apr 2004
[ 07:48 kris search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
Sat, 3 Apr 2004
[ 14:11 kris search for other commits by this committer ] Original commit 
BROKEN: Fails to patch
Tue, 20 Jan 2004
[ 16:30 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Use the new ghostscript options.

Submitted by:   linimon
Tue, 13 Jan 2004
[ 06:46 linimon search for other commits by this committer ] Original commit 
Back out revision 1.6 which was committed by mistake; the change in
it was picked up by a spurious commit of mine to chinese/*/Makefile.
Sorry about that.  If anyone has had ghostscript dependency problems
while trying to install this port, please try it again now.
Fri, 21 Nov 2003
[ 03:09 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:             ports/59515
Submitted by:   statue@freebsd.sinica.edu.tw
Sun, 31 Aug 2003
[ 00:22 edwin search for other commits by this committer ] Original commit 
[PATCH] chinese/enscript: enable choose of ghostscript interpreter

        This patch allows the admin of the machine to choose either
        print/ghostscript-gnu or print/ghostscript-afp1

PR:             ports/54920
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Fri, 9 Aug 2002
[ 16:47 ade search for other commits by this committer ] Original commit 
Reroute dependency on defunct chinese/ghostscript6 port and
redirect to print/ghostscript-gnu (see ports/39684)

Submitted by:   'make index' failing for a while
Tue, 29 Jan 2002
[ 09:39 knu search for other commits by this committer ] Original commit 
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Tue, 22 May 2001
[ 19:19 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Ports policy:    
Mon, 27 Nov 2000
[ 18:00 keith search for other commits by this committer ] Original commit 
Initial version.    

Number of commits found: 28