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: lang/siod/Makefile
SVNWeb

Number of commits found: 31

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:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  f98ae56  (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
lang: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.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.
Fri, 19 Feb 2021
[ 00:40 mi search for other commits by this committer ] Original commit   Revision:566018
Enable the acct-module -- by porting it from the old utmp.h
functions (not present since FreeBSD-9) to utmpx.h.

Change the recently-enabled statfs-module to only report
fsid, if provided (which it is not for non-root users) --
and in the format reported by mount(8).

Sponsored by:	United Marsupials
Thu, 18 Feb 2021
[ 03:52 mi search for other commits by this committer ] Original commit   Revision:565876
Stop pretending, STATFS is an option -- it is always built and installed.
[ 03:39 mi search for other commits by this committer ] Original commit   Revision:565873
Allow the argument given to lstatfs() to be a file -- in which case,
we'll call fstatfs(2) instead of statfs(2).

That is, for most people these too lines will print the
same things:

	(print (statfs '/var))
	(print (statfs (fopen '/var/log/messages)))

Add siod.scm to the list of those with MS-DOS line-endings.

There are no packages for 3.6.2, so not updating PORTREVISION yet...

Sponsored by:	United Marsupials
Wed, 17 Feb 2021
[ 17:39 mi search for other commits by this committer ] Original commit   Revision:565529
Add space after "@comment" in manual PLIST_SUB setting.
[ 17:37 mi search for other commits by this committer ] Original commit   Revision:565528
Fix handling of %%SQL_ORACLE%% on non-i386 platforms -- settings
OPTIONS_SUB is not enough for arch-specific options (seems like a bug).

Add statfs functionality -- BSD has all the necessary APIs.

Sponsored by:	United Marsupials
[ 16:39 mi search for other commits by this committer ] Original commit   Revision:565518
Add the (optional) support for the Oracle-module. Untested beyond
"it loads", this is only available on i386 -- because the port of
databases/oracle8-client is i386 only.

Worse, because the oracle8-client only installs a static library
-- hacked from Oracle Linux binary -- further (minor) hackery is
required to link the shared sql_oracle.so with it...

Sponsored by:	United Marsupials
[ 04:06 mi search for other commits by this committer ] Original commit   Revision:565480
When correcting for non-default prefix, include man-pages too.

Sponsored by:	United Marsupials
[ 03:38 mi search for other commits by this committer ] Original commit   Revision:565479
Remove the stray -Werror. Whether or not to tolerate warnings
shall depend on the user's settings.

Sponsored by:	United Marsupials
[ 03:25 mi search for other commits by this committer ] Original commit   Revision:565478
List ${PREFIX}/lib in addition to ${PREFIX}/lib/siod for ldconfig.

Add the DOCS option -- and deal with the siod.html file depending
on the selection.

Sponsored by:	United Marsupials
[ 03:00 mi search for other commits by this committer ] Original commit   Revision:565477 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Upgrade from circa 2000 to circa 2014 code. Unfortunately, upstream
are somewhat sloppy about releases -- and do not publish versioned
files. I'm calling this one 3.6.2, because that's the last version
found in the change log.

The new build uses bsd.lib.mk and bsd.prog.mk -- in order to:
	a) build shared libraries cleanly;
	b) stand a chance of working on the hardware platforms,
	   where the author never tried it.

The large patches provide for warning-free compiles with WARNS=7 --
tested on FreeBSD-11/amd64.

We now take care to link with libgnuregex.so -- whether from base
or provided by devel/libgnuregex instead of using the bundled
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 22 Dec 2020
[ 03:00 linimon search for other commits by this committer ] Original commit   Revision:558882
Mark as BROKEN on riscv64 similar to on aarch64.
Sun, 15 Nov 2020
[ 13:51 mikael search for other commits by this committer ] Original commit   Revision:555218
Mark these ports broken on aarch64

Reported by:	linimon
Approved by:	portmgr (tier-2 blanket)
Sat, 30 Dec 2017
[ 22:33 krion search for other commits by this committer ] Original commit   Revision:457651
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Thu, 30 Nov 2017
[ 06:13 linimon search for other commits by this committer ] Original commit   Revision:455167 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Sat, 27 May 2017
[ 22:16 linimon search for other commits by this committer ] Original commit   Revision:441881 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on armv6, for errors classified as "linker_error".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
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
Sun, 1 Jun 2014
[ 14:02 pawel search for other commits by this committer ] Original commit   Revision:356122
- Add staging support, strip binaries
- Remove leading article from COMMENT
- Use canonical names for patches
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 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:
lang)
Sun, 22 Nov 2009
[ 19:49 pav search for other commits by this committer ] Original commit  (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
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)
Thu, 10 Apr 2008
[ 09:18 jkoshy search for other commits by this committer ] Original commit 
Reset maintainership.
Thu, 28 Aug 2003
[ 00:01 edwin 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)
Use the virtual category "scheme" (part ii)

        Add the virtual category "scheme" to the maintained ports
        (except sxm). I guess no maintainer would deny this trivial
        change.

PR:             ports/56052
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Fri, 7 Mar 2003
[ 06:05 ade search for other commits by this committer ] Original commit  (Only the first 10 of 118 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.
Sat, 4 May 2002
[ 21:27 kris search for other commits by this committer ] Original commit 
The two primary MASTER_SITES no longer host this distfile, and the
project homepage has also disappeared; remove them and leave only the
MASTER_SITE_LOCAL fallback.

Noticed by:     bento
Mon, 3 Sep 2001
[ 09:32 jkoshy search for other commits by this committer ] Original commit 
Update MASTER_SITES.    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
[ 09:19 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Thu, 15 Jun 2000
[ 18:59 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 91 ports in this commit are shown above. View all ports for this commit)
Third round of INSTALL_SHLIBS=yes fixes.    

Number of commits found: 31