| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Fix WWW:
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=401809
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I could not use the comfignat build system. For starters it creates
a dynamic library which, when used, has troubling finding libgnarl.
If I make changes to force it to build statically, the programms that
link to it fail with a STORAGE ERROR.
Finally I just put all the build and install steps in the port makefile
and everything is working as it did with version 2.4
Notes:
svn path=/head/; revision=401003
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use options helpers
- Fix installation with DOCS disabled (do not try to install docs which were not built)
PR: 202795
Submitted by: amdmi3
Approved by: marino (maintainer)
Notes:
svn path=/head/; revision=395942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns
Notes:
svn path=/head/; revision=370993
|
|
|
|
|
|
|
|
|
|
| |
Rather than show the lengthy and not helpful trace of the Ahven
Framework when a symbolic trace is shown, detect the start of this
infrastructure trace and truncate it there. This helps debugging
greatly by removing a lot of noise.
Notes:
svn path=/head/; revision=350170
|
|
|
|
|
|
|
|
|
|
| |
Avhen enables numerous style checks for the production build, but
unfortunately the "then placement" check fails on Ahven too. There
are at least two source files that need changing, so let's just
remove the checks completely. They are developer switches IMO.
Notes:
svn path=/head/; revision=347986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The author, Tero Koskine, intends for ahven to be compiler agnostic,
and therefore can't use GNAT-specific functionality like
GNAT.Traceback.Symbolic. However, there is only one brand of Ada
compiler in ports, GNAT, so we can take advantage of it.
This change adds a default option to alter the exception handling to
trace through the symbols to display files and line numbers of each
frame on the stack. Declining the option builds Ahven without the
modification and allows Ahven to be used on non-GNAT compilers (assuming
you can find one on FreeBSD.)
Notes:
svn path=/head/; revision=344938
|
|
|
|
|
|
|
|
|
| |
Fix 1: It was building windows compat by default, switch to "unix"
Fix 2: BSD_INSTALL_LIB was stripping all symbols out of static libary,
switch to BSD_INSTALL_DATA to avoid that.
Notes:
svn path=/head/; revision=344823
|
|
|
|
| |
Notes:
svn path=/head/; revision=344821
|
|
|
|
|
|
|
| |
No bump, 10 minute rule. :)
Notes:
svn path=/head/; revision=343910
|
|
|
|
| |
Notes:
svn path=/head/; revision=343909
|
|
|
|
| |
Notes:
svn path=/head/; revision=333372
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
Avhen is a testing framework for the Ada programming language. It has
functional similarities to JUnit and AUnit.
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=323393
|