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: editors/jed/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:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  7cd7a8d  (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
editors: remove 'Created by' lines

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

  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andrej Zverev <az@inec.ru>
  *  Andrey Zakhvatov
  *  Anton Tornqvist <antont@inbox.lv>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bob Eager <bob@eager.cx>
  *  Chris D. Faulhaber <jedgar@fxp.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
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
[ 20:20 zeising search for other commits by this committer ] Original commit   Revision:517008 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Sprinkle more USES=xorg
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Tue, 10 Jun 2014
[ 07:39 olgeni search for other commits by this committer ] Original commit   Revision:357277 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Wed, 14 May 2014
[ 19:33 garga search for other commits by this committer ] Original commit   Revision:354086
Move USE_BZIP2 to USES=tar:bzip2
Fri, 8 Nov 2013
[ 12:32 garga search for other commits by this committer ] Original commit   Revision:333210
Fix DOCS installation
Fri, 1 Nov 2013
[ 09:57 garga search for other commits by this committer ] Original commit   Revision:332346
Fix wrong use of OPTIONS_SUB

Reported by:	danfe
Thu, 31 Oct 2013
[ 23:33 garga search for other commits by this committer ] Original commit   Revision:332300
. Add LICENSE
. Simplify Makefile
Fri, 27 Sep 2013
[ 15:21 garga search for other commits by this committer ] Original commit   Revision:328493
Support staging
Tue, 24 Sep 2013
[ 16:47 garga search for other commits by this committer ] Original commit   Revision:328166 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Fri, 20 Sep 2013
[ 16:36 bapt search for other commits by this committer ] Original commit   Revision:327720 (Only the first 10 of 298 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:
editors)
Fri, 5 Oct 2012
[ 12:41 garga search for other commits by this committer ] Original commit   Revision:305298 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Change headers of all ports maintained by me to new format
Fri, 3 Aug 2012
[ 15:34 garga search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Fri, 29 Jun 2012
[ 20:48 garga search for other commits by this committer ] Original commit 
- Move to OPTIONSng
- Pet portlint
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 30 Sep 2010
[ 17:17 garga search for other commits by this committer ] Original commit 
cleanup MASTER_SITES
Wed, 12 May 2010
[ 20:37 pav search for other commits by this committer ] Original commit 
- Remove references to now non-existant devel/libslang

PR:             ports/145245
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
Tue, 6 Apr 2010
[ 12:42 garga search for other commits by this committer ] Original commit 
Add 2 more OPTIONS to respect read-only files and don't try to host lookup

PR:             ports/145006
Submitted by:   Grzegorz Blach <magik@roorback.net>
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Mon, 21 Dec 2009
[ 14:53 garga search for other commits by this committer ] Original commit 
After upgrade to 0.99.19 jed was freezing when called with -c, fix it now.

Reported by:    andrew clarke <mail@ozzmosis.com>
Obtained from:  Author by email
Tue, 15 Dec 2009
[ 10:07 garga search for other commits by this committer ] Original commit 
Update to 0.99.19
Sun, 29 Mar 2009
[ 15:20 garga search for other commits by this committer ] Original commit 
- Mark it as MAKE_JOBS_UNSAFE, i did it wrong on last commit

Reported by:    QAT
Sat, 28 Mar 2009
[ 17:53 garga search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Sun, 8 Feb 2009
[ 03:14 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- devel/libslang2 has completely replaced devel/libslang which has not been
  released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
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)
Mon, 2 Jun 2008
[ 11:28 garga search for other commits by this committer ] Original commit 
- Fix installation when NOPORTDOCS is set, preventing it to create doc dirs.
  Bump PORTREVISION is unecessary since the default package will be untouched

Reported by:    itetcu
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Fri, 31 Aug 2007
[ 19:02 garga search for other commits by this committer ] Original commit 
- Add more MASTER_SITES
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}.
Tue, 30 May 2006
[ 17:42 garga search for other commits by this committer ] Original commit 
Add one new master site and remove an old one that's not working anymore.
Mon, 3 Apr 2006
[ 13:18 garga search for other commits by this committer ] Original commit 
Update to 0.99.18
Mon, 7 Nov 2005
[ 13:58 garga search for other commits by this committer ] Original commit 
- info files are really old and out of date, so, do not install it anymore
Fri, 28 Oct 2005
[ 10:48 garga search for other commits by this committer ] Original commit 
- Respect CFLAGS/LDFLAGS
Thu, 27 Oct 2005
[ 18:04 garga search for other commits by this committer ] Original commit 
- Remove some patches and use REINPLACE_CMD, *_ARGS and *_ENV instead
- Use PORTDOCS
- Polish Makefile
[ 16:47 garga search for other commits by this committer ] Original commit 
- Add more MASTER_SITES
[ 09:59 garga search for other commits by this committer ] Original commit 
- Register CONFLICTS with jed-devel
- OPTIONS'ify
Mon, 11 Jul 2005
[ 16:47 garga search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Sun, 15 May 2005
[ 20:01 jylefort 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)
- Sort the packing list
- Honour ${NOPORTDOCS}
- Use ${INFO} instead of install-info, and add patches to add section
  and dir-entry to info files
- Patch src/Makefile.in instead of installing files in the wrong
  location and removing them
- Move ${STRIP_CMD} commands to src/Makefile.in
- Pass maintainership to Renato Botelho <freebsd@galle.com.br>

PR:             ports/80441
Submitted by:   Renato Botelho <freebsd@galle.com.br> (new maintainer)
Approved by:    former maintainer
Mon, 1 Nov 2004
[ 19:12 pav search for other commits by this committer ] Original commit 
- Fix losing setuid/setgid bits on files when saving
- Portlint

PR:             ports/72652
Submitted by:   Renato Botelho <renato@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
Wed, 24 Sep 2003
[ 09:37 osa search for other commits by this committer ] Original commit  (Only the first 10 of 143 ports in this commit are shown above. View all ports for this commit)
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Sun, 23 Feb 2003
[ 06:37 edwin search for other commits by this committer ] Original commit 
Maintainer update: editors/jed to 0.99.16

PR:             ports/48487
Submitted by:   Benedikt Schmidt <s_bschmi@ira.uka.de>
Fri, 21 Feb 2003
[ 11:38 knu search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Fri, 19 Oct 2001
[ 05:01 dwcjr search for other commits by this committer ] Original commit 
Updated to 0.99.15    
Fri, 29 Jun 2001
[ 15:48 roam search for other commits by this committer ] Original commit 
Update to 0.99.14.   Change maintainer - the former maintainer was quite
unresponsive.    
Tue, 16 Jan 2001
[ 17:33 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 365 ports in this commit are shown above. View all ports for this commit)
Massive style enforcement - use ^I instead of spaces for variables identation.  
 

Number of commits found: 51