| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Trim Header where applicable
|
|
|
|
| |
Requested by: roam (on ports-developers@)
|
| |
|
|
|
|
| |
Approved by: portmgr (miwi)
|
| |
|
|
|
|
|
|
|
| |
against the threaded C libraries.
Bump PORTREVISION.
Submitted by: ale
|
|
|
|
| |
Add descriptive headers to all the patches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
leaks, and two serious (even if not easily triggered) bugs.
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove uneeded perl dependency
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Use PORTDOCS
PR: ports/93730 (based on)
Submitted by: cy
Discussed with: portmgr (erwin)
Approved by: maintainer timeout (over 6 months)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
| |
PR: ports/80238
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (3 months)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
Shorten COMMENT at portlint's suggestion.
Install a couple of docfiles.
|
|
|
|
|
|
| |
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
| |
PR: 56167
Submitted by: foxfair
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
In the process, fix an autoconf-2.52 bug in using $target_alias
as a program prefix even if it is exactly the same as $host_alias.
Also, remove the installation of the library .la file.
Based on a patch by: ijliao
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
New Maintainer
PR: 22350
Submitted by: Peter Pentchev <roam@orbitel.bg>
|
| |
|
|
|
|
|
|
|
|
|
| |
USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn
this port loose upon the world. This update is needed for aide port.
PR: 19921
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
Approved by: nsayer
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
| |
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2. Removed threading restriction.
3. Changed the WWW:
4. Improved the pkg/COMMENT
PR: 15893
Submitted by: Cy.Schubert@uumail.gov.bc.ca
|
|
|
|
| |
Submitted by: sascha@schumann.cx
|
| |
|
|
|
|
| |
suggested by: PHP-dev mailing list
|
|
|
|
|
|
| |
1. post-install ldconfig
2. CONFIGURE_ARGS
3. PLIST ldconfigs
|
|
|