non port: devel/ois/Makefile |
SVNWeb
|
Number of commits found: 28 |
Mon, 4 Nov 2019
|
[ 22:20 zeising ] 
516748 databases/pgmodeler/Makefile
516748 databases/py-qt5-sql/Makefile
516748 deskutils/anydesk/Makefile
516748 deskutils/aspostit/Makefile
516748 deskutils/autocutsel/Makefile
516748 deskutils/basket/Makefile
516748 deskutils/cairo-dock-plugins/Makefile
516748 deskutils/calibre/Makefile
516748 deskutils/charmtimetracker/Makefile
516748 deskutils/easystroke/Makefile
(Only the first 10 of 102 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
|
Wed, 22 Feb 2017
|
[ 15:02 bapt ] 
434587 devel/art/Makefile
434587 devel/clanlib/Makefile
434587 devel/clanlib1/Makefile
434587 devel/dia2code/Makefile
434587 devel/dxa65/Makefile
434587 devel/etl/Makefile
434587 devel/gaul/Makefile
434587 devel/gengetopt/Makefile
434587 devel/glui/Makefile
434587 devel/gnome-common/Makefile
(Only the first 10 of 52 ports in this commit are shown above. )
Drop useless dependency on gmake (bmake build those fine)
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] 
424427 archivers/lhasa/Makefile
424427 archivers/liblz4/Makefile
424427 archivers/minizip/Makefile
424427 archivers/unadf/Makefile
424427 audio/libaacplus/Makefile
424427 audio/libadplug/Makefile
424427 audio/libmikmod/Makefile
424427 audio/libmikmod/files
424427 audio/libtremor/Makefile
424427 audio/libxmp/Makefile
(Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Mon, 2 Nov 2015
|
[ 20:02 amdmi3 ] 
400671 devel/ois/Makefile
- Add LICENSE
|
Fri, 8 May 2015
|
[ 11:27 amdmi3 ] 
385766 devel/ois/Makefile
- Strip library
|
Sat, 18 Apr 2015
|
[ 19:09 tijl ] 
384248 audio/openspc/Makefile
384248 cad/repsnapper/Makefile
384248 databases/gigabase/Makefile
384248 databases/gigabase/files/patch-Makefile.in
384248 databases/gigabase/files/patch-configure.in
384248 databases/mdbtools/Makefile
384248 databases/mysql-workbench51/Makefile
384248 databases/mysql-workbench51/files/patch-configure.in
384248 databases/mysql-workbench52/Makefile
384248 databases/tora/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
Convert to USES=autoreconf
|
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)
|
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 )
|
Thu, 8 May 2014
|
[ 13:08 amdmi3 ] 
353293 devel/ois/Makefile
- Bump PORTREVISION after last change
Suggested by: tijl
|
[ 04:14 amdmi3 ] 
353262 devel/ois/Makefile
353262 devel/ois/pkg-plist
- Convert USE_AUTOTOOLS=libtool to USES
|
Wed, 25 Dec 2013
|
[ 20:14 amdmi3 ] 
337450 devel/ois/Makefile
337450 devel/ois/pkg-descr
- Support staging
- Convert USE_GMAKE to USES
- Update WWW
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] 
327724 devel/k8048/Makefile
327724 devel/kBuild/Makefile
327724 devel/kaptain/Makefile
327724 devel/kcachegrind/Makefile
327724 devel/kdbg/Makefile
327724 devel/kdebindings4/Makefile
327724 devel/kdesdk4/Makefile
327724 devel/kdesvn-kde4/Makefile
327724 devel/kdevelop-kde4/Makefile
327724 devel/kdevelop-pg-qt/Makefile
(Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 12 Jul 2013
|
[ 15:01 amdmi3 ] 
322840 astro/mkgmap-splitter/pkg-descr
322840 astro/mkgmap/pkg-descr
322840 astro/osmium/files/patch-test-run__tests.sh
322840 astro/osmium/files/patch-test-run_tests.sh
322840 audio/audiere/Makefile
322840 audio/dumb/Makefile
322840 audio/ximp3/Makefile
322840 audio/ximp3/pkg-plist
322840 converters/osm2mp/pkg-descr
322840 converters/osm2pgsql/Makefile
(Only the first 10 of 229 ports in this commit are shown above. )
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] 
314640 archivers/libcomprex/Makefile
314640 archivers/libdynamite/Makefile
314640 archivers/liborange/Makefile
314640 archivers/lrzip/Makefile
314640 archivers/unshield/Makefile
314640 astro/jday/Makefile
314640 audio/aubio/Makefile
314640 audio/ccaudio2/Makefile
314640 audio/celt/Makefile
314640 audio/dssi/Makefile
(Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
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, 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
|
Sat, 16 Oct 2010
|
[ 11:52 ade ]
1.61 Mk/bsd.php.mk
1.33 archivers/arj/Makefile
1.74 archivers/gtar/Makefile
1.13 archivers/par2cmdline-tbb/Makefile
1.37 archivers/rpm5/Makefile
1.11 archivers/torrentzip/Makefile
1.33 astro/boinc-setiathome-enhanced/Makefile
1.13 astro/gpsbabel/Makefile
1.38 astro/orsa/Makefile
1.50 audio/audacity-devel/Makefile
(Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ]
1.12 archivers/par2cmdline-tbb/Makefile
1.36 archivers/rpm5/Makefile
1.10 archivers/torrentzip/Makefile
1.17 archivers/zipios++/Makefile
1.32 astro/boinc-setiathome-enhanced/Makefile
1.37 astro/orsa/Makefile
1.49 audio/audacity-devel/Makefile
1.40 audio/faac/Makefile
1.60 audio/faad/Makefile
1.23 audio/gspeakers/Makefile
(Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ]
1.100 CHANGES
1.2257 MOVED
1.60 Mk/bsd.php.mk
1.646 Mk/bsd.port.mk
1.199 Mk/bsd.ruby.mk
1.971 UPDATING
1.55 arabic/kde3-i18n/Makefile
1.39 arabic/koffice-i18n/Makefile
1.32 archivers/arj/Makefile
1.73 archivers/gtar/Makefile
(Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ]
1.5 databases/WWWdb/Makefile
1.8 databases/adminer/Makefile
1.51 databases/adodb/Makefile
1.8 databases/adodb5/Makefile
1.5 databases/aolserver-nsmysql/Makefile
1.8 databases/aolserver-nspostgres/Makefile
1.10 databases/bbdb/Makefile
1.2 databases/buzhug/Makefile
1.61 databases/clip/Makefile
1.10 databases/dbXML/Makefile
(Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
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
|
Tue, 31 Mar 2009
|
[ 17:05 amdmi3 ]
1.19 cad/qucs/Makefile
1.6 devel/ois/Makefile
1.21 games/chromium/Makefile
1.17 games/fillets-ng/Makefile
1.10 games/hedgewars/Makefile
1.25 games/kobodeluxe/Makefile
1.4 games/lander/Makefile
1.5 games/meritous/Makefile
1.17 games/moonlander/Makefile
1.28 games/neverball/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
|
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, 20 Aug 2008
|
[ 00:57 ade ]
1.1670 MOVED
1.47 Mk/bsd.php.mk
1.23 archivers/arj/Makefile
1.62 archivers/gtar/Makefile
1.7 archivers/torrentzip/Makefile
1.8 astro/gpsbabel/Makefile
1.1 astro/gpsbabel/files/patch-configure.in
1.2 audio/audiere/Makefile
1.22 audio/bmp-faad/Makefile
1.10 audio/bmp-mac/Makefile
(Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Mon, 23 Jun 2008
|
[ 10:23 amdmi3 ]
1.3 devel/ois/Makefile
1.1 devel/ois/files/patch-src-linux-LinuxMouse.cpp
- Add patch to solve slow mouse movement on low FPS
- Add forgotten USE_LDCONFIG
Obtained from: sourceforge tracker
Approved by: miwi (mentor)
|
Fri, 20 Jun 2008
|
[ 10:32 amdmi3 ]
1.2 devel/ois/Makefile
1.2 games/crrcsim/Makefile
- Update my email in two more ports
Approved by: miwi (mentor)
|
[ 09:32 amdmi3 ]
1.3108 devel/Makefile
1.1 devel/ois/Makefile
1.1 devel/ois/distinfo
1.1 devel/ois/files/patch-src-Makefile.am
1.1 devel/ois/files/patch-src-linux-LinuxInputManager.cpp
1.1 devel/ois/pkg-descr
1.1 devel/ois/pkg-plist
Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices (KeyBoards,
Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback).
Written in C++ using Object Oriented Design patterns.
NOTE: this ports lacks joystick support. For now.
WWW: http://www.wreckedgames.com/
PR: ports/124711
Approved by: miwi (mentor)
|
Number of commits found: 28 |