| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
- call ldconfig in configure stage again
this workarounds a problem that ldconfig is called to early when
addding a package like: gcc-objc-current-3.3.6_20050511.tgz
|
|
|
|
|
|
|
| |
fail on the ports cluster and some users's system, just not those Loren and
me have access to.
PR: 81788
|
| |
|
|
|
|
| |
so use MLINKS instead of adding them to MAN1
|
|
|
|
| |
remove BROKEN
|
|
|
|
| |
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
|
|
|
|
|
|
|
|
|
| |
- update gcc target to 3.4.5-20050524
- build fail fix on current
PR: ports/81750
Pointed out by: pointyhat via kris
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/81781
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mono will using Gamin or FAM by default if it exists in the runtime. If either
doesn't exist then it will use KeventWatcher.cs. Add auto-check on Gamin and
FAM for dependency. Bump the PORTREVISION to have the fix of kqueue.
Rationale:
- KeventWatcher.cs is naive, it does not report changes made to
files within a monitored directory [1]
- KeventWatcher.cs is implemented in C#, it is therefore slower than
Gamin or FAM, which are implemented in C and C++, respectively
[1] this is a bug which should be reported to the vendor
Testing, using the attached WatchTest.cs:
With KeventWatcher.cs:
$ mono WatchTest.exe /somedir &
[1] 89857
$ touch /somedir/foo
OnCreatedEvent /somedir/foo
$ echo foo >> /somedir/foo
<nothing happens>
With Gamin:
$ mono WatchTest.exe /somedir &
[1] 89889
$ touch /somedir/foo
OnCreatedEvent /somedir/foo
$ echo foo >> /somedir/foo
OnChangedEvent /somedir/foo
Submitted by: jylefort
|
|
|
|
| |
Inspired by: "I wonder where people are taking this code snippet from."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Author rerolled tarball after bug report and small modification.
Changes:
--- old/ptoc/bring.h Tue Feb 24 21:40:02 2004
+++ new/ptoc/bring.h Sun May 15 00:40:19 2005
@@ -69,9 +69,11 @@
static b_ring *top_b_ring;
static void push(b_ring* r) {
+ /*
if (r->outer != NULL) {
r = new b_ring(r->scope);
}
+ */
r->outer = curr_b_ring;
curr_b_ring = r;
}
|
| |
|
|
|
|
|
|
| |
guile does not support quickthreads on powerpc
Approved by: pav
|
| |
|
|
|
|
| |
part of the packaging list.
|
|
|
|
|
|
|
| |
header file when used
PR: ports/80219
Submitted by: Juan F. A. Saldarriaga <neb@gigax.org>
|
|
|
|
| |
handled correctly.
|
|
|
|
|
|
| |
Treat Fortran libraries exactly like other language support libraries,
reducing conflicts with other gcc ports and getting rid of the libtool
archives on the way.
|
| |
|
|
|
|
|
|
|
| |
- change maintainership
Pointed out by: pointyhat via kris
Reviewed by: ozawa@ongs.co.jp
|
|
|
|
|
| |
PR: ports/81525
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
|
|
|
|
|
| |
PR: ports/81514
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/81474
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
|
| |
PR: ports/81434
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
|
|
|
|
|
| |
PR: ports/81043
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
pages on systems with an old version of Perl, once and for all and forever.
Reenable building libjava where appropriate, now that this has been fixed
upstream. And treat Fortran libraries exactly like other language support
libraries, reducing conflicts with other gcc ports and getting rid of the
libtool archives on the way.
|
|
|
|
| |
pages on systems with an old version of Perl, once and for all and forever.
|
|
|
|
| |
and for all and forever.
|
|
|
|
| |
pages on old systems with Perl 5.0.
|
|
|
|
| |
and for all and forever.
|
|
|
|
| |
- Unbreak unguilty ports.
|
| |
|
|
|
|
| |
isn't likely to be buildable on ia64 any time soon.
|
|
|
|
|
|
|
|
| |
- Transfer maintainership
PR: ports/81254
Submitted by: Johan van Selst <johans@stack.nl>
Approved by: David H. Munro <munro@oldben.llnl.gov> (maintainer)
|
|
|
|
|
|
| |
- 'newtype'-bugfix
- install interface files for hierarchical libraries
- use generic URL in pkg-descr
|
|
|
|
| |
Point out by: pointyhat
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Changes see
http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.3/ChangeLog
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/79337
Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
|
|
|
|
|
|
|
|
|
|
| |
Add a conflict with the gcc34 port and address portlint warnings.
Simplify the handling of libraries which are not installed in all
configurations and put all libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SketchyLISP is a small, tail-recursive, lexically scoped interpreter for
purely symbolic dialect of LISP that smells like Scheme. It may be considered
an implementation of pure LISP plus DEFINE and CALL/CC.
This package contains the SketchyLISP interpreter and library, the reference
manual, and example programs.
WWW: http://www.t3x.org/sketchy/
PR: ports/81012
Submitted by: Nils M Holm <nmh@t3x.org>
|
|
|
|
| |
Pointed out by: pav
|
|
|
|
|
|
|
|
|
|
| |
Add a conflict with the gcc34 port and address portlint warnings.
Simplify the handling of libraries which are not installed in all
configurations and put all libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
|
|
|
|
|
|
|
|
|
| |
Add conflicts with the gcc40 and gcc41 ports, due to the .info files.
Simplify the handling of libraries which are not installed in all
configurations.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
|
|
|
|
|
|
|
|
|
|
| |
Clean up MASTER_SITES. Add conflicts with the gcc40 and gcc41 ports.
Simplify the handling of libraries which are not installed in all
configurations and put the libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
|
|
|
|
|
|
|
| |
FreeBSD problems with Mono. As of Mono 1.1.7, Mono has made a tremendous leap
in stability on FreeBSD. Many C# apps now works much better with Mono 1.1.7.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
|
|
| |
Changelog at <http://sourceforge.net/project/shownotes.php?release_id=326779>
- Add a test target.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to bsd.java.mk 2.0
- Add 'java' category
- Use SUB_FILES to configure the launcher shell scripts
- Tweak pkg-descr
- Calm portlint: replace spaces by tabs
- Add $FreeBSD$ tags
PR: 80828
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
|
|
|
|
| |
Submitted by: "Jack L." <xxjack12xx at doramail dot com>
|
|
|
|
|
| |
PR: ports/80905
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- Pet portlint by quoting BROKEN messages
PR: 80903
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
|
|
|
|
|
| |
the feature brings huge overheads for floating point arithmetics
and integer divisions. [1]
- Fix plist
- Bump PORTREVISION
Requested by: Ewan Todd <ewan@mathcode.net> [1]
|
|
|
|
| |
Reported by: Kris via pointyhat
|
| |
|
| |
|
|
|
|
|
| |
and its man page, address some portlint warnings, and resort pkg-plist. Mark
conflicts with lang/gcc33 and lang/gcc40.
|
|
|
|
|
|
| |
and its man page, address some portlint warnings, and resort pkg-plist. The
fix to allow sparc64 bootstraps is upstream and the local patch not needed
any longer.
|
|
|
|
| |
as well as the list of FTP sites to check on the way.
|
| |
|
|
|
|
|
| |
Reported by: kris
Approved by: clement (mentor)
|
|
|
|
|
|
| |
necessary in theory, but is, apparently.
Submitted by: Idar Tollefsen <idart@performancedesign.no>
|
| |
|
|
|
|
| |
out by portlint and mark conflicts with lang/gcc33 and lang/gcc41.
|
|
|
|
|
|
| |
PR: ports/80145
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: maintainer timeout (14 days)
|
| |
|
|
|
|
|
|
|
| |
of the Java frontend and libgcj which speeds up the build significantly and
reduces the number of file conflicts with lang/gcc34 to a minimum (which is,
in turn, needed for proper building and testing of the alpha port). Everyone
with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
|
|
|
|
| |
Changelog at <http://gambas.sourceforge.net/changelog.html>.
|
|
|
|
| |
Nudged by: krion
|
|
|
|
|
|
|
| |
Note: the author knowns problems on 64 bits platform, and they will
be addressed.
Reported by: Kris via pointyhat.
|
|
|
|
|
| |
had applied upstream to address the sparc64 bootstrap failure, so remove
the BROKEN entry.
|
|
|
|
| |
Reported by: kris
|
| |
|
| |
|
|
|
|
| |
Discussed with: kris [1]
|
|
|
|
| |
Submitted by: Eric Botcazou (via upstream Bugzilla)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
by me.
Unfortunately we don't have a __FreeBSD_Version for this, so the change
isn't limited to -current, it's for >= 500039.
Famous last words: it shouldn't hurt.
Requested by: portmgr (kris)
|
| |
|
|
|
|
|
|
|
|
| |
- Fix the packing list when NOPORTDOCS is defined
- Use SUB_FILES=pkg-message
PR: ports/80467 [1]
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
snapshot of GCC 4.1.0.
PR: 80306
|
|
|
|
|
|
|
| |
- Fix pkg-plist
PR: ports/80336
Submitted by: maintainer
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/80319
Submitted by: NIIMI Satoshi
|
|
|
|
|
|
| |
snapshot of GCC 4.1.0.
PR: 80306
|
| |
|
|
|
|
| |
which is basically identical with the 4.0.0 release.
|
| |
|
| |
|
|
|
|
| |
package-building.
|
|
|
|
| |
later
|
|
|
|
|
|
|
|
|
|
| |
- Remove some no-ops in the way of !PACKAGE_BUILDING wrapped OPTIONS
and setting NOPORTDOCS
- Shuffle a little to pacify portlinT
PR: ports/79247 [1]
Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
Approved by: clement (mentor)
|
|
|
|
|
|
| |
o Uphold both CFLAGS and INSTALL_* permission safeness
o Both sort and update PLIST
o Tested against net/mldonkey-devel for 24 hours
|
|
|
|
|
|
|
|
| |
- Remove blank line in Makefile.
PR: ports/79300
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: knu timeout
|
| |
|
|
|
|
|
|
| |
PR: ports/80198
Submitted by: Simun Mikecin <sime@logos.hr> (maintainer)
Approved by: adamw (mentor, implicit)
|
|
|
|
|
|
| |
- Track dependent port
Approved by: yoichi@
|
|
|
|
|
| |
PR: ports/80131
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog at <http://gambas.sourceforge.net/changelog.html>
- Make the dependency on mysql-client optional [1]
- Permit the IDE to display the example projects in the initial
startup dialog [1]
Suggested by: Neil Darlow <neil (at) darlow.co.uk> [1]
|
| |
|
|
|
|
| |
- Minimize Makefile-patch
|
|
|
|
| |
- Use MAKE_ARGS instead of Makefile-patch
|
|
|
|
|
| |
Submitted by: Simun Mikecin <sime@logos.hr>
Approved by: adamw (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
of various CGI files.
PR: ports/25272
Submitted by: Ariff Abdullah <skywizard@time.net.my>
Approved by: clement (mentor)
|
|
|
|
|
| |
PR: ports/79803
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
|
|
|
|
|
|
| |
PR: ports/72055
Submitted by: Simun Mikecin <sime@logos.hr>
Approved by: adamw (mentor)
|
| |
|
|
|
|
|
|
| |
PR: ports/76331
Submitted by: Martin Portmann <map@infinitum.ch>
Patch by: Vasil Dimov <vd@datamax.bg>
|
|
|
|
|
| |
PR: ports/79830
Submitted by: leeym
|
|
|
|
|
|
|
|
| |
- Replace db2 with db3.
- Restore --with-readline in CONFIGURE_ARGS.
PR: ports/79923
Submitted by: Johan van Selst <johans@stack.nl>
|
| |
|
|
|
|
|
| |
Update also mentioned by: otton@enstimac.fr
Approved by: maho (maintainer)
|
|
|
|
|
| |
PR: ports/79727
Approved by: maintainer
|
|
|
|
|
| |
- Changes see
[ url: http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.0/ChangeLog ]
|
|
|
|
|
|
|
|
|
| |
* a couple Makefile/pkg-plist changes
* only pull in dependencies when actually necessary depending on
chosen options
PR: ports/79801
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
|
|
|
|
|
| |
PR: ports/79299
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
|
|
|
|
|
| |
PR: ports/79778
Submitted by: Juan Felipe Alvarez Saldarriaga <neb@gigax.org>
|
|
|
|
| |
after 5.4-RELEASE.
|
| |
|
|
|
|
|
|
|
| |
desired but already installed, so make X11 mandatory for the time being.
Our CONFIGURE-handling is broken atm, too :/
Noticed by: krisbot
|
|
|
|
| |
Submitted by: olgeni
|
|
|
|
| |
Reminded by: kris
|
|
|
|
|
|
| |
with pear modules and the port will later delete.
Suggested by: kris
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to the real thing now.
|
| |
|
|
|
|
|
|
| |
reading the implementation, but not the docs...
Pointyhat kindly provided by: krion
|
|
|
|
|
| |
PR: ports/79750
Submitted by: Ports Fury
|
|
|
|
|
|
| |
private headers)
Requested by: portmgr (krion)
|
|
|
|
| |
Requested by: portmgr (krion)
|
|
|
|
|
|
| |
PR: ports/79620 (based on)
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
| |
PR: ports/79614
Submitted by: Peter S. Housel <housel@acm.org> (maintainer)
|
|
|
|
|
| |
PR: ports/79625
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
|
|
|
| |
- Mark BROKEN on 4.x and !i386 (almost)
PR: ports/79615
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
Note: the latest version is 504b. This is probably why the ports is
marked as being unfetchable right now.
|
|
|
|
|
| |
PR: ports/79640
Submitted by: krisbot via maintainer
|
|
|
|
| |
Requested by: Eugene Ossintsev <eugos@gmx.net>
|
|
|
|
|
| |
PR: based on 79449
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- Mark BROKEN for 64bits architectures.
PR: ports/79438
Submitted by: Matthew X. Economou <xenophon@irtnog.org>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
- Also install srfi-22 support scripts (standard ways of invoking
interpreter) [1]
- Fix substitution in launcher shell script
- Add 'java' category [2]
PR: 59577 [1]
Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
Reported by: portlint [2]
|
| |
|
|
|
|
| |
Spotted by: leeym
|
| |
|
|
|
|
|
|
|
|
|
| |
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry
|
|
|
|
|
|
|
| |
a compiler error.
Submitted by: Idar Tollefsen <idart@performancedesign.no>
Reviewed by: kris
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- update to 1.10.2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
fix in sight yet.
Approved by: portmgr (krion)
|
|
|
|
|
| |
Reported by: kris via pointyhat
Approved by: portmgr (krion)
|
|
|
|
|
|
| |
module for them in plist.
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: portmgr (marcus)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
| |
previous revision.
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
| |
Noticed by: krisbot
Tested by: obraun@
Approved by: portmgr (marcus)
|
|
|
|
|
|
| |
adding ossaudiodev module to their plists, either.
Approved by: portmgr (kris)
|
|
|
|
|
|
| |
Noticed by: pointyhat
Approved by: portmgr (marcus@)
|
|
|
|
| |
</varlistentry> tag in docs/users_guide/options.xml which wasn't there before.
|
| |
|
|
|
|
|
|
| |
the recent upgrade.
Approved by: Haskell cabal
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that
version of gcc already installed causes infinite recursion problems.
The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally,
it was used to override any other definition and say that you can use any
gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing
recursion errors, so handle the problem instead by just simply undefining
USE_GCC inside the gcc port Makefile itself.
This should make things happy again.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(from the erlang-questions mailing list)
Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
|
|
|
|
|
| |
Submitted by: kris
Encouraged by: kris
|
|
|
|
| |
* Remove BROKEN.
|
|
|
|
|
| |
- it lacks libgmp in its ld path
- so force it to look up ${PREFIX}/lib
|
| |
|
|
|
|
|
|
|
| |
build errors if you have -march=pentium4 in your CFLAGS
PR: ports/78794
Submitted by: Arne Wörner
|
|
|
|
|
|
|
|
|
|
| |
It aims to implement the full Perl6 specification,
as detailed in the Synopses.
- Synopses: [http://dev.perl.org/perl6/synopsis/]
Discussed with: tobez, autrijus@autrijus.org
PR: 78809
Submitted by: clsung
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Requested by: too many people
|
|
|
|
|
|
|
| |
- Previous update broke tail call optimization. Oops.
PR: ports/78817
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/78742
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/78705
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Use readline for ports
PR: ports/77893
Submitted by: Gerhard Gonter (maintainer)
|
|
|
|
| |
Changelog at <http://gambas.sourceforge.net/changelog.html>.
|
| |
|
| |
|
|
|
|
|
|
| |
Remove obsoleted conflicts.
Prodded by: vs
|
|
|
|
|
|
|
|
| |
- Fix compilation on FreeBSD 6.*
- Pass Maintainership to submitter
PR: 77898
Submitted by: Gerhard Gonter <g.gonter@ieee.org>
|
|
|
|
|
| |
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
|
|
|
|
|
|
|
| |
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor <jakub@rehor.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 5.x got the header fix too, don't install replacement headers there [1]
- allow to override GXX_ROOT [2]
Note: you may see "as: Illegal seek" while compiling with icc (a simple test
didn't revealed the same message with icpc). I don't know the reason for it,
but the resulting executable seems to work, so I commit the update.
Thanks to: marius [1]
Requested by: mi [2]
|
|
|
|
|
|
| |
bsd.port.mk.
Requested by: lesi
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Approved by: Johan van Selst
Reported by: Kris via pointyhat
|
|
|
|
| |
Found by: kris
|
|
|
|
|
| |
PR: ports/78109
Submitted by: Sam Lawrence
|
|
|
|
| |
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
|
| |
|
|
|
|
|
| |
months ago, and add patch-func.c from cvs, to deal with a crash in GC with
malloc debugging on (i.e. -current).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
|
|
|
|
|
|
|
| |
- set DIST_SUBDIR.
PR: ports/78108 [1]
Submitted by: Sam Lawrance
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add RESTRICTED (licensing issues).
- Install stuff in standard places.
- Install examples.
- Install readmes/licenses.
- Respect NOPORTDOCS.
- New MAINTAINER.
PR: ports/62704
Submitted by: debios@diku.dk
|
| |
|
|
|
|
|
| |
PR: ports/78077
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
|
|
|
|
|
|
|
| |
- Style
PR: ports/78074
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|