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: sysutils/lcdproc/Makefile
SVNWeb

Number of commits found: 56

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

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

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 16 Nov 2021
[ 08:02 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:8b39dd49849e88c52e633d2181fc405839b9b525  commit hash:8b39dd49849e88c52e633d2181fc405839b9b525  commit hash:8b39dd49849e88c52e633d2181fc405839b9b525  8b39dd4 
sysutils/lcdproc: remove HID option

HID option relied on devel/libhid which was removed.

PR:	259774
Reported by:	ohartmann@walstatt.org
Approved by:	daniel@shafer.cc (maintainer)
Tue, 13 Jul 2021
[ 09:26 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:27120cfd155965bf95828760fa255fc46831b808  commit hash:27120cfd155965bf95828760fa255fc46831b808  commit hash:27120cfd155965bf95828760fa255fc46831b808  27120cf 
sysutils/lcdproc: enable on powerpc
Fri, 4 Jun 2021
[ 05:53 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  commit hash:d09ed096c44ca516f3e4922e292b4afabd03ff11  d09ed09  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
*/*: Replace USE_GCC=any with USE_GCC=yes

USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
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.
[ 12:25 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:aa04cb05a2f25200dd354cb7ab93b5525a22378f  commit hash:aa04cb05a2f25200dd354cb7ab93b5525a22378f  commit hash:aa04cb05a2f25200dd354cb7ab93b5525a22378f  aa04cb0 
sysutils/lcdproc: add powerpc64le support
Tue, 9 Mar 2021
[ 13:12 pkubaj search for other commits by this committer ] Original commit   Revision:567926
sysutils/lcdproc: fix build on powerpc64 elfv2

Use GCC:
In file included from serialVFD_io.c:45:
./port.h:344:32: error: invalid output constraint '=a' in asm
        __asm__ volatile ("inb %1,%0":"=a" (value)

MFH:		2021Q1
Wed, 13 Jan 2021
[ 13:16 pkubaj search for other commits by this committer ] Original commit   Revision:561463
sysutils/lcdproc: fix packaging on non-x86

Approved by:	tier 2 blanket
MFH:		2021Q1
Wed, 30 Dec 2020
[ 16:27 pkubaj search for other commits by this committer ] Original commit   Revision:559671
sysutils/lcdproc: enable on powerpc64

Builds fine.
Thu, 7 Nov 2019
[ 18:41 zeising search for other commits by this committer ] Original commit   Revision:517001 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg and USES=gl

Add USES=xorg and USES=gl to a few remaining ports.
Mon, 29 Oct 2018
[ 17:58 swills search for other commits by this committer ] Original commit   Revision:483392
sysutils/lcdproc: use ftdi1

While here, pass maintainership to submitter

PR:		232165
Submitted by:	Daniel Shafer <daniel@shafer.cc>
Sat, 17 Feb 2018
[ 17:54 ultima search for other commits by this committer ] Original commit   Revision:462181
* Updated to 0.5.9
* Upstream repo moved SF --> GITHUB
* Reset maintainer

PR:		221097
Reported by:	Dutchman01
Approved by:	maintainer timeout (2+ months)
Sat, 23 Dec 2017
[ 17:24 tijl search for other commits by this committer ] Original commit   Revision:457090
Remove unused ACLOCAL_ARGS.
Thu, 5 Jan 2017
[ 22:58 jbeich search for other commits by this committer ] Original commit   Revision:430669 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Assume "pkg-config libusb*" works after 9.x EOL

FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 21 Jun 2015
[ 15:55 bapt search for other commits by this committer ] Original commit   Revision:390248
Convert to USES=autoreconf
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
Sun, 3 Aug 2014
[ 11:36 pi search for other commits by this committer ] Original commit   Revision:363878
devel/libftdi: USES=libtool, fix build, bump dependencies

comms/linrad
comms/lirc
devel/urjtag
devel/openocd
sysutils/lcdproc
sysutils/flashrom

devel/xc3sprog is already bumped via PR 188055
Wed, 4 Jun 2014
[ 06:27 miwi search for other commits by this committer ] Original commit   Revision:356436
- Update to 0.5.7

PR:		190393
Submitted by:	maintainer
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 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:
sysutils)
Mon, 29 Apr 2013
[ 16:43 rene search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Fri, 9 Nov 2012
[ 15:18 madpilot search for other commits by this committer ] Original commit   Revision:307235
Preserve attribution removed by mistake in previous commit.

Noticed by:	danfe
Feature safe:	yes
[ 13:16 madpilot search for other commits by this committer ] Original commit   Revision:307234
- Update to 0.5.6
- Convert to USE_PACKAGECONFIG and make it a run depends
- Remove ABI version numbers from LIB_DEPENDS
- Trim Makefile headers

PR:		ports/173433
Submitted by:	Markus Dolze <bsdfan@nurfuerspam.de> (maintainer)
Feature safe:	yes
Wed, 20 Jun 2012
[ 21:52 madpilot search for other commits by this committer ] Original commit 
- Convert to new options framework
- Enable USB support by default

PR:             ports/169275
Submitted by:   Markus Dolze <bsdfan@nurfuerspam.de>
Approved by:    crees, tabthorpe (mentors, implicit)
Sat, 12 Nov 2011
[ 16:53 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.5

PR:             162452
Submitted by:   "Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer)
Feature safe:   yes
Sun, 20 Feb 2011
[ 08:28 dhn search for other commits by this committer ] Original commit 
- Update to 0.5.4

PR:             ports/154895
Submitted by:   Markus Dolze <bsdfan@nurfuerspam.de> (maintainer)
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
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Sat, 22 Aug 2009
[ 00:35 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Sun, 26 Jul 2009
[ 20:45 miwi search for other commits by this committer ] Original commit 
- Fix libusb detection on 8.X

PR:             136941
Submitted by:   Charlie <bsdfan@nurfuerspam.de> (maintainer)
Fri, 26 Jun 2009
[ 07:12 beat search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 0.5.3

PR:             ports/135900
Submitted by:   Markus Dolze <bsdfan AT nurfuerspam.de> (maintainer)
Mon, 9 Mar 2009
[ 17:15 stas search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
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, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Thu, 20 Mar 2008
[ 10:03 pav search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Sun, 3 Feb 2008
[ 08:13 rafan search for other commits by this committer ] Original commit 
- Explicitly set drivers to build
- Disable imon driver which is for Linux only
- Add OPTIONS

Submitted by:   Markus Dolze <bsdfan at nurfuerspam.de> (maintainer)
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Sun, 2 Sep 2007
[ 13:30 arved search for other commits by this committer ] Original commit 
Fix compilation on AMD64 due to missing APM interface

PR:             115843
Submitted by:   "Markus Dolze" <bsdfan@nurfuerspam.de>
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Sat, 26 May 2007
[ 15:38 araujo search for other commits by this committer ] Original commit 
- Update to 0.5.2.

PR:             ports/112415
Submitted by:   Volker Theile <votdev@gmx.de>
Reviewed by:    Markus Dolze <bsdfan@nurfuerspam.de> (maintainer)
Approved by:    stas (mentor)
Tue, 21 Nov 2006
[ 07:24 rafan search for other commits by this committer ] Original commit 
- Changed lcdproc client startup script to require config file, because
  command line switch to daemonize is not supported as of version 0.5.1.

PR:             ports/105681
Submitted by:   Markus Dolze <bsdfan at nurfuerspam.de> (maintainer)
Mon, 6 Nov 2006
[ 17:40 rafan search for other commits by this committer ] Original commit 
- Update to 0.5.1
- Change maintainer's email

PR:             ports/105015
Submitted by:   Markus Dolze (maintainer)
Wed, 3 May 2006
[ 02:20 mnag search for other commits by this committer ] Original commit 
- Update to 0.5.0
- Add new rc.d scripts
- Take maintainership

PR:             95858
Submitted by:   Markus Dolze <mmdolze___users.sourceforge.net>
Wed, 19 Jan 2005
[ 19:35 pav search for other commits by this committer ] Original commit 
- Update to 0.4.5

PR:             ports/76433
Submitted by:   Lewis Thompson <purple@fajita.org>
Tue, 25 Feb 2003
[ 20:46 roger search for other commits by this committer ] Original commit 
Enable building of all hardware drivers and fix a bug with outb.
My HD44780 based 16x2 display (in 4 bit mode) now works.
Thu, 20 Feb 2003
[ 19:00 knu search for other commits by this committer ] Original commit  (Only the first 10 of 90 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sun, 16 Feb 2003
[ 00:59 arved search for other commits by this committer ] Original commit 
Fix startup script. Bump PORTREVISION.

PR:             47616
Submitted by:    Andrew Stuart <elitetek@subliminal.tekrealm.net>
Tue, 29 Oct 2002
[ 05:08 edwin search for other commits by this committer ] Original commit 
Undo damage done by check if the SED could have been replaced by a
REINPLACE. Thanks to Patrick Li for spotting this.
[ 04:47 edwin search for other commits by this committer ] Original commit 
Unbreak build of sysutils/lcdproc

PR:             ports/44213
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Tue, 18 Jun 2002
[ 08:38 pat search for other commits by this committer ] Original commit 
Add new port lcdproc - A client/server suite for all kinds of nifty
LCD devices

Number of commits found: 56