| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Special thanks to Travis Thaxton (travis <at> thax.org) for his recent
kind hardware donation, without which this particular part of the
never-ending autotools work would have taken _considerably_ longer to do.
Notes:
svn path=/head/; revision=262572
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
autotools@FreeBSD.org. This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create. (A huge number of ports depend on these, so -exp runs are
required.)
Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.
Hat: portmgr
Notes:
svn path=/head/; revision=245979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
| |
Notes:
svn path=/head/; revision=214098
|
|
|
|
|
|
|
|
| |
PR: 115043
Submitted by: Heiner <h.eichmann@gmx.de>
Notes:
svn path=/head/; revision=196790
|
|
|
|
|
|
|
|
|
| |
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Notes:
svn path=/head/; revision=196437
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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=161363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=148191
|
|
|
|
| |
Notes:
svn path=/head/; revision=140350
|
|
|
|
|
|
|
|
|
| |
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
Notes:
svn path=/head/; revision=137573
|
|
|
|
|
|
|
|
|
| |
Take back maintainership. I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
Notes:
svn path=/head/; revision=137475
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
operations. This makes these ports installable by users other than root.
PR: 76422
Submitted by: jhb
Notes:
svn path=/head/; revision=131509
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or interest to look after these things any more.
To whomever picks these up, I salute you. I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.
Farewell, autotool hell.
Notes:
svn path=/head/; revision=130051
|
|
|
|
| |
Notes:
svn path=/head/; revision=129816
|
|
|
|
| |
Notes:
svn path=/head/; revision=125326
|
|
|
|
| |
Notes:
svn path=/head/; revision=121159
|
|
|
|
| |
Notes:
svn path=/head/; revision=119452
|
|
|
|
| |
Notes:
svn path=/head/; revision=116423
|
|
|
|
|
|
|
|
| |
PR: 69967 (repo-copy request)
Submitted by: ade
Notes:
svn path=/head/; revision=115476
|
|
|
|
| |
Notes:
svn path=/head/; revision=115368
|
|
|
|
|
|
|
|
| |
${PREFIX}/bin to non-versioned files in ${PREFIX}/libexec/<autotool><ver>
so that the PATH magic in bsd.autotools.mk works correctly.
Notes:
svn path=/head/; revision=115024
|
|
|
|
|
|
|
| |
that it can actually find files in ${X11BASE}/share/aclocal if need be.
Notes:
svn path=/head/; revision=113100
|
|
|
|
| |
Notes:
svn path=/head/; revision=111101
|
|
|
|
|
|
|
|
| |
PR: 67228
Submitted by: Brian Candler <B.Candler@pobox.com>
Notes:
svn path=/head/; revision=110090
|
|
|
|
| |
Notes:
svn path=/head/; revision=109082
|
|
|
|
|
|
|
|
|
| |
configuration files.
Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
Notes:
svn path=/head/; revision=105669
|
|
|
|
|
|
|
|
| |
It's likely to be a really bad idea to use these until they're hooked
into the new bsd.autotools.mk
Notes:
svn path=/head/; revision=104030
|
|
|
|
| |
Notes:
svn path=/head/; revision=100701
|
|
|
|
|
|
|
|
|
| |
use a sensible versioning scheme like the other automake ports.
PORTREVISION bump owing to pointy hat sitting on aDe's head.
Notes:
svn path=/head/; revision=83801
|
|
|
|
|
|
|
|
|
| |
away from using the version number twice.
Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com>
Notes:
svn path=/head/; revision=83800
|
|
|
|
| |
Notes:
svn path=/head/; revision=82632
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[/usr/ports/devel/automake17] root@k7>ls -al
total 54
drwxr-xr-x 3 root wheel 512 May 2 18:42 .
drwxr-xr-x 942 portbuild wheel 46080 Apr 28 08:59 ..
-rw-r--r-- 1 root wheel 1456 Mar 11 12:48 Makefile
-rw-r--r-- 1 root wheel 63 Feb 24 12:00 distinfo
drwxr-xr-x 2 root wheel 512 Feb 24 12:00 files
-rw-r--r-- 1 root wheel 757 Nov 13 12:25 pkg-descr
-rw-r--r-- 1 root wheel 2980 Feb 24 12:00 pkg-plist
[/usr/ports/devel/automake17] root@k7>make
[/usr/ports/devel/automake17] root@k7>ls -al
total 55
drwxr-xr-x 3 root wheel 512 May 2 18:43 .
drwxr-xr-x 942 portbuild wheel 46080 Apr 28 08:59 ..
-rw-r--r-- 1 root wheel 76 May 2 18:43 =
-rw-r--r-- 1 root wheel 1456 Mar 11 12:48 Makefile
-rw-r--r-- 1 root wheel 63 Feb 24 12:00 distinfo
drwxr-xr-x 2 root wheel 512 Feb 24 12:00 files
-rw-r--r-- 1 root wheel 757 Nov 13 12:25 pkg-descr
-rw-r--r-- 1 root wheel 2980 Feb 24 12:00 pkg-plist
[/usr/ports/devel/automake17] root@k7>make -V BROKEN
Needs autoconf >= 254 to build.
[/usr/ports/devel/automake17] root@k7>cat =
===> automake17-1.7.2,1 is marked as broken: Needs autoconf 254 to build..
Informed maintainer.
Notes:
svn path=/head/; revision=80006
|
|
|
|
|
|
|
| |
targets in bsd.port.mk
Notes:
svn path=/head/; revision=76674
|
|
|
|
| |
Notes:
svn path=/head/; revision=76313
|
|
|
|
| |
Notes:
svn path=/head/; revision=76312
|
|
|
|
| |
Notes:
svn path=/head/; revision=75451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
either IGNORE or BROKEN.
Since there seems to be some confusion, for the record:
BROKEN is reserved for ports that don't work. This will prevent
users from installing the port, but please note that
ports marked as BROKEN will still be built by bento
IGNORE is reserved for ports that should not be built for one
reason or another (including bento). Users and bento
will not build ports marked as IGNORE.
FORBIDDEN is reserved for security breakages only!!! Only mark a
port as FORBIDDEN if there is a security issue with the
port at the time.
Reviewed by: kris (portmgr)
Notes:
svn path=/head/; revision=75004
|
|
|
|
| |
Notes:
svn path=/head/; revision=71061
|
|
|
|
|
|
|
|
|
|
|
| |
2. Rewrote pkg-comment and pkg-descr files.
3. Marked pkg-plist file as not done.
4. Made do-build and do-install targets indicating that this port is
not at all ready to even be looked at. The repocopy was a placeholder
for when I can get to it.
Notes:
svn path=/head/; revision=69340
|
|
|
|
|
|
|
|
| |
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
Notes:
svn path=/head/; revision=69249
|
|
|
|
| |
Notes:
svn path=/head/; revision=69236
|
|
|
|
| |
Notes:
svn path=/head/; revision=68449
|