| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- SUB_FILES= pkg-plist and s/X11/Xorg/
- use MASTER_SITE_BERLIOS
- bump PORTREVISION
Prompted by: QA Tindy run
Notes:
svn path=/head/; revision=216298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=162219
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
| |
Notes:
svn path=/head/; revision=149467
|
|
|
|
|
|
|
| |
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=99421
|
|
|
|
|
|
|
|
| |
PR: 56439
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=88560
|
|
|
|
|
|
|
|
| |
PR: 48048
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=75649
|
|
|
|
|
|
|
| |
Noticed by: Sergey Mokryshev <mokr@mokr.net>
Notes:
svn path=/head/; revision=74531
|
|
|
|
| |
Notes:
svn path=/head/; revision=74366
|
|
|
|
| |
Notes:
svn path=/head/; revision=38013
|
|
|
|
| |
Notes:
svn path=/head/; revision=37953
|
|
|
|
|
|
|
| |
Noted by: sobomax
Notes:
svn path=/head/; revision=37538
|
|
|
|
| |
Notes:
svn path=/head/; revision=37537
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk, for easy removal of documentation. I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
Notes:
svn path=/head/; revision=37257
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* install startup file
* create TrueType directory
* add new --notcp option (from ports/21957) and document it
See PR for complete details
PR: 22946
Submitted by: maintainer
Notes:
svn path=/head/; revision=35248
|
|
|
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Notes:
svn path=/head/; revision=35180
|
|
|
|
|
|
|
|
|
| |
wanted.
Submitted by: previous maintainer
Notes:
svn path=/head/; revision=34655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xfstt core dumps at times, especially when trying to serve the
regular "Courier New" font (COUR.TTF). As a result, X clients
trying to set the font will hang, and killing the hung clients
brings down X.
The problem is that xfstt calls realloc(), through its #define
shrinkMem(), but neglects to adjust a pointer that used to
point to memory within the old block. A subsequent copying of
that pointer then merrily SIGSEGV's the code.
PR: 19716
Submitted by: Chan Tur Wei <twchan@singnet.com.sg>
Notes:
svn path=/head/; revision=30306
|
|
|
|
| |
Notes:
svn path=/head/; revision=27433
|
|
|
|
|
|
|
|
| |
PR: 17564
Submitted by: mi@kot.ne.mediaone.net
Notes:
svn path=/head/; revision=27264
|
|
|
|
|
|
|
|
| |
PR: 17440
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes:
svn path=/head/; revision=27198
|
|
|
|
|
|
|
|
|
|
| |
an update.
PR: 15315
Submitted by: R.I.Pienaar <rip@pinetec.co.za>
Notes:
svn path=/head/; revision=24811
|
|
|
|
|
|
|
|
| |
PR: 15315
Submitted by: R.I.Pienaar <rip@pinetec.co.za>
Notes:
svn path=/head/; revision=24033
|
|
|
|
| |
Notes:
svn path=/head/; revision=21148
|
|
|
|
| |
Notes:
svn path=/head/; revision=19854
|
|
A TrueType font server for X11.
PR: 7883
Submitted by: Joe Abley <jabley@clear.co.nz>
Notes:
svn path=/head/; revision=15552
|