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: misc/diction/Makefile
SVNWeb

Number of commits found: 24

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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  b832da1  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
misc: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
(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.
Mon, 27 Feb 2017
[ 12:44 amdmi3 search for other commits by this committer ] Original commit   Revision:434927
- Fix LICENSE
- Add LICENSE_FILE
- Strip binary
- Cleanup pkg-descr
Sun, 22 Jan 2017
[ 22:27 rene search for other commits by this committer ] Original commit   Revision:432169 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Reset mva@'s ports, he handed in his ports bit.
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Sat, 20 Dec 2014
[ 19:19 bapt search for other commits by this committer ] Original commit   Revision:375098 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Sat, 18 Jan 2014
[ 11:07 mva search for other commits by this committer ] Original commit   Revision:340166
- Bump PORTREVISION missed on the previous commit for the DATADIR change
[ 11:06 mva search for other commits by this committer ] Original commit   Revision:340165
- Enable stagedir support
- Add LICENSE
- Fix DATADIR support
Fri, 20 Sep 2013
[ 20:50 bapt search for other commits by this committer ] Original commit   Revision:327745 (Only the first 10 of 491 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:
misc)
Thu, 19 Feb 2009
[ 21:45 mva 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)
Updated my mail address to use @FreeBSD.org now.

Approved by: miwi (co-mentor), beech (mentor)
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)
Wed, 12 Dec 2007
[ 13:58 miwi search for other commits by this committer ] Original commit 
- Update to 1.11

PR:             117728
Submitted by:   Marcus von Appen <mva@sysfault.org> (maintainer)
Wed, 1 Nov 2006
[ 06:42 miwi search for other commits by this committer ] Original commit 
- Pass maintainership to submitter

PR:             ports/104792
Submitted by:   Marcus von Appen <mva@sysfault.org>
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Tue, 11 Oct 2005
[ 16:10 linimon search for other commits by this committer ] Original commit 
Remove obsolete mastersite.

Source:         distfile survey
Sun, 24 Apr 2005
[ 18:09 arved search for other commits by this committer ] Original commit 
Don't use autoconf213
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.
Wed, 11 Feb 2004
[ 15:07 clement search for other commits by this committer ] Original commit 
misc category cleanup part 3 of 6:

- Use DATADIR/DOCSDIR/PORTSDOC
- make portlint happy

* diction, earthview
    - kill pkg-plist

PR:                 61028
Submitted by:       Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
Tue, 20 May 2003
[ 16:53 ijliao search for other commits by this committer ] Original commit 
add more sites
Thu, 20 Feb 2003
[ 18:46 knu search for other commits by this committer ] Original commit  (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 16 Mar 2002
[ 14:52 kevlo search for other commits by this committer ] Original commit 
Update to version 1.02

PR: 35973
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Sat, 25 Aug 2001
[ 00:34 dwcjr search for other commits by this committer ] Original commit 
Update to 1.01    
Tue, 19 Dec 2000
[ 08:17 sobomax search for other commits by this committer ] Original commit 
- Update to version 0.9.    

Number of commits found: 24