| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
| |
PR: ports/98138
Submitted by: maintainer (Igor Pokrovsky)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
|
| |
|
| |
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
|
|
|
|
|
|
|
| |
documentation and license files, icon, a .desktop file and examples.
* Switch from LOCALBASE to X11BASE since this is a true a X application
that needs to link against the X libraries and now installs .desktop
file and an icon.
|
|
|
|
|
|
|
|
| |
libexiv2 library name has been fixed
- Bump PORTREVISION
PR: ports/96855
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
|
|
|
|
|
|
| |
but, the correct way is preserve original MASTER_SITE and add
freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring
original preserving the Martin's proposed backup.
|
|
|
|
| |
Approved by: krion (mentor, implicit)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/97976
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by: pre-maintainer (Soeren Straarup)
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/95871
Submitted by: sat
Approved by: krion (mentor)
|
| |
|
|
|
|
|
|
| |
PR: 98053
Submitted by: Nils Vogels <nivo+kw+ports.bfa274_AT_is-root dot com>
Approved by: Soeren Straarup <xride_AT_x12 dot dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
| |
|
|
|
|
|
| |
PR: 98022
Submitted by: Kato Tsuguru
|
|
|
|
| |
Changes: http://search.cpan.org/src/YSAS/SWF-File-0.42/Changes
|
|
|
|
|
| |
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
|
|
|
|
|
|
|
| |
- While i'm here update to 1.11.0
- Remove BROKEN since now build's fine on 4.x
- portlint(1)
Notified by: krismail [1]
|
|
|
|
| |
Approved by: maintainer timeout (in combination with my last 2 commits)
|
| |
|
|
|
|
| |
as a runtime dependency.
|
| |
|
|
|
|
|
| |
PR: ports/97911
Submitted by: hq
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
PR: ports/97929
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Jev <jev@ecad.org> (maintainer)
|
|
|
|
|
|
| |
* Move all the hacks from the slave port (xaralx-devel) to the
master port (xaralx) because these are now common for both ports
* Switch both ports from .gz to .bz2 to save some resources
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix detection of librsvg and add knob to enable/disable
- Fix leftovers when set many combinations of WITH/WITHOUT
- Respect CFLAGS/LDFLAGS
- Bump PORTREVISION since have default features that now are detected property
Pointy hat to: me
Approved by: maintainer timeout (on past commit)
Tested by: many and me on all day
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
from GREYC laboratory (at Caen in France).
WWW: http://www.haypocalc.com/wiki/GREYCstoration_in_english
PR: ports/94124
Submitted by: Elisey O. Savateev <b3k@mail.ru>
|
|
|
|
|
| |
PR: 96853
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 96747
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet___sunpoet.net>
Approved by: maintainer timeout (20 days)
|
|
|
|
|
|
|
| |
- Use DATADIR and EXAMPLESDIR
PR: ports/97727 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1]
|
|
|
|
|
|
|
| |
- Use DATADIR
PR: ports/97753 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1]
|
|
|
|
|
| |
PR: ports/97747
Submitted by: Shaun Amott <shaun at inerd.com>
|
|
|
|
| |
- Fix RUN_DEPENDS
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/97584
Submitted by: Shaun Amott <shaun@inerd.com>
|
|
|
|
|
|
| |
for graphics/p5-CAD-Drawing.
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
vector graphics.
Approved by: tobez (implicit)
|
| |
|
|
|
|
| |
Reported by: leeym
|
|
|
|
| |
http://comix.sourceforge.net/changelog.html
|
|
|
|
| |
-Correct the order by move CATEGORIES under PORTREVISION.
|
|
|
|
| |
http://comix.sourceforge.net/changelog.html
|
|
|
|
|
|
| |
PR: ports/97419
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Approved by: maintainer
|
|
|
|
| |
Approved by: krion (mentor, implicit)
|
|
|
|
|
| |
PR: 97481
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
|
| |
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=417874>.
|
|
|
|
| |
Requested by: Dan Langille <dan@langille.org> for freshports.org
|
|
|
|
|
| |
Reported by: pointyhat
Pointyhat to: arved
|
| |
|
|
|
|
| |
-Use DATADIR in plist.
|
| |
|
|
|
|
| |
set CONFIGURE_ENV with += instead of =
|
|
|
|
|
| |
-Use DOCSDIR in plist.
-Use @dirrmtry.
|
|
|
|
| |
-Use lowercase letter in the begin of IGNORE.
|
|
|
|
| |
-Use DOCSDIR in plist.
|
| |
|
|
|
|
|
|
|
| |
Submitter takes maintainership.
PR: ports/97290
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
|
|
|
|
|
|
| |
PR: ports/96230
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: bradh@uunet.co.za (maintainer, timeout 3 weeks)
|
|
|
|
|
|
| |
PR: ports/97201
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by: maintainer (Choe, Cheng-Dae)
|
|
|
|
|
|
| |
PR: ports/97200
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by: maintainer (Choe, Cheng-Dae)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from submitter:
This has been designated a production release by the author and
includes the very useful functionality of being able to write the
virtual "FileName" and "Directory" tags - allowing bulk moving
and/or renaming of files according to a pattern derived from
the other tags in the files.
PR: ports/97267
Submitted by: rsm
Reviewed by: maintainer (Tod McQuillin)
Approved by: maintainer
|
|
|
|
|
|
|
| |
Pass Maintainership to submitter
PR: 95928
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
|
|
|
|
|
| |
PR: ports/95927
Submitted by: Martin Wilke
|
|
|
|
|
|
| |
- Make test still has some issues however.
Approved by: tobez (implicit)
|
|
|
|
|
|
|
|
|
| |
- Fix WWW [2]
PR: ports/97176
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) [1]
Adi Pircalabu <apircalabu@bitdefender.com> [2]
Approved by: maintainer [2], lawrance (mentor)
|
| |
|
|
|
|
|
|
| |
PR: 97203
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: arved (mentor)
|
| |
|
|
|
|
|
|
| |
PR: 97112
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Approved by: arved (mentor)
|
|
|
|
|
|
| |
PR: 95981
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: arved (mentor)
|
| |
|
|
|
|
|
| |
PR: 97128
Submitted by: Tim Welch
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Ensure GL directory is created and removed
- Take maintainership
ChangeLog here: http://mesa3d.org/VERSIONS
PR: 97068
Submitted by: Shaun Amott <shaun@inerd.com>
|
|
|
|
|
| |
PR: ports/96151
Submitted by: Nicola Vitale
|
|
|
|
|
| |
PR: ports/94529
Submitted by: Pedro F. Giffuni via maintainer
|
|
|
|
| |
libgnomecanvas-reference port.
|
| |
|
|
|
|
|
| |
PR: 94847
Submitted by: Nicola Vitale <nivit@email.it>
|
|
|
|
|
|
|
| |
This is a minor update, but docs have been regenerated. Full diff
available at <http://pompo.net/ports/CImg-1-13_060331-060403.diff.bz2>.
Reported by: Jin-Shan Tseng <tjs (at) cdpa.nsysu.edu.tw>
|
|
|
|
| |
Approved by: krion (mentor, implicit)
|
|
|
|
|
|
|
| |
Assign Maintainership to submitter
PR: 95934
Submitted by: Martin Wilke
|
|
|
|
|
| |
PR: 96472
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
| |
so initialize it here (master port) with += instead of =
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
PR: 96952
Submitted by: Samy Al Bahra <sbahra@kerneled.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 96952
Submitted by: Samy Al Bahra <sbahra@kerneled.org> (maintainer)
|
|
|
|
|
|
| |
PR: 96910
Notified by: pointyhat via kris
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
|
|
|
|
| |
http://comix.sourceforge.net/changelog.html
|
|
|
|
|
|
|
| |
Fix build on amd64
PR: 96815
Submitted by: Jose Alonso Cardenas Marquez
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/96811
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
|
| |
|
|
|
|
| |
- portlint(1)
|
|
|
|
|
|
|
| |
- Added more master sites.
PR: 96817
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Noted by: vs
Approved by: maintainer by email
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove duplicated PORTDOCS; put all documentation into DOCSDIR;
- Install demo files (previously installed automatically) - put
into EXAMPLESDIR this time, and install along with PORTDOCS;
- Keep additional language bindings disabled for the time being
(avoiding huge dependencies);
- Minor pkg-descr alteration.
PR: ports/93924
Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
it compile under amd64. That led to the port not compiling anywhere at all, as
sse dependancy is hardcoded. So:
- Don't remove -msse from compiler flags
- Introduce ONLY_FOR_ARCHS=i386
PR: ports/95872
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
- assign to perl@
|
|
|
|
|
|
| |
- Bump portrevision.
Approved by: maintainer via email (timeout 15 days), mnag (mentor).
|
|
|
|
|
|
| |
PR: ports/95415
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: mnag (mentor)
|
|
|
|
|
| |
PR: ports/94142
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: Boris Samorodov <bsam@ipt.ru>
|
| |
|
|
|
|
| |
with xpdf. The utilities can now be found in graphics/poppler-utils.
|
|
|
|
| |
included in the poppler port.
|
|
|
|
|
|
| |
PR: ports/95930
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use fixed plists [1]
- category "linux" added to those ports without it [1]
- update some ports to a recent FC3 one [1]
- remove plists/... for Alpha (there's no support since linux_base-8 for
Alpha anymore)
- don't hardcode version numbers in some plists, use PLIST_SUB instead
(any errors are mine, don't keep them, send them to me)
Regarding linux-ungif I declare a maintainer timeout (one month, Boris tried
to contact the maintainer) and also pull the "sweeping commit"-card (the
port which it uses as some kind of master port can not be used for this
anymore). Besides this, I don't think he will be upset when other people
do the work instead of adding an entry to his TODO list. :-)
This commit brings us just before the switch of the default linux base
port to the fc3 one, modulo some bugs which may appear. So:
Beta testers wanted!
To test:
sed -i.old -e 's:linux-XFree86-libs:linux-xorg-libs:' /usr/ports/Mk/bsd.port.mk
echo OVERRIDE_LINUX_BASE_PORT=fc3 >> /etc/make.conf
portupgrade -f -o emulators/linux_base-fc3 -f linux_base-8
portupgrade -o x11/linux-xorg-libs linux-XFree86-libs
portupgrade linux-\*
The first two steps are necessary to switch to fc3 as the new default linux
base port, the last 3 steps to upgrade to fc3.
And feel free to send a big "Thank you!" to Boris, he did a lot of the work!
I just provided some hints and answered some questions (besides from
committing all the necessary changes for FC3 and doing some minor
changes+comments/improvements to/of his work), even when he tries to tell
you something else. ;-)
Submitted by: Boris Samorodov <bsam@ipt.ru> [1]
|
|
|
|
| |
Approved by: erwin (mental)
|
|
|
|
|
| |
PR: ports/96566
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Use PORTDOCS
- Always installs examples
PR: ports/96460
Submitted by: Michele Possamai <possamai@xs4all.nl>
Reworked by: garga
Approved by: maintainer
|
|
|
|
| |
Approved by: erwin (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/96537
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/93839
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
|
|
|
|
|
|
|
|
| |
and remove graphics/kimdaba
- Update to version 2.2
- mark BROKEN on 4.x
Repocopied by: marcus
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
| |
binary is no longer available.
PR: ports/92530
Submitted by: edwin
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
|
|
|
|
|
|
|
| |
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
|
|
|
|
|
| |
PR: ports/96515
Submitted by: Aleksander Fafula <alex@BSDGuru.org>
|
|
|
|
|
| |
PR: ports/96513
Submitted by: Aleksander Fafula <alex@BSDGuru.org>
|
|
|
|
|
| |
PR: ports/96512
Submitted by: Aleksander Fafula <alex@BSDGuru.org>
|
|
|
|
|
|
|
| |
- Remove USE_REINPLACE
PR: ports/93416
Submitted by: maintainer
|
|
|
|
|
|
| |
- Remove deprecated USE_REINPLACE
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) [1]
|
|
|
|
| |
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
|
|
|
|
|
|
|
| |
Set NO* or NO_* according to ${OSVERSION}
PR: 96420
Submitted by: Rong-En Fan <rafan@infor.org>
|
|
|
|
|
|
|
|
|
|
| |
- Use javavmwrapper to avoid hardcoding a particular JVM
- Use 'exec' in the launcher shell script
- Quote "$@" in launcher shell script
- Cleanup redundant SUB_LIST entries
PR: 96461
Approved by: maintainer
|
|
|
|
|
|
|
| |
and molecules.
PR: 96444
Submitted by: Shaun Amott <shaun@inerd.com>
|
|
|
|
| |
ia64 failure reported by kris@
|
|
|
|
|
|
|
| |
A software for creating plots of points, lines, etc
PR: 96317
Submitted by: Nicola Vitale <nivit@email.it>
|
|
|
|
| |
Reported by: Kris
|
|
|
|
|
|
| |
PR: ports/96424
Submitted by: Laurent Courty <lrntct@gmail.com>
Reported by: Kris
|
|
|
|
|
|
|
|
| |
quite unstable).
PR: ports/96209
Submitted by: luca <sanluca78@gmail.com>
Patch by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/96214
Submitted by: Ports Fury
|
|
|
|
| |
- cleanup gnustep options
|
| |
|
|
|
|
|
|
| |
PR: ports/95310 (superseding ports/93111*)
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: dyeske@yahoo.com (maintainer, timeout 2 months*)
|
|
|
|
|
| |
- Fix core dumps
- portlint(1)
|
|
|
|
|
| |
PR: 96244
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
|
|
|
|
| |
Pointy hat: garga
|
|
|
|
|
| |
PR: 96258
Submitted by: Frank Altpeter <freddy@pegasus.dyndns.info>
|
|
|
|
|
| |
PR: ports/94149
Submitted by: Laurent Courty
|
|
|
|
| |
Pointy hat to: garga
|
|
|
|
| |
Pointy Hat to: garga
|
|
|
|
|
| |
PR: ports/95594
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 96216
Submitted by: ports fury
|
|
|
|
| |
Pointyhat to: ahze
|
|
|
|
|
| |
PR: 96215
Submitted by: ports fury
|
|
|
|
|
| |
PR: 96213
Submitted by: Ports fury
|
| |
|
| |
|
|
|
|
|
|
|
| |
vulnerability.
Approved by: simon
Security: http://vuxml.freebsd.org/a813a219-d2d4-11da-a672-000e0c2e438a.html
|
| |
|
|
|
|
|
|
|
| |
- Add fix for Linux-only syscall
F-Spot was used from image import to gallery creation here:
http://people.freebsd.org/~tmclaugh/LinuxWorld2006Boston/
|
|
|
|
| |
only problems with gcc4.x.x
|
|
|
|
|
| |
PR: 94560
Submitted by: Mikhail T. <mi@aldan.algebra.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
fix dependant ports [2]
PR: ports/96172 [1]
ports/95192 [2]
Submitted by: maintainer [1]
oliver [2]
Approved by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The firefox plugin now actually works, though it's quite unstable.
PR: ports/95605
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 95942
Submitted by: "Martin Wilke" <freebsd@unixfreunde.de>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
It will follow the latest/development version of XaraLX,
while graphics/xaralx will stick to the recommended/stable version.
This way happy users can choose which one to use and even install both
(no conflicting filenames introduced).
|
| |
|
| |
|
|
|
|
|
|
|
| |
version of CDraw library which is not available for sparc64, this is
believed to change soon.
Reported by: krismail
|
|
|
|
|
| |
PR: ports/95670
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/96005
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/96006
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
PR: 93735
Submitted by: infofarmer___gmail.com
Approved by: maintainer
|
|
|
|
|
| |
PR: 95903
Submitted by: Aleksander Fafula <alex@bsdguru.org>
|
|
|
|
|
| |
PR: ports/93123
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
| |
|
|
|
|
| |
- Require native jdk (fails to run with linux one)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: pointyhat via kris
|
|
|
|
|
| |
PR: ports/93856
Submitted by: Laurent Courty
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: 95507
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
|
| |
PR: 95790
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
|
|
|
|
|
|
| |
PR: ports/93927
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: maintainer timeout (6 weeks)
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/95795
Submitted by: Rainer Alves <rainer.alves@gmail.com>
|
|
|
|
|
|
|
| |
Maintainers mailaddress has changed, so the ports should be updated.
PR: ports/95796
Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
|
|
| |
maintainer-timeouts. We hope to see him more active again in the future.
Hat: portmgr
|
|
|
|
|
|
| |
maintainer-timeouts.
Hat: portmgr
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix link with pthreads using LDFLAGS [2]
- Fix pkg_config files when use pthreads. [3]
- Bump PORTREVISION
- portlint(1)
PR: 91557 [1], 94287 [2], 94614 [3]
Submitted by: Seva Gluschenko <gvs___rinet.ru> [1], lioux [3]
Notified by: cokane [2]
Approved by: maintainer timeout, 28 days
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
|
| |
- Use external libtiff.
- Unmark FORBIDDEN.
- Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now
(at least the platforms I could test).
Initial upgrade work by: fenner
|
| |
|
|
|
|
|
|
| |
PR: ports/95669
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Approved by: mnag (mentor)
|
|
|
|
| |
because the latter may be removed during server maintenance
|
|
|
|
|
|
| |
is there.
Reported by: kris via pointyhat
|
|
|
|
|
| |
PR: 93832
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
|
|
| |
I think I will stick this port to the XaraLX recommended version which
is currently 0.4r798 and maybe create xaralx-devel port which will follow
the current (and possibly unstable) version of the software.
|
|
|
|
| |
(setting -source 1.4 is not sufficient)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
requires SWIG.
This fixes the brokeness introduced in the previous SWIG bandaid.
A lawyer might want to check if the license is also less restrictive now ;)
Sponsored by: simon & erwin of tb3.droso.net
|
|
|
|
|
| |
PR: ports/95552
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Change maintainer address to the FreeBSD one.
- Remove WWW line and signature from pkg-descr.
Approved by: garga (mentor)
|
|
|
|
|
| |
PR: ports/95600
Submitted by: Ports Fury
|
| |
|