ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/mports/trunk/Mk
Revision 1362 - Directory Listing - [select for diffs]
Modified Thu Apr 5 00:57:01 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1353
Various bug fixes.
imake now works properly.
linux ports now see /compat/linux in their fake dirs.
you can now move FAKE_INSTALLDIR upwards from $WRKDIR, and make clean will
still delete it.

Revision 1353 - Directory Listing - [select for diffs]
Modified Wed Apr 4 23:32:53 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1332
We don't have tcl/tk 81

Revision 1332 - Directory Listing - [select for diffs]
Modified Wed Apr 4 20:07:02 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1318
Lets do a little cleanup work.  Add some new versions of tcl and tk since we're working on porting those.

Revision 1318 - Directory Listing - [select for diffs]
Modified Wed Apr 4 16:00:22 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1314
Fix a couple comments.  (s/^.*#/#/)

Revision 1314 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:56:11 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1310
make install now creates the package that make package built.  This is the
first alpha version.

Revision 1310 - Directory Listing - [select for diffs]
Modified Tue Apr 3 21:10:44 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1309
A few minor cleanups.  PKGFILE is now ALWAYS in /usr/mports/Packages/All
(unless you're silly enough to override it of course...)

Revision 1309 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:59:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1302
reworked fake system. Somewhat similar to Open's now.  Most ports should
build correctly into their fake dirs now, though we'll have to check all the
ports...

make install is not yet up to speed with the changes, so users are still
advised to use bsd.port.mk.

Revision 1302 - Directory Listing - [select for diffs]
Modified Mon Apr 2 05:14:19 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1281
add isc mirror

Revision 1281 - Directory Listing - [select for diffs]
Modified Sun Apr 1 19:41:21 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1280
Added new variable: NO_STACK_PROTECTOR.  If set then propolice stack
smashing protection is disabled.

Changed many of the TMPDIR names to FAKE so OpenBSD folks can pretend
to know what's going on.

Revision 1280 - Directory Listing - [select for diffs]
Modified Sun Apr 1 19:40:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1271
Added new variable: NO_STACK_PROTECTOR.  If set then propolice stack
smashing protection is disabled.

Revision 1271 - Directory Listing - [select for diffs]
Modified Fri Mar 30 19:11:35 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1267
Fixed a nasty bug that broke pkg_delete.  Our tmp prefix wasn't recognized
as one of the "standard" prefixes, so the packing list was setup to delete
the prefix.  Only problem is that the prefix for the package itself is the
default prefix, which is something like /usr/local or /usr/X11R6.

Revision 1267 - Directory Listing - [select for diffs]
Modified Fri Mar 30 17:27:54 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1266
package target now no longer installs the port onto the system.  Instead the
port is installed in $PORTDIR/$TMP_INSTALLDIR, and a package is made from
that.  Note that this code is probably not the final version, but care has
been taken to make the changes small, as to not reinvent the wheel.  New
wheels are so bugy.

All ports /must/ honor PREFIX for this to work.

Revision 1266 - Directory Listing - [select for diffs]
Modified Fri Mar 30 05:29:51 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1245
The very begining of bsd.mport.mk.  Right now there is very little
difference between this and bsd.port.mk.  There is a new target,
tmpdir-install, that instals the port in a temporary directly.  make package
depends on this now, but given that the package target hasn't been updated
to work with the tmp dir, make package is broken.  Also, TMP_INSTALLDIR
needs to be moved up to the top, with the rest of the vars.

The port makefile in general needs to be refactored.  It is close to 6000k
lines long, and real bitch to work with.

Revision 1245 - Directory Listing - [select for diffs]
Modified Sun Mar 25 01:45:47 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1220
Moved KDE stuff to /usr/local

Revision 1220 - Directory Listing - [select for diffs]
Modified Thu Mar 22 03:08:35 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1185
deXPREFIXized. BSD.gnome-x11.dist might still need tweaks.

Revision 1185 - Directory Listing - [select for diffs]
Modified Tue Mar 20 16:10:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1184
the gnome mtree is now under LOCALBASE.

Revision 1184 - Directory Listing - [select for diffs]
Modified Tue Mar 20 16:09:51 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1182
Changes for cleaning up /usr/X11R6.  USE_IMAKE no longer implies
USE_X_PREFIX.  USE_X_PREFIX no longer implies USE_XLIB.  Support for XFree86
has also been removed.

/use/X11R6 should only contain xorg,
everything else should be installed in /usr/local.  These changes make that
possible, but some ports will need twiddling.

The most common problem is that a port has set USE_X_PREFIX, this used to
mean the port got USE_XLIB for free.  99.9% of the time, changing
USE_X_PREFIX to USE_XLIB will fix the port.  USE_IMAKE usually will need
USE_XLIB to be added.


USE_XLIB now goes to extra steps to make sure that a port will see the
xlibs.

Revision 1182 - Directory Listing - [select for diffs]
Modified Tue Mar 20 04:07:42 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1165
Added MASTER_SITE_GNUSTEP_CH; which etoile-camaelon needs.

Revision 1165 - Directory Listing - [select for diffs]
Modified Sat Mar 17 04:09:45 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1067
Fix configure target.

Revision 1067 - Directory Listing - [select for diffs]
Modified Tue Mar 13 03:53:23 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 992
Sync with changes in FreeBSD.  We want to get away from doing this but so many ports have been added to FreeBSD since December, its just easier to start with them.  This should allow us to get rid of some of the hacks we've done

Revision 992 - Directory Listing - [select for diffs]
Modified Sun Feb 25 23:34:06 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 893
Update bsd.gcc.mk to handle gfortran in newer releases.

Revision 893 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:16:40 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 892
change to ftp...

Revision 892 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:15:28 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 891
add gnustep mirror.

Revision 891 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:13:03 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 890
remove sites which have closed down.

Revision 890 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:11:32 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 889
remove ftp.xemacs.org which has broken passive mode.

Revision 889 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:10:07 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 888
Provide TCL_VER when USE_TK is defined.

Revision 888 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:59:07 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 887
add gnustep and ports-mgmt categories.

Revision 887 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:53:06 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 886
Remove ancient linux_base for redhat 7

Revision 886 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:50:02 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 885
Remove unneeded PARALLEL_PACKAGE_BUILD check.

Revision 885 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:46:29 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 884
*** empty log message ***

Revision 884 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:45:45 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 883
add || true to silence @unexec rmdir

Use set == instead of set for better robustness

Avoid :L modifier in ${USE_LDCONFIG} which could break /usr/X11R6 ports

Correct comments.

Revision 883 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:40:17 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 882
Force passive mode for FTP.  This is default in the login class anyway.

Revision 882 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:37:56 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 881
Add PKGVERSION and definition for USE_WX

Revision 881 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:31:09 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 848
add quotes in missing:

Revision 848 - Directory Listing - [select for diffs]
Modified Wed Feb 14 20:22:20 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 847
Add USE_GNUSTEP_MAKE to require GNUstep.sh for build and install.

Revision 847 - Directory Listing - [select for diffs]
Modified Wed Feb 14 20:07:24 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 839
Update Python to 2.4.4

Revision 839 - Directory Listing - [select for diffs]
Modified Sat Feb 3 18:11:07 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 696
Make a few logical changes.

Revision 696 - Directory Listing - [select for diffs]
Modified Fri Jan 19 17:05:15 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 678
make a default for the non x11 case.

Revision 678 - Directory Listing - [select for diffs]
Modified Thu Jan 11 20:52:14 2007 UTC (17 years, 4 months ago) by wintellect
Diff to previous 664
made ghostscript-gpl default gs version

Revision 664 - Directory Listing - [select for diffs]
Modified Wed Jan 3 22:51:20 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 655
Add MidnightBSD ftp to master sites.

Revision 655 - Directory Listing - [select for diffs]
Modified Tue Jan 2 21:53:52 2007 UTC (17 years, 4 months ago) by wintellect
Diff to previous 535
added EASYSW entries for cups

Revision 535 - Directory Listing - [select for diffs]
Modified Fri Nov 17 22:31:54 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 483
Set default python version to 2.4

Revision 483 - Directory Listing - [select for diffs]
Modified Sat Nov 4 15:57:04 2006 UTC (17 years, 6 months ago) by wintellect
Diff to previous 445
set default python version to 2.1 in bsd.python.mk

Revision 445 - Directory Listing - [select for diffs]
Modified Tue Oct 31 11:58:41 2006 UTC (17 years, 6 months ago) by wintellect
Diff to previous 428
update pgsql version info in bsd.database.mk

Revision 428 - Directory Listing - [select for diffs]
Modified Thu Oct 26 03:58:00 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 427
Add WITH_DEBUG option for ports.  Now it is possible to add generic or specific flags to all ports to aid in debugging.

Revision 427 - Directory Listing - [select for diffs]
Modified Thu Oct 26 03:51:06 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 288
Fixed instances where ECHO_CMD was used instead of ECHO_MSG

Revision 288 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:51:35 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 287
change path to mports

Revision 287 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:06:50 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 14
fix ports directory

Revision 14 - Directory Listing - [select for diffs]
Modified Sun Sep 17 18:36:23 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 13
Update maintainer and $MidnightBSD$

Revision 13 - Directory Listing - [select for diffs]
Modified Sun Sep 17 18:32:20 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 12
Update maintainers and $MidnightBSD$

Revision 12 - Directory Listing - [select for diffs]
Modified Sun Sep 17 18:21:58 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 11
Fix maintainer email addresses.

Revision 11 - Directory Listing - [select for diffs]
Modified Sun Sep 17 15:10:33 2006 UTC (17 years, 7 months ago) by archite
Diff to previous 2
forcing freebsd6.0 in configure scripts to help with compatability

Revision 2 - Directory Listing - [select for diffs]
Added Sun Sep 17 03:34:01 2006 UTC (17 years, 7 months ago) by archite
Initial upload of MidnighBSD's mports

Convenience Links