| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=371544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=370099
|
|
|
|
| |
Notes:
svn path=/head/; revision=368371
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365542
|
|
|
|
|
|
|
|
|
| |
Previous update was not complete, missing BUILD_DEPENDS
Submitted by: Jimmy Olgeni <olgeni@olgeni.com>
Notes:
svn path=/head/; revision=362271
|
|
|
|
|
|
|
|
|
|
|
| |
For changes see:
http://invisible-island.net/dialog/CHANGES.html
PR: 191941
Submitted by: takefu@airport.fm
Notes:
svn path=/head/; revision=362182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357526
|
|
|
|
|
|
|
| |
- Finish stage support
Notes:
svn path=/head/; revision=342368
|
|
|
|
|
|
|
| |
Reported by: olgeni
Notes:
svn path=/head/; revision=340822
|
|
|
|
|
|
|
| |
Fix build with ports ncurses
Notes:
svn path=/head/; revision=340761
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
|
|
|
|
| |
PR: ports/168747
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=298649
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove files/patch-makefile.in
PR: ports/166240
ports/166494
Submitted by: Takefu <takefu@airport.fm>
lwhsu@
Notes:
svn path=/head/; revision=296153
|
|
|
|
|
|
|
|
|
| |
PR: ports/163590
Submitted by: lwhsu
Approved by: maintainer timeout (sylvio ; 50 days)
Notes:
svn path=/head/; revision=291515
|
|
|
|
| |
Notes:
svn path=/head/; revision=285199
|
|
|
|
| |
Notes:
svn path=/head/; revision=274393
|
|
|
|
| |
Notes:
svn path=/head/; revision=274015
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
| |
PR: ports/145776
Submitted by: lwhsu@
Notes:
svn path=/head/; revision=253488
|
|
|
|
|
|
|
|
|
| |
PR: ports/145776
Submitted by: lwshu@
Approved by: itetcu (mentor, implicit)
Notes:
svn path=/head/; revision=252830
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=244870
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
| |
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
Notes:
svn path=/head/; revision=238752
|
|
|
|
|
|
|
|
| |
Submitted by: scjamorim@bsd.com.br (to ports@)
Approved by: carpetsmoker@rwxrwxrwx.net (maintainer), wxs (mentor, implicit)
Notes:
svn path=/head/; revision=237938
|
|
|
|
|
|
|
|
| |
PR: ports/131176
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
Notes:
svn path=/head/; revision=227242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Libtoolized shared libraries and allows the objects to be linked into PIC code. [2]
PR: ports/121769
Submitted by: David Barksdale <amatus@gnu.org> [1], Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) [2]
Approved by: araujo (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Notes:
svn path=/head/; revision=210411
|
|
|
|
|
|
|
|
|
|
|
| |
. add an option (-i "") to REINPLACE_CMD, thus no need to remove *.bak.
PR: 119602
Submitted by: bsam (me)
Approved by: Martin Tournoij <carpetsmoker at xs4all.nl> (maintainer)
Notes:
svn path=/head/; revision=205648
|
|
|
|
|
|
|
|
| |
PR: 112122
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Notes:
svn path=/head/; revision=190975
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While I'm here, enable wide character support on newer system
PR: ports/111385
Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl>
Notes:
svn path=/head/; revision=189633
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=186528
|
|
|
|
|
|
|
|
|
|
| |
- Install example files always and don't respect more NOPORTDOCS
- Remove do-install: and use default program install proccess
Approved by: maintainer by email
Notes:
svn path=/head/; revision=162804
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
| |
- pass maintainership to submitter
PR: 83103
Submitted by: Sylvio Cesar <sylvioc@gmail.com>
Notes:
svn path=/head/; revision=138689
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=129023
|
|
|
|
| |
Notes:
svn path=/head/; revision=126466
|
|
|
|
| |
Notes:
svn path=/head/; revision=124098
|
|
|
|
|
|
|
|
| |
PR: ports/72315
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=118912
|
|
|
|
|
|
|
|
| |
PR: ports/69811
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=115107
|
|
|
|
|
|
|
|
| |
PR: ports/69580
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114685
|
|
|
|
|
|
|
|
| |
PR: ports/65080
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=105978
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
| |
PR: 59254
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=93964
|
|
|
|
| |
Notes:
svn path=/head/; revision=82576
|
|
|
|
|
|
|
|
|
|
|
|
| |
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed.
Notes:
svn path=/head/; revision=82550
|
|
|
|
| |
Notes:
svn path=/head/; revision=77756
|
|
|
|
| |
Notes:
svn path=/head/; revision=77574
|