| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
subdirectory.
Notes:
svn path=/head/; revision=382123
|
|
|
|
|
|
|
|
|
| |
Categories: cad, devel, java, x11-fm, biology, deskutils
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382111
|
|
|
|
|
|
|
| |
- Remove dependency for libpdf as removed by upstream
Notes:
svn path=/head/; revision=382078
|
|
|
|
|
|
|
|
|
|
| |
- Explicitly list all required Qt components in USE_QT4 instead of relying
on them being silently picked up through `www/webkit-qt4' dependency
- Group *_build components together while here
- Remove one REINPLACE_CMD call that is no longer needed
Notes:
svn path=/head/; revision=381974
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to questionable c++, GCC 4.9 and newer cannot build seqan. An update
has been in the works that will enable clang compilers and all versions
of GCC to build seqan, but it is not quite ready yet. While waiting for
it, limit the version of GCC used to 4.8.
PR: 196851
Notes:
svn path=/head/; revision=381791
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery
Notes:
svn path=/head/; revision=381777
|
|
|
|
|
|
|
|
|
| |
While there, cleanup.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=381726
|
|
|
|
|
|
|
| |
Strip binaries
Notes:
svn path=/head/; revision=381580
|
|
|
|
|
|
|
| |
- Strip libraries
Notes:
svn path=/head/; revision=381464
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update version 4.5.2=>4.5.3.4
- Add LICENSE (GPLv3)
- Remove PDFLIBS as OPTIONS as it is no loner an optional requirement
PR: 198602
Submitted by: pi
Approved by: bapt marino (implicit)
Notes:
svn path=/head/; revision=381381
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
Notes:
svn path=/head/; revision=381151
|
|
|
|
| |
Notes:
svn path=/head/; revision=380989
|
|
|
|
| |
Notes:
svn path=/head/; revision=380981
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reduce restrictions from RESTRICTED to NO_CDROM -- the licensing
allows use by academic community as long as it is not redistributed.
Upstream still do not version their "releases", so next time they
reroll the tarball, the download will start breaking again. But
this time, it will be possible to fetch it from FreeBSD mirrors.
Hide most of the optional data files under the DOCS-option and
streamline various build-related scriptlets.
Notes:
svn path=/head/; revision=380806
|
|
|
|
|
|
|
|
|
|
| |
stop rerolling releases (and breaking downstream checksums) now.
While here, allow parallel builds (seems to work again now) and stop
extraction of unused subdirectories.
Notes:
svn path=/head/; revision=380785
|
|
|
|
|
|
|
|
| |
PR: 198292
Submitted by: Reed Cartwright <cartwright@asu.edu>
Notes:
svn path=/head/; revision=380597
|
|
|
|
|
|
|
|
| |
PR: 198291
Submitted by: Reed Cartwright <cartwright@asu.edu>
Notes:
svn path=/head/; revision=380596
|
|
|
|
|
|
|
|
| |
PR: 198331
Submitted by: maintainer
Notes:
svn path=/head/; revision=380582
|
|
|
|
| |
Notes:
svn path=/head/; revision=380435
|
|
|
|
| |
Notes:
svn path=/head/; revision=380301
|
|
|
|
|
|
|
|
|
| |
sufficient.
Thanks to az for showing me the light here.
Notes:
svn path=/head/; revision=380025
|
|
|
|
| |
Notes:
svn path=/head/; revision=379787
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
c++ -o seaview seaview.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o resource.o nexus.o viewasprots.o racnuc_fetch.o concatenate.o statistics.o trees.o treedraw.o addbootstrap.o least_squares_brl.o pseudoterminal.o unrooted.o pdf_or_ps.o svg.o threads.o Fl_Native_File_Chooser_FLTK.o raa_acnuc.o parser.o md5.o zsockr.o misc_acnuc.o dnapars.o protpars.o seq.o phylip.o lwl.o bionj.o phyml_util.o \
-L/usr/local/lib -lfltk_images -lfltk \
-lXft -lXext -lfontconfig -ljpeg -lpng -lXinerama -L/usr/local/lib -lpdf \
-lX11 -lm -lz -pthread
seaview.o: In function `clipboard_contains_alignment(char const*)':
seaview.cxx:(.text+0x1c14): undefined reference to `fl_selection_buffer'
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=379482
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Blixem
o Previously-unsupported GFF feature types can now be displayed
as a new 'basic feature' type.
o Styles are now applied to the detail view as well as the big
picture, so feature display is more consistent across the two
views.
o Fix a bug where styles were not being applied to
dynamically-loaded features.
- Dotter
o Added a 'maximise' button for the greyramp tool.
o Small fixes to inconsistencies in context-sensitive menus and
keyboard shortcuts.
Notes:
svn path=/head/; revision=378870
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=378195
|
|
|
|
|
|
|
|
| |
PR: 197039
Submitted by: antont@inbox.lv
Notes:
svn path=/head/; revision=378190
|
|
|
|
| |
Notes:
svn path=/head/; revision=378185
|
|
|
|
|
|
|
|
|
| |
The otter port tries to build libotter.a before an object is completely
built (share.o in my case) and ariadne tries to start building in a
directory before it is created (under multiple jobs).
Notes:
svn path=/head/; revision=377623
|
|
|
|
|
|
|
|
|
| |
- Convert to options framework
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=377466
|
|
|
|
|
|
|
|
|
| |
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments. Most I've seen before
on previous bulk runs.
Notes:
svn path=/head/; revision=377443
|
|
|
|
|
|
|
|
| |
PR: 196859
Submitted by: Joseph Mingrone<jrm@ftfl.ca>
Notes:
svn path=/head/; revision=377397
|
|
|
|
|
|
|
|
|
| |
- Use tab instead of space
- Sort PLIST
- Pass maintainership to perl@
Notes:
svn path=/head/; revision=377369
|
|
|
|
| |
Notes:
svn path=/head/; revision=377013
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=376682
|
|
|
|
| |
Notes:
svn path=/head/; revision=376383
|
|
|
|
|
|
|
|
| |
PR: 196376
Submitted by: Nikola Kolev <koue@chaosophia.net>
Notes:
svn path=/head/; revision=376238
|
|
|
|
|
|
|
|
| |
Spotted by: antoine
With hat: python
Notes:
svn path=/head/; revision=376179
|
|
|
|
|
|
|
|
| |
PR: 196339
Submitted by: koue@chaosophia.net
Notes:
svn path=/head/; revision=376018
|
|
|
|
|
|
|
|
|
|
| |
2015-01-01 biology/boinc-simap: Project shutting down, see http://boincsimap.org/boincsimap/forum_thread.php?id=88
2015-01-01 security/openssh-portable-base: Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting.
2015-01-01 devel/cedet: Fails to build, use Emacs' builtin cedet package instead
2015-01-01 devel/ecb: does not work with newer Emacs versions, use the elpa package instead
Notes:
svn path=/head/; revision=375913
|
|
|
|
|
|
|
|
|
| |
named like the port.
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=375866
|
|
|
|
|
|
|
| |
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=375848
|
|
|
|
|
|
|
|
| |
PR: 196377
Submitted by: koue@chaosophia.net
Notes:
svn path=/head/; revision=375831
|
|
|
|
| |
Notes:
svn path=/head/; revision=375747
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
| |
Notes:
svn path=/head/; revision=375014
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump affected ports
- Switch ports to new mastersite, add LICENSE
- Reformat ports pkg descriptions
PR: 194493
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=374828
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SAM, BAM, and CRAM formats, including indexing, variant calling (in conjunction
with bcftools), and a simple alignment viewer.
WWW: http://www.htslib.org/
PR: 195592
Submitted by: Reed A. Cartwright <cartwright@asu.edu>
Notes:
svn path=/head/; revision=374767
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing
data. It is the core library used by samtools and bcftools.
WWW: http://www.htslib.org/
PR: 195591
Submitted by: Reed A. Cartwright <cartwright@asu.edu>
Notes:
svn path=/head/; revision=374729
|