non port: x11/x3270/Makefile |
SVNWeb
|
Number of commits found: 47 |
Thu, 7 Nov 2019
|
[ 18:36 zeising ] 
517000 x11-clocks/asclock-xlib/Makefile
517000 x11-clocks/asclock/Makefile
517000 x11-clocks/astime/Makefile
517000 x11-clocks/astzclock/Makefile
517000 x11-clocks/bbdate/Makefile
517000 x11-clocks/bclock/Makefile
517000 x11-clocks/buici-clock/Makefile
517000 x11-clocks/dclock/Makefile
517000 x11-clocks/emiclock/Makefile
517000 x11-clocks/eyeclock/Makefile
(Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Wed, 6 Nov 2019
|
[ 16:26 antoine ] 
516897 science/abinit/Makefile
516897 science/checkmol/Makefile
516897 science/coot/Makefile
516897 science/cp2k/Makefile
516897 science/datawarrior/Makefile
516897 science/dlpoly-classic/Makefile
516897 science/jmol/Makefile
516897 science/medit/Makefile
516897 science/octopus/Makefile
516897 science/openmx/Makefile
(Only the first 10 of 283 ports in this commit are shown above. )
Mark a few ports BROKEN (unfetchable)
|
Mon, 11 Mar 2019
|
[ 21:25 zeising ] 
495395 MOVED
495395 Mk/Uses/fonts.mk
495395 Mk/bsd.xorg.mk
495395 UPDATING
495395 arabic/ae_fonts_mono/Makefile
495395 arabic/ae_fonts_ttf/Makefile
495395 arabic/kacst_fonts/Makefile
495395 chinese/CJKUnifonts/Makefile
495395 chinese/CNS11643-font/Makefile
495395 chinese/arphicttf/Makefile
(Only the first 10 of 243 ports in this commit are shown above. )
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] 
436247 archivers/py-attic/Makefile
436247 audio/baresip/Makefile
436247 audio/libshairport/Makefile
436247 audio/rem/Makefile
436247 audio/shairport/Makefile
436247 audio/umurmur/Makefile
436247 benchmarks/httperf/Makefile
436247 benchmarks/siege/Makefile
436247 comms/conserver-com/Makefile
436247 databases/galera/Makefile
(Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] 
412351 vietnamese/vn7to8/Makefile
412351 www/R-cran-RgoogleMaps/Makefile
412351 www/R-cran-htmlwidgets/Makefile
412351 www/R-cran-httpuv/Makefile
412351 www/R-cran-httr/Makefile
412351 www/R-cran-rvest/Makefile
412351 www/R-cran-scrapeR/Makefile
412351 www/R-cran-selectr/Makefile
412351 www/R-cran-shiny/Makefile
412351 www/WebMagick/Makefile
(Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] 
398996 Mk/Uses/iconv.mk
398996 audio/deadbeef/Makefile
398996 audio/deadbeef/files/patch-junklib.c
398996 comms/hidapi/Makefile
398996 comms/hidapi/files/patch-configure.ac
398996 comms/hidapi/files/patch-libusb-hid.c
398996 converters/libiconv/Makefile
398996 converters/libiconv/files/patch-lib-iconv.c
398996 deskutils/fbreader/Makefile
398996 deskutils/ljclive/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 May 2015
|
[ 07:08 amdmi3 ] 
385597 x11/x3270/Makefile
- Add CPE info
Approved by: portmgr blanket
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] 
384038 Mk/Uses/iconv.mk
384038 archivers/unalz/files/patch-UnAlz.cpp
384038 archivers/unrar-iconv/files/patch-iconv
384038 audio/cmus/Makefile
384038 audio/cmus/files/patch-scripts-checks.sh
384038 audio/id3mtag/files
384038 audio/id3mtag/files/patch-charconv.cpp
384038 audio/mp3unicode/files
384038 audio/tagutil/Makefile
384038 audio/tagutil/files
(Only the first 10 of 152 ports in this commit are shown above. )
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above )
|
Wed, 8 Apr 2015
|
[ 15:15 bapt ] 
383573 x11/x3270/Makefile
Fix packaging as a user
|
Sat, 21 Mar 2015
|
[ 23:05 bapt ] 
381876 Mk/Scripts/check-stagedir.sh
381876 Mk/Uses/display.mk
381876 Mk/Uses/fonts.mk
381876 Mk/bsd.xorg.mk
381876 UPDATING
381876 arabic/ae_fonts_mono/Makefile
381876 arabic/ae_fonts_ttf/Makefile
381876 arabic/kacst_fonts/Makefile
381876 arabic/khotot/Makefile
381876 audio/py-karaoke/Makefile
(Only the first 10 of 422 ports in this commit are shown above. )
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
|
Tue, 13 Jan 2015
|
[ 19:16 madpilot ] 
376982 x11/x3270/Makefile
376982 x11/x3270/distinfo
376982 x11/x3270/pkg-plist
- Update to 3.3.15ga7
- Move fonts to own directory
- Modernize plist
While here, silence one portlint warning.
PR: 196101
Submitted by: ecrist at secure-computing.net (maintainer)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] 
357486 Mk/bsd.gecko.mk
357486 Mk/bsd.options.mk
357486 Mk/bsd.port.mk
357486 archivers/rpm/Makefile
357486 astro/cfitsio/Makefile
357486 astro/openuniverse/Makefile
357486 astro/roadmap/Makefile
357486 astro/xplanet/Makefile
357486 audio/deadbeef/Makefile
357486 audio/fdk-aac/Makefile
(Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Mon, 31 Mar 2014
|
[ 04:27 cy ] 
349701 net/c3270/Makefile
349701 x11/x3270/Makefile
Register conflicts due to x3270if.
Approved by: araujo
|
Tue, 15 Oct 2013
|
[ 15:53 nemysis ] 
330403 x11/x3270/Makefile
330403 x11/x3270/distinfo
330403 x11/x3270/pkg-plist
- Update to 3.3.13
- Change master sites
- Support STAGEDIR
- Add DOCS and EXAMPLES and Options
- Change MAN
PR: ports/180959
Submitted by: nemysis (self)
Approved by: wg/pawel (mentors), maintainer
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] 
327777 x11/3ddesktop/Makefile
327777 x11/9box/Makefile
327777 x11/9menu/Makefile
327777 x11/alltray/Makefile
327777 x11/appres/Makefile
327777 x11/apwal/Makefile
327777 x11/arandr/Makefile
327777 x11/aterm/Makefile
327777 x11/avant-window-navigator-gnome/Makefile
327777 x11/avant-window-navigator/Makefile
(Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Fri, 28 Jun 2013
|
[ 11:51 bapt ] 
321957 CHANGES
321957 Mk/Uses/imake.mk
321957 Mk/bsd.port.mk
321957 audio/ascd/Makefile
321957 audio/nas/Makefile
321957 audio/wmsmixer/Makefile
321957 audio/xcdplayer/Makefile
321957 audio/xmcd/Makefile
321957 audio/xmmix/Makefile
321957 audio/xwave/Makefile
(Only the first 10 of 111 ports in this commit are shown above. )
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] 
316683 news/newsstar/Makefile
316683 news/slrn/Makefile
316683 news/tin/Makefile
316683 palm/pilot-link/Makefile
316683 palm/synce-hal/Makefile
316683 palm/synce-librapi2/Makefile
316683 palm/synce-librra/Makefile
316683 palm/synce-libsynce/Makefile
316683 palm/synce-vdccm/Makefile
316683 polish/ekg2/Makefile
(Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Tue, 12 Jun 2012
|
[ 13:08 scheidell ]
1.43 x11/x3270/Makefile
- Unbreak by fixing location of fontdir
- Remove EXPIRATION/DEPRECATED/BROKEN
- No PORTREVISION bump
PR: ports/168410
Submitted by: larry bradford <la_bradford@cox.net>
Approved by: maintainer (timeout)
|
Sat, 26 May 2012
|
[ 12:00 scheidell ]
1.42 x11/x3270/Makefile
- Extending Expire date so maintainer can work on this
PR: ports/168018
Submitted by: scheidell@
Approved by: Eric Crist <ecrist@secure-computing.net> (maintainer, via
private email)
|
Mon, 21 May 2012
|
[ 06:51 bapt ]
1.41 x11/x3270/Makefile
defer expiration date, someone seems to be working on a fix
|
Mon, 9 Apr 2012
|
[ 23:51 bapt ]
1.3 audio/gstreamer-plugins-flite/Makefile
1.6 cad/salome-gui/Makefile
1.35 chinese/cxterm/Makefile
1.8 databases/hypertable/Makefile
1.6 databases/ocaml-pgocaml/Makefile
1.7 databases/pear-MDB2_Driver_ibase/Makefile
1.6 databases/pg_filedump/Makefile
1.14 databases/ruby-kyotocabinet/Makefile
1.70 databases/sqlrelay/Makefile
1.23 deskutils/doodle/Makefile
(Only the first 10 of 63 ports in this commit are shown above. )
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month
|
Mon, 3 Oct 2011
|
[ 21:55 pav ]
1.39 x11/x3270/Makefile
- Mark BROKEN: does not package
Reported by: pointyhat
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 26 Jun 2010
|
[ 13:07 jpaetzel ]
1.37 x11/x3270/Makefile
1.11 x11/x3270/distinfo
1.12 x11/x3270/pkg-plist
Update to latest version
Assign new MAINTAINER
PR: ports/147153
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Approved by: itetcu@ (mentor)
Feature safe: yes
|
Sat, 22 Aug 2009
|
[ 00:39 amdmi3 ]
1.23 x11-clocks/bbdate/Makefile
1.9 x11-drivers/input-wacom/Makefile
1.20 x11-fm/pcmanfm/Makefile
1.75 x11-fm/rox-filer/Makefile
1.17 x11-fm/rox-mime-editor/Makefile
1.29 x11-fm/rox-session/Makefile
1.35 x11-fm/tkdesk/Makefile
1.11 x11-fm/xcruise/Makefile
1.5 x11-fonts/artwiz-aleczapka-de/Makefile
1.5 x11-fonts/artwiz-aleczapka-se/Makefile
(Only the first 10 of 148 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Tue, 9 Jun 2009
|
[ 15:33 amdmi3 ]
1.622 Mk/bsd.port.mk
1.24 astro/xphoon/Makefile
1.16 audio/libworkman/Makefile
1.54 audio/timidity++/Makefile
1.30 audio/workman/Makefile
1.23 audio/wsoundprefs/Makefile
1.63 audio/xmcd/Makefile
1.19 audio/xmix/Makefile
1.23 audio/xmmix/Makefile
1.18 benchmarks/xengine/Makefile
(Only the first 10 of 240 ports in this commit are shown above. )
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.149 Mk/bsd.gnome.mk
1.79 Mk/bsd.kde.mk
1.602 Mk/bsd.port.mk
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
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)
|
Sun, 3 Feb 2008
|
[ 00:04 edwin ]
1.32 x11/x3270/Makefile
1.10 x11/x3270/distinfo
x11/x3270-3.3.5_1 source has recently been updated to 3.3.7
The source for x3270 has been recently updated to V3.3.7.
PR: ports/120226
Submitted by: "User1001" <supraexpress@globaleyes.net>
|
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}.
|
Sun, 15 Apr 2007
|
[ 18:55 miwi ]
1.30 x11/x3270/Makefile
1.9 x11/x3270/distinfo
1.6 x11/x3270/pkg-descr
- Update to 3.3.5
PR: 111494
Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com> (maintainer)
|
Fri, 2 Feb 2007
|
[ 20:19 pav ]
1.30 graphics/qiv/Makefile
1.201 x11-toolkits/qt33/Makefile
1.29 x11/x3270/Makefile
- Remove references to XFree86 3.X
|
Wed, 22 Mar 2006
|
[ 13:20 mnag ]
1.28 x11/x3270/Makefile
- Use GZIP_CMD instead of gzip
PR: 94799
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
Thu, 14 Apr 2005
|
[ 15:21 pav ]
1.27 x11/x3270/Makefile
1.7 x11/x3270/distinfo
1.11 x11/x3270/pkg-plist
- Update to 3.3.4
PR: ports/79896
Submitted by: User1001 <supraexpress@globaleyes.net>
|
Thu, 17 Feb 2005
|
[ 10:32 vs ]
1.26 x11/x3270/Makefile
1.6 x11/x3270/distinfo
1.5 x11/x3270/pkg-descr
- Reset maintainer on request
- Update to 3.3.3.b2 (me)
PR: ports/70922
Submitted by: "Jonatan B" (maintainer)
|
Sat, 29 Jan 2005
|
[ 19:54 linimon ]
1.3 sysutils/foremost/Makefile
1.25 x11/x3270/Makefile
Apparently the maintainer still exists but with a new email address.
Suggested by: pav
|
[ 19:47 linimon ]
1.2 sysutils/foremost/Makefile
1.24 x11/x3270/Makefile
With portmgr hat on, reset bouncing maintainer address:
Final-Recipient: rfc822; Yonatan@xpert.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; unknown user: "yonatan"
|
Thu, 16 Dec 2004
|
[ 09:09 edwin ]
1.23 x11/x3270/Makefile
Make portlint a little bit happier.
|
[ 09:07 edwin ]
1.22 x11/x3270/Makefile
1.5 x11/x3270/distinfo
1.3 x11/x3270/files/patch-aa
1.2 x11/x3270/files/patch-ab
1.2 x11/x3270/files/patch-ac
1.4 x11/x3270/pkg-descr
1.10 x11/x3270/pkg-plist
Update port: x11/x3270 to version 3.3.2p1
This port has been stuck on an ancient, non-SSL-capable version
for seveal years. Please consider updating to a more recent
upstream source.
The attached files are offered as a starting point; some
"adjustment" is probably needed. Note that what's below
completely replaces the previous port; all previous patches are
no longer valid. Also, I've added "net" to the CATEGORIES,
along with a link to the official web page in the package
description.
The compilation produces one "warning: assignment from incompatible
pointer type"; this deserves further investigation (particularly
for 64-bit builds).
Since I do not have access to the requisite legacy systems, I
am unable to properly test this software (particularly the SSL
aspects).
PR: ports/70808
Submitted by: Eric P. Scott <eps+psub0408@ana.com>
Approved by: maintainer timeout
|
Sun, 14 Nov 2004
|
[ 22:26 pav ]
1.4 archivers/wzip/Makefile
1.3 games/bsdtris/Makefile
1.6 hebrew/culmus/Makefile
1.6 hebrew/hspell/Makefile
1.16 net/libdnet/Makefile
1.2 security/ADMsnmp/Makefile
1.9 security/amap/Makefile
1.3 security/dcetest/Makefile
1.4 security/finger_mysql/Makefile
1.19 security/firewalk/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
|
Fri, 23 Jul 2004
|
[ 19:10 anholt ]
1.27 CHANGES
1.495 Mk/bsd.port.mk
1.3 arabic/ae_fonts_mono/Makefile
1.49 audio/xmcd/Makefile
1.17 chinese/arphicttf/Makefile
1.10 chinese/chinput/Makefile
1.5 chinese/cmexfonts/Makefile
1.6 chinese/cwtexttf/Makefile
1.23 chinese/cxterm/Makefile
1.13 chinese/gugod-clean/Makefile
(Only the first 10 of 163 ports in this commit are shown above. )
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
Mon, 8 Sep 2003
|
[ 09:30 edwin ]
1.19 x11/x3270/Makefile
Assign maintainership to Yonatan.
Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com>
|
Sun, 7 Sep 2003
|
[ 22:17 edwin ]
1.18 x11/x3270/Makefile
Give up maintainership due to lack of mainframe access.
Submitted by: volf@deze.org (Frank Volf)
|
Sat, 30 Aug 2003
|
[ 10:19 edwin ]
1.17 x11/x3270/Makefile
Make x11/x3270 building again on 4-STABLE.
Noticed by: bento / linimon
Informed maintainer.
|
Fri, 21 Feb 2003
|
[ 14:06 knu ]
1.6 x11/accessx/Makefile
1.2 x11/accessx/pkg-comment
1.10 x11/bgrot/Makefile
1.3 x11/bgrot/pkg-comment
1.14 x11/bricons/Makefile
1.3 x11/bricons/pkg-comment
1.2 x11/deskmenu/Makefile
1.2 x11/deskmenu/pkg-comment
1.5 x11/electricsheep/Makefile
1.2 x11/electricsheep/pkg-comment
(Only the first 10 of 80 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ]
unknown archivers/arc/Makefile
unknown archivers/bzip/Makefile
unknown archivers/freeze/Makefile
unknown archivers/lha/Makefile
unknown archivers/nulib/Makefile
unknown archivers/pkzip/Makefile
unknown archivers/ppunpack/Makefile
unknown archivers/rar/Makefile
unknown archivers/unrar/Makefile
unknown archivers/zip/Makefile
(Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Tue, 12 Sep 2000
|
[ 14:04 asami ]
unknown chinese/cxterm/Makefile
unknown chinese/kcfonts/Makefile
unknown emulators/pcemu/Makefile
unknown games/crossfire/Makefile
unknown games/qix/Makefile
unknown games/xjewel/Makefile
unknown japanese/k10/Makefile
unknown japanese/k12/Makefile
unknown japanese/kanji18/Makefile
unknown japanese/nethack/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
|
Number of commits found: 47 |