| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/137421
Submitted by: Marc Lagrange <markocpc@gmail.com>
Notes:
svn path=/head/; revision=238894
|
|
|
|
|
|
|
| |
is MAKE_JOBS_UNSAFE).
Notes:
svn path=/head/; revision=233477
|
|
|
|
|
|
|
| |
install libsilcclient.
Notes:
svn path=/head/; revision=230824
|
|
|
|
| |
Notes:
svn path=/head/; revision=226616
|
|
|
|
| |
Notes:
svn path=/head/; revision=222730
|
|
|
|
| |
Notes:
svn path=/head/; revision=220144
|
|
|
|
|
|
|
|
| |
PR: ports/126771
Submitted by: Matt <freebsdbugs@fjarlq.com>
Notes:
svn path=/head/; revision=219258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/125986
Submitted by: Armin Pirkovitsch <a.pirko@inode.at>
Notes:
svn path=/head/; revision=218011
|
|
|
|
|
|
|
|
|
| |
causes duplicate /me messages to appear.
Bump PORTREVISION of net/silc-irssi-plugin because of this.
Notes:
svn path=/head/; revision=217399
|
|
|
|
|
|
|
|
|
| |
http://www.vuxml.org/freebsd/ff304c35-fb5b-11dc-91c1-00e0815b8da8.html
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=209952
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=209299
|
|
|
|
|
|
|
|
| |
PR: 118244
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
Notes:
svn path=/head/; revision=203758
|
|
|
|
|
|
|
|
|
| |
PR: 115905
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by: maintainer
Notes:
svn path=/head/; revision=199677
|
|
|
|
|
|
|
|
| |
PR: 115767
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
Notes:
svn path=/head/; revision=199622
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Approved by: previous maintainer
Hat: portmgr
Notes:
svn path=/head/; revision=195779
|
|
|
|
|
|
|
|
|
| |
PR: ports/114135
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=195687
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install manual page
Cleanups:
- Remove USE_PERL5, use REINPLACE_CMD instead
- Remove PKGDEINSTALL hacks. Replace the same functionality with
Makefile and pkg-plist equivlents
- Remove OPTIMIZED_CFLAGS knob, it is no use. -O2 is always on according
to pointyhat build log
- Remove unnecessary OSVERSION check for 4.x
- Remove installation of unnecessary documents (TODO, CHANGES, etc.)
- Use DOCSDIR, DATADIR macros
PR: ports/113367
Submitted by: Wesley Shields <wxs at atarininja.org>
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=194016
|
|
|
|
|
|
|
|
| |
PR: ports/108075
Submitted by: Evgueni V. Gavrilov <aquatique-ports at rambler.ru> (maintainer)
Notes:
svn path=/head/; revision=182736
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
|
|
| |
Since all these items were commented out, this is a null-op commit.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=156828
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
| |
PR: ports/77442
Submitted by: maintainer
Notes:
svn path=/head/; revision=128683
|
|
|
|
|
|
|
|
|
| |
Submitted by: krion, tobez
Reported by: cluster via kris
Approved by: maintainer
Notes:
svn path=/head/; revision=113525
|
|
|
|
| |
Notes:
svn path=/head/; revision=113369
|
|
|
|
|
|
|
|
| |
PR: ports/65602
Submitted by: maintainer
Notes:
svn path=/head/; revision=107197
|
|
|
|
|
|
|
|
| |
PR: 64496
Submitted by: maintainer, trevor
Notes:
svn path=/head/; revision=104726
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
|
| |
Noticed by: kris via bento
Approved by: maintainer
Notes:
svn path=/head/; revision=99160
|
|
|
|
|
|
|
|
| |
PR: 61363
Submitted by: maintainer
Notes:
svn path=/head/; revision=98163
|
|
|
|
|
|
|
|
| |
PR: 59746
Submitted by: maintainer
Notes:
svn path=/head/; revision=94872
|
|
|
|
|
|
|
|
| |
PR: 59411
Submitted by: maintainer
Notes:
svn path=/head/; revision=94242
|
|
|
|
|
|
|
|
|
| |
PR: 59101 59204
Submitted by: maintainer
Reported by: bento via kris
Notes:
svn path=/head/; revision=93815
|
|
|
|
|
|
|
|
|
|
|
| |
(pointed out by William Dell Wisner <william@dell.wisner.name>)
- Bump PORTREVISION
PR: 58917
Submitted by: maintainer
Notes:
svn path=/head/; revision=93053
|
|
|
|
|
|
|
|
| |
PR: 58763
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Notes:
svn path=/head/; revision=92711
|
|
|
|
|
|
|
|
| |
PR: 58506
Submitted by: maintainer
Notes:
svn path=/head/; revision=92097
|
|
|
|
|
|
|
|
| |
PR: 58112
Submitted by: maintainer
Notes:
svn path=/head/; revision=91414
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 57947
Submitted by: maintainer
Notes:
svn path=/head/; revision=91147
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 57797
Submitted by: maintainer
Notes:
svn path=/head/; revision=90710
|
|
|
|
|
|
|
| |
Pointed out by: osa
Notes:
svn path=/head/; revision=90134
|
|
|
|
|
|
|
|
|
|
| |
from silc CVS)
PR: 57537
Submitted by: maintainer
Notes:
svn path=/head/; revision=90133
|
|
|
|
|
|
|
|
| |
PR: 57243
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Notes:
svn path=/head/; revision=89450
|
|
|
|
|
|
|
|
|
|
|
| |
- Give maintainership to Evgueni V. Gavrilov
<aquatique@rusunix.org>
PR: 50930 53672
Submitted by: krion, Evgueni V. Gavrilov <aquatique@rusunix.org>
Notes:
svn path=/head/; revision=89265
|
|
|
|
| |
Notes:
svn path=/head/; revision=88696
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Notes:
svn path=/head/; revision=83696
|
|
|
|
| |
Notes:
svn path=/head/; revision=79368
|