aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lcdproc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Fix libusb detection on 8.XMartin Wilke2009-07-261-3/+3
| | | | | | | | PR: 136941 Submitted by: Charlie <bsdfan@nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=238401
* - Update to 0.5.3Beat Gaetzi2009-06-261-7/+12
| | | | | | | | PR: ports/135900 Submitted by: Markus Dolze <bsdfan AT nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=236645
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-0/+4
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* - Explicitly set drivers to buildRong-En Fan2008-02-031-3/+39
| | | | | | | | | | - Disable imon driver which is for Linux only - Add OPTIONS Submitted by: Markus Dolze <bsdfan at nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=206659
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Fix compilation on AMD64 due to missing APM interfaceTilman Keskinoz2007-09-021-1/+1
| | | | | | | | PR: 115843 Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> Notes: svn path=/head/; revision=198642
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Update to 0.5.2.Marcelo Araujo2007-05-261-2/+1
| | | | | | | | | | PR: ports/112415 Submitted by: Volker Theile <votdev@gmx.de> Reviewed by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer) Approved by: stas (mentor) Notes: svn path=/head/; revision=191909
* - Changed lcdproc client startup script to require config file, becauseRong-En Fan2006-11-211-0/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=177712
* - Update to 0.5.1Rong-En Fan2006-11-061-4/+10
| | | | | | | | | | - Change maintainer's email PR: ports/105015 Submitted by: Markus Dolze (maintainer) Notes: svn path=/head/; revision=176625
* - Update to 0.5.0Marcus Alves Grando2006-05-031-12/+27
| | | | | | | | | | | - Add new rc.d scripts - Take maintainership PR: 95858 Submitted by: Markus Dolze <mmdolze___users.sourceforge.net> Notes: svn path=/head/; revision=161237
* - Update to 0.4.5Pav Lucistnik2005-01-191-2/+1
| | | | | | | | PR: ports/76433 Submitted by: Lewis Thompson <purple@fajita.org> Notes: svn path=/head/; revision=126857
* Enable building of all hardware drivers and fix a bug with outb.Roger Hardiman2003-02-251-1/+2
| | | | | | | My HD44780 based 16x2 display (in 4 bit mode) now works. Notes: svn path=/head/; revision=76470
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix startup script. Bump PORTREVISION.Tilman Keskinoz2003-02-161-0/+1
| | | | | | | | PR: 47616 Submitted by: Andrew Stuart <elitetek@subliminal.tekrealm.net> Notes: svn path=/head/; revision=75624
* Undo damage done by check if the SED could have been replaced by aEdwin Groothuis2002-10-291-1/+0
| | | | | | | REINPLACE. Thanks to Patrick Li for spotting this. Notes: svn path=/head/; revision=69073
* Unbreak build of sysutils/lcdprocEdwin Groothuis2002-10-291-5/+2
| | | | | | | | PR: ports/44213 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=69072
* Add new port lcdproc - A client/server suite for all kinds of niftyPatrick Li2002-06-181-0/+35
LCD devices Notes: svn path=/head/; revision=61491