non port: graphics/geomview/Makefile |
SVNWeb
|
Number of commits found XX: 47 |
Fri, 20 Nov 2020
|
[ 07:16 adamw ] 
555738 CHANGES
555738 Mk/Scripts/desktop-categories.sh
555738 Mk/bsd.port.mk
555738 astro/marble/Makefile
555738 astro/nightfall/Makefile
555738 biology/figtree/Makefile
555738 biology/py-scikit-bio/Makefile
555738 cad/basicdsp/Makefile
555738 cad/feappv/Makefile
555738 cad/logisim/Makefile
(Only the first 10 of 76 ports in this commit are shown above. )
Add education virtual category
PR: 248402
Submitted by: PauAmma
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] 
516845 games/0ad/Makefile
516845 games/3dc/Makefile
516845 games/3dpong/Makefile
516845 games/KnightCap/Makefile
516845 games/abuse_sdl/Makefile
516845 games/ace-of-penguins/Makefile
516845 games/acm/Makefile
516845 games/affenspiel/Makefile
516845 games/aisleriot/Makefile
516845 games/alephone/Makefile
(Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] 
484628 CHANGES
484628 Mk/bsd.port.mk
484628 Templates/BSD.local.dist
484628 accessibility/speech-dispatcher/Makefile
484628 archivers/fastjar/Makefile
484628 archivers/gcpio/Makefile
484628 archivers/gtar/Makefile
484628 archivers/gzip/Makefile
484628 archivers/lzip/Makefile
484628 archivers/lzlib/Makefile
(Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Tue, 23 May 2017
|
[ 05:03 rezny ] 
441503 accessibility/redshift/Makefile
441503 astro/boinc-astropulse/Makefile
441503 astro/boinc-setiathome-v7/Makefile
441503 astro/celestia/Makefile
441503 astro/nightfall/Makefile
441503 astro/opencpn/Makefile
441503 astro/openuniverse/Makefile
441503 astro/qlandkartegt/Makefile
441503 audio/amarok-kde4/Makefile
441503 audio/aylet/Makefile
(Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sun, 31 Jul 2016
|
[ 09:00 amdmi3 ] 
419349 graphics/geomview/Makefile
- Fix license
- Switch to options helpers
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] 
412346 databases/R-cran-RMySQL/Makefile
412346 databases/R-cran-RSQLite.extfuns/Makefile
412346 databases/R-cran-RSQLite/Makefile
412346 databases/R-cran-sqldf/Makefile
412346 databases/akonadi-googledata/Makefile
412346 databases/akonadi/Makefile
412346 databases/apq-mysql/Makefile
412346 databases/apq-odbc/Makefile
412346 databases/apq-pgsql/Makefile
412346 databases/apq/Makefile
(Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 23 Jul 2014
|
[ 10:28 tijl ] 
362656 Mk/Uses/libtool.mk
362656 archivers/rpm4/Makefile
362656 databases/evolution-data-server/Makefile
362656 databases/gdbm/Makefile
362656 devel/anjuta/Makefile
362656 devel/gettext/files/patch-gettext-tools_src_Makefile.in
362656 devel/gitg0/Makefile
362656 devel/gnome-vfs/Makefile
362656 devel/libbonobo/files/patch-samples-echo-Makefile.in
362656 devel/libgii/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt)
|
Tue, 1 Jul 2014
|
[ 17:37 antoine ] 
360062 archivers/zutils/Makefile
360062 audio/emms/Makefile
360062 deskutils/planner.el/Makefile
360062 devel/magit/files/patch-Makefile
360062 devel/xtla/Makefile
360062 editors/slime/Makefile
360062 graphics/gauche-gl/Makefile
360062 graphics/geomview/Makefile
360062 mail/vm/Makefile
360062 math/ess/Makefile
(Only the first 10 of 16 ports in this commit are shown above. )
Make those ports more likely to build with texinfo from ports
With hat: portmgr
|
Sun, 22 Jun 2014
|
[ 10:44 tijl ] 
358784 Mk/Uses/libtool.mk
358784 archivers/rpm4/Makefile
358784 databases/evolution-data-server/Makefile
358784 databases/gdbm/Makefile
358784 devel/anjuta/Makefile
358784 devel/gettext/files/patch-gettext-tools_src_Makefile.in
358784 devel/gitg0/Makefile
358784 devel/gnome-vfs/Makefile
358784 devel/gnome-vfs/files/patch-ac
358784 devel/libbonobo/files/patch-samples-echo-Makefile.in
(Only the first 10 of 37 ports in this commit are shown above. )
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 17 May 2014
|
[ 08:44 miwi ] 
354301 graphics/geomview/Makefile
354301 graphics/geomview/distinfo
354301 graphics/geomview/pkg-plist
- Update to 1.9.5
- Stage support
PR: 187755
Submitted by: Ports Fury
|
Sun, 27 Apr 2014
|
[ 13:34 pawel ] 
352421 graphics/geomview/Makefile
352421 graphics/geomview/pkg-plist
- Add staging support
- Remove leading article from COMMENT
- Convert to USES=tar:bzip2
- Use option helper
- Move things to proper places and simplify where needed
- Install striped binaries
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] 
327733 graphics/4va/Makefile
327733 graphics/Cgraph/Makefile
327733 graphics/Coin/Makefile
327733 graphics/EZWGL/Makefile
327733 graphics/GraphicsMagick/Makefile
327733 graphics/GraphicsMagick12/Makefile
327733 graphics/GraphicsMagick13/Makefile
327733 graphics/Hermes/Makefile
327733 graphics/IPA/Makefile
327733 graphics/ImageMagick-nox11/Makefile
(Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 10 Jul 2013
|
[ 06:55 bapt ] 
322621 editors/thoteditor/Makefile
322621 emulators/xcpc/Makefile
322621 emulators/xzx/Makefile
322621 ftp/llnlxdir/Makefile
322621 ftp/llnlxftp/Makefile
322621 games/CaribbeanStud/Makefile
322621 games/d2x-xl/Makefile
322621 games/imaze/Makefile
322621 games/xabacus/Makefile
322621 games/xbill/Makefile
(Only the first 10 of 23 ports in this commit are shown above. )
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
|
Tue, 12 Jun 2012
|
[ 21:42 bapt ]
1.10 graphics/acidwarp/Makefile
1.42 graphics/ale/Makefile
1.58 graphics/autotrace/Makefile
1.39 graphics/cinepaint/Makefile
1.10 graphics/curator/Makefile
1.60 graphics/enfle/Makefile
1.28 graphics/fyre/Makefile
1.55 graphics/geomview/Makefile
1.17 graphics/giftool/Makefile
1.38 graphics/glide3/Makefile
(Only the first 10 of 27 ports in this commit are shown above. )
Conver to new options framework
|
Mon, 2 May 2011
|
[ 12:44 makc ]
1.7 arabic/arabtex/Makefile
1.8 astro/pp3/Makefile
1.10 astro/xmoontool/Makefile
1.8 audio/dekagen/Makefile
1.11 audio/fdmf/Makefile
1.35 audio/rosegarden/Makefile
1.14 audio/xanalyser/Makefile
1.67 audio/xmcd/Makefile
1.24 audio/xmmix/Makefile
1.27 audio/xmradio/Makefile
(Only the first 10 of 195 ports in this commit are shown above. )
Bump PORTREVISION after open-mofit update
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.164 Mk/bsd.gnome.mk
1.63 Mk/bsd.php.mk
1.660 Mk/bsd.port.mk
1.1001 UPDATING
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.31 Mk/bsd.autotools.mk
1.842 UPDATING
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.2 archivers/libcomprex/files/patch-Makefile.in
(Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 23 Jan 2009
|
[ 16:28 flz ]
1.1781 MOVED
1.6 Mk/bsd.gecko.mk
1.609 Mk/bsd.port.mk
1.9 Mk/bsd.xorg.mk
1.19 astro/boinc-setiathome-enhanced/Makefile
1.42 astro/celestia/Makefile
1.31 astro/openuniverse/Makefile
1.39 astro/xtide/Makefile
1.4 audio/fmit/Makefile
1.46 audio/nas/Makefile
(Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Wed, 14 Jan 2009
|
[ 09:12 miwi ]
1.50 graphics/geomview/Makefile
1.6 graphics/geomview/distinfo
1.3 graphics/geomview/files/patch-configure.in
1.3 graphics/geomview/files/patch-lisp.c
1.3 graphics/geomview/files/patch-streampool.h
1.9 graphics/geomview/pkg-plist
- Update to 1.9.4
PR: 130443
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wed, 3 Sep 2008
|
[ 01:45 amdmi3 ]
1.49 graphics/geomview/Makefile
1.2 graphics/geomview/files/patch-lisp.c
1.2 graphics/geomview/files/patch-streampool.h
- Fix a typo on this port that enables it to build again.
- Label NOT_FOR AMD64 since it coredumps.
- Sync the patches with those on CVS.
- No functional change.
PR: 126037
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd at yahoo dot com>
|
Mon, 1 Sep 2008
|
[ 13:35 bms ]
1.48 graphics/geomview/Makefile
drop maintainership
|
[ 13:34 bms ]
1.47 graphics/geomview/Makefile
fix IGNORE
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.3 Mk/bsd.efl.mk
1.46 Mk/bsd.gnustep.mk
1.76 Mk/bsd.kde.mk
1.2 Mk/bsd.ocaml.mk
1.10 Mk/bsd.scons.mk
1.13 Mk/bsd.wx.mk
1.7 Mk/bsd.xorg.mk
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
1.65 accessibility/gail/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Thu, 20 Jul 2006
|
[ 18:30 bms ]
1.44 graphics/geomview/Makefile
1.8 graphics/geomview/pkg-plist
Unbreak pkg-plist.
|
Tue, 31 Jan 2006
|
[ 19:31 kris ]
1.43 graphics/geomview/Makefile
BROKEN: Incomplete pkg-plist (needs to use INFO_* macros)
|
Thu, 12 Jan 2006
|
[ 12:54 sem ]
1.11 astro/boinc-setiathome/Makefile
1.25 astro/celestia/Makefile
1.13 astro/nightfall/Makefile
1.26 astro/openuniverse/Makefile
1.8 audio/mbox/Makefile
1.19 biology/L-Breeder/Makefile
1.24 biology/molden/Makefile
1.23 biology/pymol/Makefile
1.12 cad/calculix/Makefile
1.12 cad/leocad/Makefile
(Only the first 10 of 154 ports in this commit are shown above. )
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.18 Mk/bsd.php.mk
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Thu, 7 Oct 2004
|
[ 18:48 danfe ]
1.40 graphics/geomview/Makefile
1.2 graphics/geomview/files/patch-configure.in
Don't allow GCC to optimize away -lm test, and thus unbreak.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit)
|
Sat, 18 Sep 2004
|
[ 17:21 kris ]
1.39 graphics/geomview/Makefile
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Fri, 12 Dec 2003
|
[ 06:24 bms ]
1.37 graphics/geomview/Makefile
Remove TK dependency and categorization as it is no longer needed.
Submitted by: Pedro F. Giffuni
|
[ 02:07 bms ]
1.36 graphics/geomview/Makefile
Switch maintainership to moi.
Requested by: fenner
Sponsored by: Evil Network Junta
|
Wed, 10 Dec 2003
|
[ 17:18 bms ]
1.35 graphics/geomview/Makefile
1.6 graphics/geomview/pkg-plist
Maintenance update. Fix installation process. If someone would care to test
this and give it the love it badly needs, please step up to the microphone.
Looked at by: fenner
Sponsored by: Weyland-Yutani Corporation
|
Sun, 7 Dec 2003
|
[ 01:41 linimon ]
1.34 graphics/geomview/Makefile
Restyle email address of maintainer.
|
Thu, 13 Nov 2003
|
[ 14:45 trevor ]
1.16 biology/ncbi-toolkit/Makefile
1.14 biology/py-biopython/Makefile
1.3 biology/t_coffee/Makefile
1.12 cad/linux-eagle/Makefile
1.9 chinese/chinput/Makefile
1.9 chinese/chinput2/Makefile
1.6 comms/ghfaxviewer/Makefile
1.3 comms/tkscanfax/Makefile
1.6 comms/vpb2/Makefile
1.24 databases/libgda/Makefile
(Only the first 10 of 81 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Tue, 6 May 2003
|
[ 22:52 fenner ]
1.32 graphics/geomview/Makefile
1.2 graphics/geomview/pkg-descr
Update MASTER_SITES and add WWW
PR: ports/50206
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
[ 07:09 kris ]
1.31 graphics/geomview/Makefile
BROKEN: Does not install
|
Fri, 7 Mar 2003
|
[ 06:04 ade ]
1.11 graphics/Cgraph/Makefile
1.2 graphics/Cgraph/pkg-comment
1.55 graphics/Mesa3/Makefile
1.4 graphics/Mesa3/pkg-comment
1.3 graphics/backfract/Makefile
1.2 graphics/backfract/pkg-comment
1.4 graphics/camserv/Makefile
1.2 graphics/camserv/pkg-comment
1.12 graphics/chbg/Makefile
1.2 graphics/chbg/pkg-comment
(Only the first 10 of 238 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 22 Nov 2002
|
[ 20:44 fenner ]
1.29 graphics/geomview/Makefile
1.3 graphics/geomview/distinfo
1.5 graphics/geomview/files/patch-aa
1.2 graphics/geomview/files/patch-ab
1.2 graphics/geomview/files/patch-ac
1.3 graphics/geomview/files/patch-ae
1.4 graphics/geomview/files/patch-af
1.5 graphics/geomview/files/patch-ag
1.2 graphics/geomview/files/patch-ah
1.2 graphics/geomview/files/patch-ai
(Only the first 10 of 15 ports in this commit are shown above. )
Upgrade to 1.8.1 .
It's not quite completely unbroken, but it's certainly less
broken than 1.6 was.
|
Thu, 4 Jul 2002
|
[ 09:20 mikeh ]
1.14 audio/dap/Makefile
1.14 audio/xtuner/Makefile
1.19 biology/seaview/Makefile
1.30 databases/xmysql/Makefile
1.34 databases/xmysqladmin/Makefile
1.8 emulators/bfe/Makefile
1.6 ftp/xrmftp/Makefile
1.14 games/xjumpjump/Makefile
1.15 games/xmastermind/Makefile
1.28 graphics/geomview/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Bump XForms lib. version.
|
Sat, 18 May 2002
|
[ 02:40 kris ]
1.27 graphics/geomview/Makefile
BROKEN: Does not build
|
Fri, 1 Jun 2001
|
[ 07:05 obrien ]
unknown biology/nab/Makefile
unknown cad/magic/Makefile
unknown databases/msql/Makefile
unknown databases/postgresql7/Makefile
unknown games/crossfire/Makefile
unknown games/lexter/Makefile
unknown games/mangband/Makefile
unknown games/nethack-qt/Makefile
unknown games/nighthawk/Makefile
unknown games/quakeserver/Makefile
(Only the first 10 of 44 ports in this commit are shown above. )
Use proper POSIX syntax for `chown'.
|
Tue, 7 Nov 2000
|
[ 23:28 asami ]
unknown astro/xephem/Makefile
unknown audio/timidity++-emacs/Makefile
unknown audio/xmcd/Makefile
unknown audio/xmmix/Makefile
unknown audio/xmradio/Makefile
unknown biology/ncbi-toolkit/Makefile
unknown cad/electric/Makefile
unknown cad/mars/Makefile
unknown chinese/stardict/Makefile
unknown databases/xmbase-grok/Makefile
(Only the first 10 of 56 ports in this commit are shown above. )
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
|
Tue, 15 Aug 2000
|
[ 21:57 kris ]
unknown graphics/geomview/Makefile
unknown graphics/geomview/patches/patch-ae
unknown graphics/geomview/patches/patch-ag
unknown graphics/geomview/patches/patch-ai
unknown graphics/geomview/patches/patch-aj
unknown graphics/geomview/patches/patch-ak
Don't install stuff group-writable when it doesnt need to be.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ]
unknown astro/ssystem/Makefile
unknown astro/wmmoonclock/Makefile
unknown astro/wmspaceweather/Makefile
unknown astro/wmsun/Makefile
unknown astro/xephem/Makefile
unknown astro/xplanet/Makefile
unknown astro/xtide/Makefile
unknown audio/ascd/Makefile
unknown audio/dap/Makefile
unknown audio/gnapster/Makefile
(Only the first 10 of 285 ports in this commit are shown above. )
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off.
|
Number of commits found XX: 47 |