| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Trim Header where applicable
Notes:
svn path=/head/; revision=315566
|
|
|
|
|
|
|
| |
Requested by: roam (on ports-developers@)
Notes:
svn path=/head/; revision=292325
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=284673
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
|
|
|
|
|
|
| |
against the threaded C libraries.
Bump PORTREVISION.
Submitted by: ale
Notes:
svn path=/head/; revision=246133
|
|
|
|
|
|
|
| |
Add descriptive headers to all the patches.
Notes:
svn path=/head/; revision=241155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
leaks, and two serious (even if not easily triggered) bugs.
Notes:
svn path=/head/; revision=205725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=173482
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
| |
PR: ports/80238
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (3 months)
Notes:
svn path=/head/; revision=139476
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Shorten COMMENT at portlint's suggestion.
Install a couple of docfiles.
Notes:
svn path=/head/; revision=125525
|
|
|
|
|
|
|
|
|
| |
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
Notes:
svn path=/head/; revision=120589
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
| |
PR: 56167
Submitted by: foxfair
Notes:
svn path=/head/; revision=88266
|
|
|
|
| |
Notes:
svn path=/head/; revision=76919
|
|
|
|
| |
Notes:
svn path=/head/; revision=75894
|
|
|
|
| |
Notes:
svn path=/head/; revision=59650
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=54970
|
|
|
|
|
|
|
|
|
|
| |
-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.
Notes:
svn path=/head/; revision=40539
|
|
|
|
| |
Notes:
svn path=/head/; revision=38642
|
|
|
|
| |
Notes:
svn path=/head/; revision=36029
|
|
|
|
| |
Notes:
svn path=/head/; revision=35336
|
|
|
|
|
|
|
|
|
|
| |
New Maintainer
PR: 22350
Submitted by: Peter Pentchev <roam@orbitel.bg>
Notes:
svn path=/head/; revision=34577
|
|
|
|
| |
Notes:
svn path=/head/; revision=33282
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=30627
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=29651
|
|
|
|
| |
Notes:
svn path=/head/; revision=29630
|
|
|
|
|
|
|
|
|
|
| |
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
Notes:
svn path=/head/; revision=27537
|
|
|
|
| |
Notes:
svn path=/head/; revision=27426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Removed threading restriction.
3. Changed the WWW:
4. Improved the pkg/COMMENT
PR: 15893
Submitted by: Cy.Schubert@uumail.gov.bc.ca
Notes:
svn path=/head/; revision=24576
|
|
|
|
|
|
|
| |
Submitted by: sascha@schumann.cx
Notes:
svn path=/head/; revision=23462
|
|
|
|
| |
Notes:
svn path=/head/; revision=21143
|
|
|
|
|
|
|
| |
suggested by: PHP-dev mailing list
Notes:
svn path=/head/; revision=19894
|
|
|
|
|
|
|
|
|
| |
1. post-install ldconfig
2. CONFIGURE_ARGS
3. PLIST ldconfigs
Notes:
svn path=/head/; revision=19891
|
|
Notes:
svn path=/head/; revision=19882
|