| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/154895
Submitted by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer)
Notes:
svn path=/head/; revision=269380
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
starting with P,R,S
Notes:
svn path=/head/; revision=240075
|
|
|
|
|
|
|
|
| |
PR: 136941
Submitted by: Charlie <bsdfan@nurfuerspam.de> (maintainer)
Notes:
svn path=/head/; revision=238401
|
|
|
|
|
|
|
|
| |
PR: ports/135900
Submitted by: Markus Dolze <bsdfan AT nurfuerspam.de> (maintainer)
Notes:
svn path=/head/; revision=236645
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes:
svn path=/head/; revision=217485
|
|
|
|
| |
Notes:
svn path=/head/; revision=209422
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
|
| |
PR: 115843
Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de>
Notes:
svn path=/head/; revision=198642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Change maintainer's email
PR: ports/105015
Submitted by: Markus Dolze (maintainer)
Notes:
svn path=/head/; revision=176625
|
|
|
|
|
|
|
| |
Notified by: krismail
Notes:
svn path=/head/; revision=161290
|
|
|
|
|
|
|
|
|
|
|
| |
- Add new rc.d scripts
- Take maintainership
PR: 95858
Submitted by: Markus Dolze <mmdolze___users.sourceforge.net>
Notes:
svn path=/head/; revision=161237
|
|
|
|
| |
Notes:
svn path=/head/; revision=149455
|
|
|
|
|
|
|
|
| |
PR: ports/76433
Submitted by: Lewis Thompson <purple@fajita.org>
Notes:
svn path=/head/; revision=126857
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
|
| |
PR: ports/59521
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor)
Notes:
svn path=/head/; revision=94558
|
|
|
|
|
|
|
|
|
|
|
|
| |
The LCDd.sh.sample start script from the LCDproc-0.4.3_2
ports starts the LCDd process that's also part of the port
in the foreground, thereby blocking the system startup.
PR: ports/54092
Submitted by: Christian Ullrich <chris@chrullrich.de>
Notes:
svn path=/head/; revision=89855
|
|
|
|
|
|
|
|
| |
PR: 51872
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=80795
|
|
|
|
|
|
|
| |
My HD44780 based 16x2 display (in 4 bit mode) now works.
Notes:
svn path=/head/; revision=76470
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
| |
PR: 47616
Submitted by: Andrew Stuart <elitetek@subliminal.tekrealm.net>
Notes:
svn path=/head/; revision=75624
|
|
|
|
|
|
|
| |
REINPLACE. Thanks to Patrick Li for spotting this.
Notes:
svn path=/head/; revision=69073
|
|
|
|
|
|
|
|
| |
PR: ports/44213
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=69072
|
|
LCD devices
Notes:
svn path=/head/; revision=61491
|